LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Shared library problem (BIG problem) (https://www.linuxquestions.org/questions/slackware-14/shared-library-problem-big-problem-51723/)

jlg 03-25-2003 04:54 PM

Shared library problem (BIG problem)
 
Hello,

I installed Slackware 9 today.

It went well.

But I have a little problem.

When I restart the system I get to the part:
*******************************************
Starting OpenSSH SSH daemon: /usr/sbin/sshd
Updating shared library links: /sbin/ldconfig
*******************************************

And it stops. After 2 or 3 reboots the system starts normally.

What's the problem? Can I prevent updating shared library links in system startup?

Thanks in advance

Excalibur 03-25-2003 10:56 PM

Well, I can only consider a corrupted file system or a potential bad hard disk. The ldconfig program scans the directories that are specified in the /etc/ld.so.conf file and reads all the files and links. It then stores the infomation in the file /etc/ld.so.cache. This information is used when a program desires to load a library to use or when compiling additional programs and the libraries are required. The ld.so.conf file usually has only a few directories. The default file has only five directories in it. You may want to look at each of them and check out the directories. You could even just rename the file to something else, but leave the leave the cache file there. Technically, it would be a broken system, but it might help to identify if this is really the source of the problem.


All times are GMT -5. The time now is 10:04 PM.