Shared object "libintl.so.6" not found

2008-12-22 Thread Gustavo Oliveira
Hi Karol ! Try to copy the /usr/local/lib/libintl.so.6 to /lib That should work ! Regards, -- Gustavo Oliveira *** ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscrib

Re: Shared object "libintl.so.6" not found

2007-03-21 Thread Dan Nelson
In the last episode (Mar 20), cpghost said: > On Tue, Mar 20, 2007 at 08:56:34PM +1200, Jonathan Chen wrote: > > On Tue, Mar 20, 2007 at 08:19:47AM +, Leslie Jensen wrote: > > > > [...] > > > I've just been through that! Reinstalling gettext won't solve this! > > > > > > Take a look in > > >

Re: Shared object "libintl.so.6" not found

2007-03-20 Thread Sergio Lenzi
try edit/add the folowing in /etc/libmap.conf libintl.so.6libintl.so Hope will help Sergio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTEC

Re: Shared object "libintl.so.6" not found

2007-03-20 Thread cpghost
On Tue, Mar 20, 2007 at 08:56:34PM +1200, Jonathan Chen wrote: > On Tue, Mar 20, 2007 at 08:19:47AM +, Leslie Jensen wrote: > > [...] > > I've just been through that! Reinstalling gettext won't solve this! > > > > Take a look in > > > > cd /usr/local/lib > > > > And make a link > > ln -s li

Re: Shared object "libintl.so.6" not found

2007-03-20 Thread Gerard
On Tuesday March 20, 2007 at 04:56:34 (AM) Jonathan Chen wrote: > > As a result of the upgrade to gettext-0.16.1, the shared library version > > of libintl has changed, so you will need to rebuild all ports that > > depend on gettext (ie: most of them, sorry). > > > > portupgrade -rf get

Re: Shared object "libintl.so.6" not found

2007-03-20 Thread Jonathan Chen
On Tue, Mar 20, 2007 at 08:19:47AM +, Leslie Jensen wrote: [...] > I've just been through that! Reinstalling gettext won't solve this! > > Take a look in > > cd /usr/local/lib > > And make a link > ln -s libintl.so.8 libintl.so.6 You do realise that doing this will cause gettext dependanci

Re: Shared object "libintl.so.6" not found

2007-03-19 Thread Leslie Jensen
Gerard Seibert wrote: FreeBSD-6.2 After booting up my system, I receive an error message: Shared object "libintl.so.6" not found This file should be in /usr/local/lib, but it isn't. I have no idea why. I can now only log in as root. Since I am not sure where this file ev

Re: Shared object "libintl.so.6" not found

2007-03-19 Thread Cédric Jonas
. Maybe a temporary symlink for now? > > ~BAS > > On Mon, 2007-03-19 at 18:04 -0400, Gerard Seibert wrote: > > FreeBSD-6.2 > > > > After booting up my system, I receive an error message: > > > > Shared object "libintl.so.6" not found > > >

Re: Shared object "libintl.so.6" not found

2007-03-19 Thread Karol Kwiatkowski
Gerard Seibert wrote: > FreeBSD-6.2 > > After booting up my system, I receive an error message: > > Shared object "libintl.so.6" not found > > This file should be in /usr/local/lib, but it isn't. I have no idea why. > I can now only log in as root. S

Re: Shared object "libintl.so.6" not found

2007-03-19 Thread Brian A. Seklecki
ter booting up my system, I receive an error message: > > Shared object "libintl.so.6" not found > > This file should be in /usr/local/lib, but it isn't. I have no idea why. > I can now only log in as root. Since I am not sure where this file even > came from,

Re: Shared object "libintl.so.6" not found

2007-03-19 Thread Chuck Swiger
On Mar 19, 2007, at 3:04 PM, Gerard Seibert wrote: After booting up my system, I receive an error message: Shared object "libintl.so.6" not found This file should be in /usr/local/lib, but it isn't. I have no idea why. I can now only log in as root. Since I am not sure where t

Shared object "libintl.so.6" not found

