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 unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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
   
   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 dependancies to fail
  in weird an wonderful ways.
 
 It would have been useful if gettext port (or portmaster...) kept a
 copy of /usr/local/lib/libintl.so.6 around (in addition to the new
 .8). I had to copy that one over from another machine to get the apps
 working again until they're all updated (on a slow 500 MHz desktop
 machine, updating libintl.so deps takes AGES)...

Portupgrade saves old versions of shared libraries in
/usr/local/lib/compat/pkg/ whenever it updates a port, btw.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shared object libintl.so.6 not found

2007-03-20 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 even
came from, I don't know how to replace it.

I assume I don't have to reinstall the OS (I hope) so where do I go from
here?

Thanks!




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

Also read /usr/ports/UPDATING it says

20070318:
  AFFECTS: users of devel/gettext (ie: YOU)
  AUTHOR: [EMAIL PROTECTED]

  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 gettext
  portmaster -r gettext

/Leslie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 dependancies to fail
in weird an wonderful ways.

 Also read /usr/ports/UPDATING it says
 
 20070318:
   AFFECTS: users of devel/gettext (ie: YOU)
   AUTHOR: [EMAIL PROTECTED]
 
   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 gettext

This is the correct solution. Unfortunately, also one of the slowest.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
   Lots of folks confuse bad management with destiny
 - Kin Hubbard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 gettext
 
 This is the correct solution. Unfortunately, also one of the slowest.

Tell me about it. I have been rebuilding my system most of the night and
it is still not completed. This is all because I updated 'Gaim' which
pulled in the updated 'gettext' which in turn hosed my system. According
to 'portmanager', I have over a hundred applications that need to be
fixed. I did get the logon fixed though by rebuilding 'gettext' and then
rebuild 'bash'. So, at least I can logon normally.

-- 
Gerard

Only in America...

Tim Allen, comedian, had this to say about Martha Stewart:

Boy, I feel safer now that she's behind bars. O. J.  Kobe are walking
around, but they take the one woman in America willing to cook, clean,
and work in the yard and haul her ass to jail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 libintl.so.8 libintl.so.6
 
 You do realise that doing this will cause gettext dependancies to fail
 in weird an wonderful ways.

It would have been useful if gettext port (or portmaster...)
kept a copy of /usr/local/lib/libintl.so.6 around (in addition
to the new .8). I had to copy that one over from another machine
to get the apps working again until they're all updated (on a
slow 500 MHz desktop machine, updating libintl.so deps takes AGES)...

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 PROTECTED]


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 know how to replace it.

I assume I don't have to reinstall the OS (I hope) so where do I go from
here?

Thanks!

-- 
Gerard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 this file  
even

came from, I don't know how to replace it.

I assume I don't have to reinstall the OS (I hope) so where do I go  
from here?


That library comes from the gettext port; so try to reinstall /usr/ 
ports/devel/gettext...


(pkg_which might become your friend. :)

--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shared object libintl.so.6 not found

2007-03-19 Thread Brian A. Seklecki
Reinstall gettext from ports as root.  Rebuild your shells that are
linked against it.

Like, ldd /usr/local/bin/bash and see if it's looking for an old
version.  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
 
 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 know how to replace it.
 
 I assume I don't have to reinstall the OS (I hope) so where do I go from
 here?
 
 Thanks!
 
-- 
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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. Since I am not sure where this file even
 came from, I don't know how to replace it.

Have a look if you've got other version of libintl in /usr/local/lib.
Mine is at '.8':

$ ls -l /usr/local/lib/libintl.so.*
-r--r--r--  1 root  wheel  45025 [...] /usr/local/lib/libintl.so.8
$ pkg_which /usr/local/lib/libintl.so.8
gettext-0.16.1

 I assume I don't have to reinstall the OS (I hope) so where do I go from
 here?

Anything under /usr/local is not a part of an OS, just some software
needs libintl.so.6 and refuses to start.

First check if you've got gettext installed and what version. Most
probably you'd want to check 20070318 entry in /usr/ports/UPDATING.

HTH,

Karol

-- 
Karol Kwiatkowski   karol.kwiat at gmail dot com
OpenPGP 0x06E09309



signature.asc
Description: OpenPGP digital signature


Re: Shared object libintl.so.6 not found

2007-03-19 Thread Cédric Jonas
On Mon, 19 Mar 2007 18:15:06 -0400
Brian A. Seklecki [EMAIL PROTECTED] wrote:

 Reinstall gettext from ports as root.  Rebuild your shells that are
 linked against it.
 
 Like, ldd /usr/local/bin/bash and see if it's looking for an old
 version.  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
  
  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 know how to replace it.
  
  I assume I don't have to reinstall the OS (I hope) so where do I go
  from here?
  
  Thanks!
  

I think there should be an entry in UPDATING: 

portmaster -r gettext

will help...

-- 
Cédric Jonas[EMAIL PROTECTED]

GPG ID: 30CCFE8D
GPG Key: http://box.decemplex.net/~cedric/cedric.key.asc
GPG Fingerprint:  CF03 E1FD 9428 1B6B E971  B107 9044 AA99 30CC FE8D

Jabber-ID:  [EMAIL PROTECTED]


signature.asc
Description: PGP signature