ldconfig I don't like it very much

2008-04-09 Thread Edward Capriolo
Running ldconfig with no arguments is a death sentence for Free BSD. I
believe the default should be to rebuilt the hints based on the system
files. It seems like if you run ldconfig with no arguments it wipes
all the hints. Since root uses bash as a shell I can not find a way to
login and fix this. even the console has the problem

You have mail.
/libexec/ld-elf.so.1: Shared object libintl.so.6 not found, required
by -bash

Will a reboot cure this or do i have to go single user?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ldconfig I don't like it very much

2008-04-09 Thread Wojciech Puchar

You have mail.
/libexec/ld-elf.so.1: Shared object libintl.so.6 not found, required
by -bash

Will a reboot cure this or do i have to go single user?


probably the latter.

do

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


Re: ldconfig I don't like it very much

2008-04-09 Thread Wojciech Puchar

sorry

/etc/rc.d/ldconfig start

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


Re: ldconfig I don't like it very much

2008-04-09 Thread Edward Capriolo
Reboot handled it , the commands you mentioned are effectively ran on reboot.

On Wed, Apr 9, 2008 at 3:13 PM, Wojciech Puchar
[EMAIL PROTECTED] wrote:

  You have mail.
  /libexec/ld-elf.so.1: Shared object libintl.so.6 not found, required
  by -bash
 
  Will a reboot cure this or do i have to go single user?
 

  probably the latter.

  do

  /etc/rc.d/abi start
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [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: ldconfig I don't like it very much

2008-04-09 Thread RW
On Wed, 9 Apr 2008 14:41:07 -0400
Edward Capriolo [EMAIL PROTECTED] wrote:

 It seems like if you run ldconfig with no arguments it wipes
 all the hints. Since root uses bash as a shell I can not find a way to
 login and fix this. even the console has the problem

For future reference, if you're going to use bash as root's shell, I
suggest you compile the port with  WITH_STATIC_BASH=yes, and copy
bash to /bin.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]