From owner-freebsd-questions Wed Mar 21 6:44: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 147D937B735 for ; Wed, 21 Mar 2001 06:44:04 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f2LEdP591585; Wed, 21 Mar 2001 09:39:25 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <000d01c0b214$84047ab0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Martin,Jim" , "'freebsd-questions@freebsd.org'" References: <8647AD35DEC2D411A4DD0002A513481AB0D47C@mammoth.gartner.com> Subject: Re: libg++.so.4 not found error Date: Wed, 21 Mar 2001 09:37:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi everyone, I have developed an application and it runs on the machine > that I developed it on. When I run it on a different machine, I get the > error "/usr/libexec/ld-elf.so.1: Shared object "libg++.so.4" not found". > Both machines are running freebsd 4.2. > > The strange thing is that I can't find libg++.so.4 on the first machine that > runs the application correctly? > > I'm essentially a newbie, so I'm not even sure what libg++ is being used. > What is missing on the second machine ? libg++.so.4 is part of the 'compat3x' sysinstall package, and is installed in /usr/local/compat. I'm guessing that you've got compat3x installed on your development machine, but not on the other. I can't exactly say why the application you're developing would insist on linking to libg++, though. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message