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"

Reply via email to