Re: Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-22 Thread Agus
Thanks a lot guys Really dunno what happened with those files...
They were 444 perms not modified for long... but well now i
reinstalled bash form ports and went ok.

Thanks guys for your time...

2009/4/21 Michael Powell nightre...@verizon.net:
 Agus wrote:

 [snip]
 What is the output of ldconfig -r ?



 Sorry for the delay.. was too busyy...

 No output... just this

 ldconfig -r
 /var/run/ld-elf.so.hints:
 search directories:


 Sounds like the hints file is missing or damaged. These live here:
 /var/run/ld.so.hints for a.out and /var/run/ld-elf.so.hints for elf format.
 Look and see if these are present, and possibly consider deleting them and
 regenerating due to the possibility they are damaged. As root the command
 ldconfig -aout will do the first (probably not needed as that format is
 deprecated) and ldconfig -elf will do the second.

 -Mike




 ___
 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

___
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: Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-21 Thread Agus
2009/4/14 Ruben de Groot mai...@bzerk.org:
 On Fri, Apr 10, 2009 at 08:40:51PM -0300, Agus typed:
 Hi guys,

 Yesterday i suddenly start receiving this errors... first i noticed it
 cause i couldnt login and bash threw it.. then su...

 /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by 
 -su

 Then i remove bash and change to tcsh and was ok... but then again,
 this one when using sendmail..

 /libexec/ld-elf.so.1: Shared object libsasl2.so.2 not found,
 required by send-mail


 I didnt update anything... and it was all running fine for months...
 what can it be? the files i have are..

 -rwxr-xr-x  1 root  wheel    92K Mar 11 15:26 libsasl2.so.2
 lrwxr-xr-x  1 root  wheel    13B Mar 11 15:26 libsasl2.so - libsasl2.so.2

 -r--r--r--  1 root  wheel    39K Aug 23  2008 libintl.so.8
 lrwxr-xr-x  1 root  wheel    12B Aug 23  2008 libintl.so - libintl.so.8

 What is the output of ldconfig -r ?



Sorry for the delay.. was too busyy...

No output... just this

ldconfig -r
/var/run/ld-elf.so.hints:
search directories:

Thanksss,
Agustin
___
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: Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-21 Thread Mel Flynn
On Tuesday 21 April 2009 19:33:37 Agus wrote:
 2009/4/14 Ruben de Groot mai...@bzerk.org:
  On Fri, Apr 10, 2009 at 08:40:51PM -0300, Agus typed:
  Hi guys,
 
  Yesterday i suddenly start receiving this errors... first i noticed it
  cause i couldnt login and bash threw it.. then su...
 
  /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required
  by -su
 
  Then i remove bash and change to tcsh and was ok... but then again,
  this one when using sendmail..
 
  /libexec/ld-elf.so.1: Shared object libsasl2.so.2 not found,
  required by send-mail
 
 
  I didnt update anything... and it was all running fine for months...
  what can it be? the files i have are..
 
  -rwxr-xr-x  1 root  wheel92K Mar 11 15:26 libsasl2.so.2
  lrwxr-xr-x  1 root  wheel13B Mar 11 15:26 libsasl2.so -
  libsasl2.so.2
 
  -r--r--r--  1 root  wheel39K Aug 23  2008 libintl.so.8
  lrwxr-xr-x  1 root  wheel12B Aug 23  2008 libintl.so - libintl.so.8
 
  What is the output of ldconfig -r ?

 Sorry for the delay.. was too busyy...

 No output... just this

 ldconfig -r
 /var/run/ld-elf.so.hints:
   search directories:

Possible causes:
/var/run/ld-elf.so.hints is reduced to 0 by program foo, operator bar or 
hacker baz.
You or operator bar ran ldconfig -s without arguments.

/rescue/ldconfig /lib
/etc/rc.d/ldconfig start

Should get you back up and running.
-- 
Mel
___
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: Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-21 Thread Michael Powell
Agus wrote:

[snip]
 What is the output of ldconfig -r ?


 
 Sorry for the delay.. was too busyy...
 
 No output... just this
 
 ldconfig -r
 /var/run/ld-elf.so.hints:
 search directories:
 

Sounds like the hints file is missing or damaged. These live here: 
/var/run/ld.so.hints for a.out and /var/run/ld-elf.so.hints for elf format. 
Look and see if these are present, and possibly consider deleting them and 
regenerating due to the possibility they are damaged. As root the command 
ldconfig -aout will do the first (probably not needed as that format is 
deprecated) and ldconfig -elf will do the second. 

-Mike




___
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: Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-14 Thread Ruben de Groot
On Fri, Apr 10, 2009 at 08:40:51PM -0300, Agus typed:
 Hi guys,
 
 Yesterday i suddenly start receiving this errors... first i noticed it
 cause i couldnt login and bash threw it.. then su...
 
 /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by 
 -su
 
 Then i remove bash and change to tcsh and was ok... but then again,
 this one when using sendmail..
 
 /libexec/ld-elf.so.1: Shared object libsasl2.so.2 not found,
 required by send-mail
 
 
 I didnt update anything... and it was all running fine for months...
 what can it be? the files i have are..
 
 -rwxr-xr-x  1 root  wheel92K Mar 11 15:26 libsasl2.so.2
 lrwxr-xr-x  1 root  wheel13B Mar 11 15:26 libsasl2.so - libsasl2.so.2
 
 -r--r--r--  1 root  wheel39K Aug 23  2008 libintl.so.8
 lrwxr-xr-x  1 root  wheel12B Aug 23  2008 libintl.so - libintl.so.8

What is the output of ldconfig -r ?

___
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: Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-11 Thread Agus
2009/4/11 gabe g johndoeismyn...@gmail.com:


 On Fri, Apr 10, 2009 at 7:40 PM, Agus agus@gmail.com wrote:

 Hi guys,

 Yesterday i suddenly start receiving this errors... first i noticed it
 cause i couldnt login and bash threw it.. then su...

 /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by
 -su

 Then i remove bash and change to tcsh and was ok... but then again,
 this one when using sendmail..

 /libexec/ld-elf.so.1: Shared object libsasl2.so.2 not found,
 required by send-mail


 I didnt update anything... and it was all running fine for months...
 what can it be? the files i have are..

 -rwxr-xr-x  1 root  wheel    92K Mar 11 15:26 libsasl2.so.2
 lrwxr-xr-x  1 root  wheel    13B Mar 11 15:26 libsasl2.so - libsasl2.so.2

 -r--r--r--  1 root  wheel    39K Aug 23  2008 libintl.so.8
 lrwxr-xr-x  1 root  wheel    12B Aug 23  2008 libintl.so - libintl.so.8



 I really dont know what is happening  thanks to anyone who can
 clariffy this... I really dont know what /libexec/ld-elf.so.1 is
 doing?
 I figure that the binarys complaining arent findind this libs... i
 really dunno...

 Thanks a lot in advance...

 Also i mention that this is a public server where i offer free shell
 services  i dont think a normal/unprivileged user could have done
 mess with it right?

 Cheers,
 Agustin
 ___
 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

 Don't clog your system with symlinks, look at the manpage for libmap.conf
 (man libmap.conf) or
 http://www.freebsd.org/cgi/man.cgi?query=libmap.confmanpath=FreeBSD+7.1-RELEASE
 .

 Good luck,
 Gabe



Will read that... thanks :)

Yes.. i remember i had forgotten the version of the OS once i sent it...

im running

FreeBSD everest 6.3-RELEASE-p5 FreeBSD 6.3-RELEASE-p5 #0: Thu Oct  9
13:54:44 ART 2008  :/usr/obj/usr/src/sys/KEVEREST-6.3  i386
___
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


Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-10 Thread Agus
Hi guys,

Yesterday i suddenly start receiving this errors... first i noticed it
cause i couldnt login and bash threw it.. then su...

/libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by -su

Then i remove bash and change to tcsh and was ok... but then again,
this one when using sendmail..

/libexec/ld-elf.so.1: Shared object libsasl2.so.2 not found,
required by send-mail


I didnt update anything... and it was all running fine for months...
what can it be? the files i have are..

-rwxr-xr-x  1 root  wheel92K Mar 11 15:26 libsasl2.so.2
lrwxr-xr-x  1 root  wheel13B Mar 11 15:26 libsasl2.so - libsasl2.so.2

-r--r--r--  1 root  wheel39K Aug 23  2008 libintl.so.8
lrwxr-xr-x  1 root  wheel12B Aug 23  2008 libintl.so - libintl.so.8



I really dont know what is happening  thanks to anyone who can
clariffy this... I really dont know what /libexec/ld-elf.so.1 is
doing?
I figure that the binarys complaining arent findind this libs... i
really dunno...

Thanks a lot in advance...

Also i mention that this is a public server where i offer free shell
services  i dont think a normal/unprivileged user could have done
mess with it right?

Cheers,
Agustin
___
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: Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-10 Thread Tamouh Hakmi
You'd need to provide us with more details as your version #, what are you 
running...etc.

Try to ln -s to libintl.so.8 from other directories as well  such as 
/usr/libexec and /usr/local/libexec

Tamouh 

 -Original Message-
 From: owner-freebsd-questi...@freebsd.org 
 [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Agus
 Sent: April 10, 2009 7:41 PM
 To: FreeBSD Questions
 Subject: Sudden /libexec/ld-elf.so.1: Shared object 
 libintl.so.8 not found,required by errors
 
 Hi guys,
 
 Yesterday i suddenly start receiving this errors... first i 
 noticed it cause i couldnt login and bash threw it.. then su...
 
 /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, 
 required by -su
 
 Then i remove bash and change to tcsh and was ok... but 
 then again, this one when using sendmail..
 
 /libexec/ld-elf.so.1: Shared object libsasl2.so.2 not 
 found, required by send-mail
 
 
 I didnt update anything... and it was all running fine for months...
 what can it be? the files i have are..
 
 -rwxr-xr-x  1 root  wheel92K Mar 11 15:26 libsasl2.so.2
 lrwxr-xr-x  1 root  wheel13B Mar 11 15:26 libsasl2.so - 
 libsasl2.so.2
 
 -r--r--r--  1 root  wheel39K Aug 23  2008 libintl.so.8
 lrwxr-xr-x  1 root  wheel12B Aug 23  2008 libintl.so - 
 libintl.so.8
 
 
 
 I really dont know what is happening  thanks to anyone 
 who can clariffy this... I really dont know what 
 /libexec/ld-elf.so.1 is doing?
 I figure that the binarys complaining arent findind this 
 libs... i really dunno...
 
 Thanks a lot in advance...
 
 Also i mention that this is a public server where i offer 
 free shell services  i dont think a normal/unprivileged 
 user could have done mess with it right?
 
 Cheers,
 Agustin
 ___
 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

___
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: Sudden /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by errors

2009-04-10 Thread gabe g
On Fri, Apr 10, 2009 at 7:40 PM, Agus agus@gmail.com wrote:

 Hi guys,

 Yesterday i suddenly start receiving this errors... first i noticed it
 cause i couldnt login and bash threw it.. then su...

 /libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by
 -su

 Then i remove bash and change to tcsh and was ok... but then again,
 this one when using sendmail..

 /libexec/ld-elf.so.1: Shared object libsasl2.so.2 not found,
 required by send-mail


 I didnt update anything... and it was all running fine for months...
 what can it be? the files i have are..

 -rwxr-xr-x  1 root  wheel92K Mar 11 15:26 libsasl2.so.2
 lrwxr-xr-x  1 root  wheel13B Mar 11 15:26 libsasl2.so - libsasl2.so.2

 -r--r--r--  1 root  wheel39K Aug 23  2008 libintl.so.8
 lrwxr-xr-x  1 root  wheel12B Aug 23  2008 libintl.so - libintl.so.8



 I really dont know what is happening  thanks to anyone who can
 clariffy this... I really dont know what /libexec/ld-elf.so.1 is
 doing?
 I figure that the binarys complaining arent findind this libs... i
 really dunno...

 Thanks a lot in advance...

 Also i mention that this is a public server where i offer free shell
 services  i dont think a normal/unprivileged user could have done
 mess with it right?

 Cheers,
 Agustin
 ___
 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


Don't clog your system with symlinks, look at the manpage for libmap.conf
(man libmap.conf) or
http://www.freebsd.org/cgi/man.cgi?query=libmap.confmanpath=FreeBSD+7.1-RELEASE.

Good luck,
Gabe
___
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