2007-03-19 Thread Gerard Seibert
FreeBSD-6.2 After booting up my system, I receive an error message: Shared object "libintl.so.6" not found This file should be in /usr/local/lib, but it isn't. I have no idea why. I can now only log in as root. Since I am not sure where this file even came from, I don't kn

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-16 Thread Joe Altman
On Wed, Dec 15, 2004 at 04:13:29PM -0800, Kris Kennaway wrote: > > Aha! > > What I recommend is that you open a doc PR requesting that this be > documented somewhere, so that future generations don't run into this > problem as well. Once, I somehow or another stumbled over a little rhyming tha

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-16 Thread Tabor Kelly
Andrew P. wrote: The only question I have now is how come I've never read about this? I've read the Handbook and the Complete Freebsd and literally thousands of other pages concerning FreeBSD management. I have never seen a warning about changing the default shell for root. Or am I just too blind?

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-15 Thread Kris Kennaway
On Thu, Dec 16, 2004 at 02:43:12AM +0300, Andrew P. wrote: > echo "Starting ppp as \"${ppp_user}\"" > echo "JUST BEFORE - ${ppp_command}" > su -m ${ppp_user} -c "exec ${ppp_command}" > echo "JUST AFTER" > Here I almost pressed the "Send" button in my Thunderbird, but > oops. Back to the shell :-)

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-15 Thread Andrew P.
Kris Kennaway wrote: 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

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-15 Thread Kris Kennaway
gt;>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

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-15 Thread Andrew P.
nd it is: [EMAIL PROTECTED] dmesg -a <...> 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 expect

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-15 Thread Kris Kennaway
/lib/libc.so.4 (0x28207000) > > I removed libintl from /usr/lib to check if the problem is still there > and it is: > > [EMAIL PROTECTED] dmesg -a > <...> > Starting ppp as "root" > /usr/libexec/ld-elf.so.1: > Shared object "libintl.so.6" not fou

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-15 Thread Andrew P.
libradius.so.1 => /usr/lib/libradius.so.1 (0x281fe000) libnetgraph.so.1 => /usr/lib/libnetgraph.so.1 (0x28203000) libc.so.4 => /usr/lib/libc.so.4 (0x28207000) I removed libintl from /usr/lib to check if the problem is still there and it is: [EMAIL PROTECTED] dmesg -a <...> Starti

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-14 Thread Kris Kennaway
On Tue, Dec 14, 2004 at 09:08:50PM +0300, Andrew P. wrote: > >The real question you should be asking is "why does ppp (a system > >binary) depend on libintl (not a system library)?" You've probably > >replaced your ppp(8) with something else, with poor consequences. > > Can you tell me how to f

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-14 Thread Andrew P.
Toomas Aas wrote: Andrew P. wrote: I got this at startup: Dec 11 03:32:42 satbsd /kernel: Starting ppp as "root" Dec 11 03:32:42 satbsd /kernel: /usr/libexec/ld-elf.so.1: Dec 11 03:32:42 satbsd /kernel: Shared object "libintl.so.6" not found The real question you shou

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-14 Thread Toomas Aas
Andrew P. wrote: I got this at startup: Dec 11 03:32:42 satbsd /kernel: Starting ppp as "root" Dec 11 03:32:42 satbsd /kernel: /usr/libexec/ld-elf.so.1: Dec 11 03:32:42 satbsd /kernel: Shared object "libintl.so.6" not found The real question you should be asking is &qu

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-14 Thread Andrew P.
I got this at startup: Dec 11 03:32:42 satbsd /kernel: Starting ppp as "root" Dec 11 03:32:42 satbsd /kernel: /usr/libexec/ld-elf.so.1: Dec 11 03:32:42 satbsd /kernel: Shared object "libintl.so.6" not found libintl is in /usr/local/lib, but ppp is started before this: De

Re: ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-10 Thread Kris Kennaway
On Sat, Dec 11, 2004 at 04:19:43AM +0300, Andrew wrote: > Hello! > > I got this at startup: > > Dec 11 03:32:42 satbsd /kernel: > Starting ppp as "root" > Dec 11 03:32:42 satbsd /kernel: > /usr/libexec/ld-elf.so.1: > Dec 11 03:32:42 satbsd /kernel: >

ld-elf.so.1: Shared object"libintl.so.6" not found

2004-12-10 Thread Andrew
Hello! I got this at startup: Dec 11 03:32:42 satbsd /kernel: Starting ppp as "root" Dec 11 03:32:42 satbsd /kernel: /usr/libexec/ld-elf.so.1: Dec 11 03:32:42 satbsd /kernel: Shared object "libintl.so.6" not found libintl is in /usr/local/lib, but ppp is started before