Fedora This forum is for the discussion of the Fedora Project. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-14-2006, 06:57 PM
|
#1
|
Member
Registered: Jan 2005
Location: In front of my computers, USA
Distribution: Archlinux 64
Posts: 100
Rep:
|
FC6 libdnet.1 installed but not found
I am trying to install firewalk rpm from http://dries.studentenweb.org/rpm/packages...ewalk/info.html
The problem is yum says dependency libdnet.1 is not installed. I have libdnet.1 installed:
Code:
[root@DarkStar comhack]# whereis libdnet
libdnet: /usr/local/lib/libdnet.la /usr/local/lib/libdnet /usr/local/lib/libdnet.a /usr/local/lib/libdnet.1
I tried to usual: ldconfig and also rebooted but libdnet is not being found for some reason. Any ideals? I am trying to install a few packages that need this library. Yum shows it is installed:
Code:
libdnet -1.10-4.fc6.i386
libdnet-devel - 1.10-4.fc6.i386
libdnet-progs - 1.10-4.fc6.i386
I do not understand why it does not see it.
Thanks
|
|
|
12-14-2006, 09:32 PM
|
#2
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
What is the output of doing
Code:
#rpm -qa | grep -i libdnet
|
|
|
12-14-2006, 09:48 PM
|
#3
|
Member
Registered: Jan 2005
Location: In front of my computers, USA
Distribution: Archlinux 64
Posts: 100
Original Poster
Rep:
|
Thanks for the reply. Here it is:
Code:
[root@DarkStar FC6-pkgs]# rpm -qa | grep -i libdnet
libdnet-progs-1.10-4.fc6
libdnet-1.10-4.fc6
libdnet-devel-1.10-4.fc6
Thanks
|
|
|
12-14-2006, 09:55 PM
|
#4
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Well, it looks like libdnet is installed properly. Try installing the package using "rpm -Uvh --nodeps" works alright.
|
|
|
12-14-2006, 09:57 PM
|
#5
|
Member
Registered: Jan 2005
Location: In front of my computers, USA
Distribution: Archlinux 64
Posts: 100
Original Poster
Rep:
|
It installed but still not working:
Code:
[root@DarkStar FC6-pkgs]# rpm -Uvh --nodeps firewalk-5.0-1.2.fc6.rf.i386.rpm
warning: firewalk-5.0-1.2.fc6.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1aa78495
Preparing... ########################################### [100%]
1:firewalk ########################################### [100%]
[root@DarkStar FC6-pkgs]# firewalk
firewalk: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or directory
Thanks
|
|
|
12-14-2006, 10:24 PM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
I did a bit of googling and some users facing the same problem as yourself had to install libdnet into /usr/lib and not /usr/local/lib. You could just create symlinks instead of reinstalling.
|
|
|
12-15-2006, 05:32 AM
|
#7
|
Moderator
Registered: May 2001
Posts: 29,415
|
Before creating symlinks you could try this for further diagnosis: 1) Dries lists 1.11-1.2 as the latest, if you look at the spec you'll see they contain the dynamic and static library, so you could try if an upgrade somehow "fixes" things. 2) what does "ldconfig -p|grep dnet" say? (If nothing, add /usr/local/lib to ld.so.conf and run "ldconfig".) 3) Does firewalk run if you force "env LD_PRELOAD=/usr/local/lib/libdnet.so firewalk"?
|
|
|
12-15-2006, 09:35 AM
|
#8
|
Member
Registered: Jan 2005
Location: In front of my computers, USA
Distribution: Archlinux 64
Posts: 100
Original Poster
Rep:
|
Quote:
Originally Posted by reddazz
I did a bit of googling and some users facing the same problem as yourself had to install libdnet into /usr/lib and not /usr/local/lib. You could just create symlinks instead of reinstalling.
|
Thanks that helped but I still have to use the --nodeps when installing. Even with the system links there, yum still does not find it.
THanks
|
|
|
12-15-2006, 10:08 AM
|
#9
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally Posted by securitybreach
Thanks that helped but I still have to use the --nodeps when installing. Even with the system links there, yum still does not find it.
THanks
|
YUM and rpm do not search the filesystem for libraries. They consult the rpm database which will not know about your symlinks.
Last edited by reddazz; 12-15-2006 at 01:43 PM.
|
|
|
12-15-2006, 12:29 PM
|
#10
|
Member
Registered: Jan 2005
Location: In front of my computers, USA
Distribution: Archlinux 64
Posts: 100
Original Poster
Rep:
|
Fixed
Well I found a fix. Striker from All Things Linux helped me.
http://forums.scotsnewsletter.com/in...9&#entry212349
Thanks
Last edited by securitybreach; 12-15-2006 at 12:30 PM.
|
|
|
All times are GMT -5. The time now is 11:18 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
|
|