From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 21:44:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F32316A4CE for ; Wed, 15 Dec 2004 21:44:16 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5DA43D41 for ; Wed, 15 Dec 2004 21:44:16 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 89D6E512CB; Wed, 15 Dec 2004 13:44:15 -0800 (PST) Date: Wed, 15 Dec 2004 13:44:15 -0800 From: Kris Kennaway To: "Andrew P." Message-ID: <20041215214415.GB99588@xor.obsecurity.org> References: <20041215195403.GB68003@xor.obsecurity.org> <41C0A08E.7070801@mail.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A6N2fC+uXW/VQSAv" Content-Disposition: inline In-Reply-To: <41C0A08E.7070801@mail.ru> User-Agent: Mutt/1.4.2.1i cc: questions@freebsd.org cc: Kris Kennaway Subject: Re: ld-elf.so.1: Shared object"libintl.so.6" not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 21:44:16 -0000 --A6N2fC+uXW/VQSAv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 15, 2004 at 11:37:34PM +0300, Andrew P. wrote: > Kris Kennaway wrote: > >Note to infofarmer@mail.ru: you are blocking mail from me. > > > >Kris >=20 > I'm sorry for that. Use infofarmer@gmail.com for personal > messages or cc'd mails, please. > >>Starting ppp as "root" > >>/usr/libexec/ld-elf.so.1: > >>Shared object "libintl.so.6" not found > >><...> > > > > > >OK, but that's not coming from executing /usr/sbin/ppp since you've > >shown us that it's not in fact linked to libintl, as expected (you > >could also verify this by executing ppp by hand). Can you show us > >your /etc/rc.conf? Perhaps it's not running /usr/sbin/ppp but some > >other binary. > > >=20 > Indeed, I tried to "# ldconfig -elf /usr/lib /usr/lib/compat" (so > that ld-elf cannot find libintl), but ppp loaded anyways. Attached > is my kernconf and a few rc scripts. Eek, I only asked for rc.conf, not all that other junk :) I'm guessing that the error message is not in fact from loading ppp, but something else..one candidate would be sshd, which you may have replaced by a non-system version. Please run ldd /usr/sbin/sshd and check this. If not, then change the rc script to run with "#!/bin/sh -x" and take a closer look at what command is being run that returns the error. Kris --A6N2fC+uXW/VQSAv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwLAvWry0BWjoQKURAk6+AKCvb8Q+qj4jD80am59t0L4Uidd3lQCfZjG/ OJJwMOoKuMdyK+aJnDlRy6w= =8mug -----END PGP SIGNATURE----- --A6N2fC+uXW/VQSAv--