From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 04:00:28 2003 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 2784F37B404 for ; Sun, 22 Jun 2003 04:00:28 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F55343F93 for ; Sun, 22 Jun 2003 04:00:11 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h5MB02Sn014217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 22 Jun 2003 12:00:05 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h5MB02hM014216; Sun, 22 Jun 2003 12:00:02 +0100 (BST) (envelope-from matthew) Date: Sun, 22 Jun 2003 12:00:02 +0100 From: Matthew Seaman To: "P. U. Kruppa" Message-ID: <20030622110002.GA13968@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , "P. U. Kruppa" , freebsd-questions@freebsd.org References: <20030622032135.I640@small.pukruppa.de> <20030622084128.GC12760@happy-idiot-talk.infracaninophile.co.uk> <20030622104832.U640@small.pukruppa.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <20030622104832.U640@small.pukruppa.de> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-11.4 required=5.0 tests=AWL,BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-questions@freebsd.org Subject: Re: Where can I find libgcc_s.so.1 ? 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: Sun, 22 Jun 2003 11:00:28 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 22, 2003 at 11:09:02AM +0200, P. U. Kruppa wrote: > On Sun, 22 Jun 2003, Matthew Seaman wrote: >=20 > > On Sun, Jun 22, 2003 at 03:36:41AM +0200, P. U. Kruppa wrote: > > > > > Where can I find libgcc_s.so.1 ? > > > (mozilla1.4rc2 seems to need it to run Sun's java plugin) > > > > Assuming that you're trying to run the FreeBSD native mozilla, > I am afraid, the assumption is not correct :-) >=20 > I am trying the latest linux-binaries (1.4rc2) from mozilla.org > in linux compatibility mode (1.4rc1 works fine). > 1.4rc2 now needs a new version of of the java runtime enviroment > which was compiled with gcc32 (j2re-1_4_2-beta-linux-i586.bin) > which I installed and linked to my plugin directory. Now, why didn't you mention that in your original post? Help stamp out guesswork! =20 > When I start mozilla from xterm I can see a request for > libgcc_s.so.1 and the jre is not detected in mozilla's plugin > manager. >=20 > So I wonder where this file should come from. You would need to install a Linux package of gcc-3.2 --- if you're using the emulators/linux_base port, all of the standard linux stuff you have installed is based on RedHat 7.1, so grabbing a .rpm from one of the RedHat sites would probably be your best course of action. Make sure you add '--root /compat/linux --dbpath /var/lib/rpm --nodeps --replacepkgs --ignoreos --ignorearch' to the rpm command line. Make sure to get the '--root' path right, or you may trash the system gcc, which could be a very tricky thing to recover from. Of course, you're going off into uncharted territory here: no guarrantee that this will work correctly without severe hackery. Good luck. Cheers, Matthew PS. There's an alternative of using linux_base-debian, which provides much the same sort of facility as linux_base, but based on the Debian "woody" distribution and using .deb rather than .rpm files. If it doesn't work with .rpm's you could try .deb's, but I do rather doubt that will actually get you anywhere. --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+9YwydtESqEQa7a0RAouTAJ9AVJWQJLv/K+CaI9njqvDEIMelcwCfUHh/ bOgz7T1FpASrwgxL/HvhyOg= =7zBc -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM--