Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-05-2006, 11:03 PM
|
#1
|
|
Member
Registered: Sep 2006
Location: Singapore
Distribution: Slackware Linux
Posts: 48
Rep:
|
error while loading shared libraries: libgvc.so.3: cannot open shared object file
Hi,
I think there's a problem with my shared libraries, is there any way to troubleshoot it? Anyone can help? I was trying to make install on graphviz when this happened
Same thing happened when I was trying to run the net-snmp daemon as well.
Thanks in advance.
Regards
Jason
|
|
|
|
12-06-2006, 03:51 PM
|
#2
|
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 13.37
Posts: 4,084
Rep: 
|
Sounds like there's a missing library. I don't use graphviz, but is there a README or INSTALL file with the sources that details the dependencies?
|
|
|
|
12-06-2006, 07:20 PM
|
#3
|
|
Member
Registered: Sep 2006
Location: Singapore
Distribution: Slackware Linux
Posts: 48
Original Poster
Rep:
|
I doubt it's the graphviz problem, more like unable to retrieve nor access the shared lib problem.
|
|
|
|
12-06-2006, 08:11 PM
|
#4
|
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 13.37
Posts: 4,084
Rep: 
|
I didn't say it was a problem with graphviz - I said that the docs that come with graphviz should have information about what needs to be installed on your system for you to be able to compile it.
|
|
|
|
12-07-2006, 01:34 AM
|
#5
|
|
Member
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: OpenBSD, Slackware, XP
Posts: 347
Rep:
|
If you compiled a program from source usaully it has a default --prefix=/usr/local and the dirctory name of the application will be appended when you installed the system at that prefix to become /usr/local/appname. Then all of the binaries (bin and sbin) and including libraries & includes are all there with 'lib' and 'include' directory names.
Even they are there installed, you will still need to add that path in /etc/ld.so.conf to enable the dynamic linker to find it on the cache.
# echo /usr/local/appname/lib >> /etc/ld.so.conf
# ldconfig
|
|
|
|
12-13-2006, 09:37 PM
|
#6
|
|
Member
Registered: Aug 2003
Location: Indiana
Distribution: fc6 sles9 & 10 kubuntu ubuntu-server
Posts: 240
Rep:
|
Try ldd /path/to/libgvc.so.3 and check to make sure that it is in /etc/ld.so.conf. If you need to add it to ld.so.conf run ldconfig afterwards. Run ldconfig -p to see what libraries are linked.
|
|
|
|
01-17-2007, 05:10 PM
|
#7
|
|
LQ Newbie
Registered: Aug 2003
Distribution: Slack 11.0, DSL, Frugalware 0.5
Posts: 17
Rep:
|
I don't know if you're still trying to get around this problem, but I ran into the same thing. In order to fix it, I had to make some symlinks. Once I did that, the make install worked fine.
Here are the symlinks I had to make:
Code:
ln -s /usr/local/lib/libgvc.so.3 /usr/lib/
ln -s /usr/local/lib/libgraph.so.3 /usr/lib/
ln -s /usr/local/lib/libcdt.so.3 /usr/lib/
ln -s /usr/local/lib/libpathplan.so.3 /usr/lib/
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:41 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|