From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 18:42:33 2005 Return-Path: X-Original-To: questions@freebsd.org 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 2560616A41F for ; Wed, 21 Sep 2005 18:42:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0528F43D45 for ; Wed, 21 Sep 2005 18:42:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8LIgM0r016378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Sep 2005 14:42:22 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8LIgL6P009136; Wed, 21 Sep 2005 14:42:22 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8B7B551206; Wed, 21 Sep 2005 14:42:21 -0400 (EDT) Date: Wed, 21 Sep 2005 14:42:21 -0400 From: Kris Kennaway To: Jean-Jacques Dhenin Message-ID: <20050921184221.GB97891@xor.obsecurity.org> References: <20050921133439.GA7736@ecp.fr> <20050921152849.GB45642@xor.obsecurity.org> <20050921160214.GA8459@ecp.fr> <20050921163146.GA62299@xor.obsecurity.org> <20050921183114.GA9280@ecp.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/NkBOFFp2J2Af1nK" Content-Disposition: inline In-Reply-To: <20050921183114.GA9280@ecp.fr> User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: make a new libdl.so.2 for cgoban2 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 18:42:33 -0000 --/NkBOFFp2J2Af1nK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 21, 2005 at 08:31:14PM +0200, Jean-Jacques Dhenin wrote: > Thanks again for your time and your help.=20 >=20 > I moved /usr/local/lib/libdl.so to /usr/local/lib/libdl.so.old > because /usr/local/lib/libdl.so is a symbolic link to /usr/local/lib/libd= l.so.2 > and then, cgoban2 get /usr/libexec/ld-elf.so.1: /usr/local/lib/libdl.so.2= : Undefined symbol "_libc_intl_domainname".=20 >=20 > Now, I move /usr/local/lib/libdl.so.2 to /usr/local/lib/libdl.so.2.old > and then cgoban2 get=20 > /usr/libexec/ld-elf.so.1: Shared object "libdl.so.2" not found, \ > required by "Kaffe" > Well. $ pkg_info | grep -i Kaffe > kaffe-1.1.5=20 >=20 > I am not able to do "portupgrade -f kaffe" because it stop on error :=20 > Error: "no-switchcheck" is not a recognized flag for controlling pedantic= warnings. > Error: "no-shadow" is not a recognized flag for controlling pedantic warn= ings. > use: jikes [options] [@files] file.java... Talk to the maintainer. > Also I try pkg_add -r kaffe, but no libdl.so are put in /usr/local/lib/ As I said, libdl is not used on FreeBSD. Stop expecting it to exist. Does kaffe not work when you install the package? If so, you probably need to first upgrade something else. Try using portupgrade with the -PP switches (see the manpage). Kris --/NkBOFFp2J2Af1nK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDMamNWry0BWjoQKURArEWAJ9NAF2I+bExHbF2c08nmPkoqGOa2QCg3w8y Q/368grAPsQhA6FH/4GqxCM= =Wrjt -----END PGP SIGNATURE----- --/NkBOFFp2J2Af1nK--