C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 04-22-2009, 07:57 PM   #1
Registered User
 
Join Date: Dec 2008
Posts: 41
ldconfig not working anymore?

hey, there, I am under UBUNTU. I usually put a rarely used shared library into a local directory, and put the local directory into the file /etc/ld.conf.so.d/rarely.conf, and then run ldconfig, and the shared library works. However today, it stopped working, and even worse, other local shared libraries, which used to work, also stop working. The complaint is identical:
ld: cannot find -lmylib

I have no clue how to figure out where is the problem, except suspecting that ldconfig. please share with me you idea. Thanks.
patiobarbecue is offline   Reply With Quote
Old 04-22-2009, 08:11 PM   #2
Senior software engineer
 
brewbuck's Avatar
 
Join Date: Mar 2007
Location: Portland, OR
Posts: 5,381
Do you see anything suspicious when you do:

Code:
$ LD_DEBUG=all foo
Where foo is a program which doesn't dynamically link properly anymore?
__________________
"Congratulations on your purchase. To begin using your quantum computer, set the power switch to both off and on simultaneously." -- raftpeople@slashdot
brewbuck is offline   Reply With Quote
Reply

Tags
ldconfig, linux, shared library

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to eject D drive using code, but not working... :( snowfrog C++ Programming 3 05-07-2005 07:47 PM
Animation class not working Bubba Game Programming 5 03-02-2005 06:48 AM
x on upper right corner not working caduardo21 Windows Programming 1 02-20-2005 08:35 PM
Mouse scroll stopped working Waldo2k2 Tech Board 2 10-12-2004 11:25 AM
cygwin -> unix , my code not working properly ;( CyC|OpS C Programming 4 05-18-2002 04:08 AM


All times are GMT -6. The time now is 05:29 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22