From owner-freebsd-questions Sat Jul 20 16:46:06 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24657 for questions-outgoing; Sat, 20 Jul 1996 16:46:06 -0700 (PDT) Received: from bofh.noc.best.net (bofh.noc.best.net [205.149.163.54]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA24652; Sat, 20 Jul 1996 16:46:04 -0700 (PDT) Received: (from rone@localhost) by bofh.noc.best.net (8.7.5/8.7.3) id QAA10046; Sat, 20 Jul 1996 16:46:01 -0700 (PDT) From: Ron Echeverri Message-Id: <199607202346.QAA10046@bofh.noc.best.net> Subject: Re: rcmd: socket: Protocol not available To: spfarrel@midway.uchicago.edu (steve farrell) Date: Sat, 20 Jul 1996 16:46:01 -0700 (PDT) Cc: stable@freebsd.org, questions@freebsd.org In-Reply-To: <199607191703.MAA00970@meno.uchicago.edu> from steve farrell at "Jul 19, 96 12:03:16 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk steve farrell writes: >% rlogin shellx >rcmd: socket: Protocol not available ...actually, i rather suspect you did what i did, which was give yourself a copy of libc.so.3.0 so you could run binaries from a -current box. evidentally i've been building against this library not libc.so.2.2. i wouldn't think it would matter much, except that 3.0 doesn't seem to match a 2.1 kernel, and hence these errors. [that's my guess, at least] try ldd'ing your rsh. bofh# ldd `which rsh` /usr/bin/rsh: -lc.3 => /usr/lib/libc.so.3.0 (0x801c000) bofh# cd /usr/lib bofh# mv libc.so.3.0 libc.so.3.0.disabled bofh# ln -s libc.so.2.2 libc.so.3.0 % rlogin shellx Best Internet Communications, Inc. Mountain View, California USA Customer Shell system - * Unauthorized access prohibited * And Bingo was his name. Do you expect that my linking 3.0 to 2.2 will cause any problems? (jeez, that sounds like a dumb question, but what the heck...) thanks rone -- Ron Echeverri Best Internet Systems Administration rone@best.net ============================================================================== No, i don't know what i'm doing, and if i did, i wouldn't tell you.