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
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
> > >
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
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
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
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
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
. 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
> >
>
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
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,
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
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
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
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?
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 :-)
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
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
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
/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
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
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
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
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
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
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:
>
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
26 matches
Mail list logo