hI Declan,

PROBLEM SOLVED.

> First of all rerun ldconfig. (hint from 30 secs with google).
> 
> Have you tried running it? ld should work, and should return an error
> if called with no arguments.
> 
> BTW, it doesn't say ld isn't there. It says collect2 can't find it.
> 
> It's always worth reading install docs too, where ld errors are
> concerned as some things have issues with various flavours of ld. In
> particular, they want to know if you're using GNU ld (You are).

Solution:
========

After running configure changed to root ("su -" not "su" in my case)
and ran "make install". That is all. 

The problem originated from "ldconfig" being on /sbin/ and in my case
"su" did not have this path but "su -" had

bash-3.00$ su
Password:
[EMAIL PROTECTED]:/# echo $PATH
/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:

[EMAIL PROTECTED]:/# exit
exit

bash-3.00$ su -
Password:
[EMAIL PROTECTED]:~# echo $PATH
/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin

[EMAIL PROTECTED]:~# which ldconfig
/sbin/ldconfig

BR
SL


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to