Hi,
thanks for the reply!
Well, I didn't find a LD_ELF_HINTS_PATH in /etc/rc.
Indeed, it does not seem to be defined/used anywhere in /etc as
root@pcbsd# find /etc -type f -exec grep -i ld_elf {} /dev/null \;
returns no matches :-(
Does this indicate that the /etc/rc is "bad" on my System? I does look OK; it's dated 01/01/2010 18:10 and has a size of 3664 Bytes.
The ldconfig -r looks ok; it even containts all those libs that upon starting X will not be founf any longer
|
Code:
|
/var/run/ld-elf.so.hints:
search directories: /lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/local/kde4/lib:/usr/local/lib/compat/pkg:/usr/local/kde4/lib/kde4:/usr/local/lib/compat:/usr/local/lib/mysql:/usr/local/lib/pth:/usr/local/lib/qt4
[...]
145:-lgthread-2.0.0 => /usr/local/lib/libgthread-2.0.so.0
[...]
201:-lXaw7.7 => /usr/local/lib/libXaw7.so.7
[...]
207:-lxkbfile.1 => /usr/local/lib/libxkbfile.so.1
[...] |
Oh... I just ran "startx" as root - and X started correctly.
So, it must be something wrong with my "ralf" User.
I checked my ~.profile and found
|
Code:
|
LD_ELF_HINTS_PATH="var/run/ld-pcbsd-elf.so.hints"
export LD_ELF_HINTS_PATH |
Upon re-activating ttyv8 and reboot I am now able to Login to KDM :-)
Did the name of the hints-File change eventually in PC-BSD 8?
Thanks for the reply!
Cheers,
_ralf_
|
Quote:
|
I would think that it needs to be ld-pcbsd-elf.so.hints or ld-pcbsd-32.so.hints
Check that LD_ELF_HINTS_PATH in /etc/rc has the right path.
|