Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 09:37:54 -0500
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "Martin,Jim" <jim.martin@gartner.com>, "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: libg++.so.4 not found error
Message-ID:  <000d01c0b214$84047ab0$1200a8c0@gsicomp.on.ca>
References:  <8647AD35DEC2D411A4DD0002A513481AB0D47C@mammoth.gartner.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000d01c0b214$84047ab0$1200a8c0>