Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
|
|
01-20-2003, 07:17 PM
|
#1
|
Member
Registered: Jan 2003
Location: Florida, USA
Distribution: Slackware
Posts: 169
Rep:
|
Help! Can't install Gnutella!
I am having major problems getting a few programs to recognize library dependencies that i just installed.
the first program is Gnutella. I ran ./configure and I got a message stating that libxml2 2.4.19 or later needs to be installed. So, i downloaded the appropriate tar.gz, and installed it. No problem. However, after i install, Gnutella's ./configure wont recognize it.
- I've tried running ldconfig . Same problem.
- I've tried running updatedb . It did something, but problem remains.
- I've edited /etc/ld.so.conf to reflect the locations of lib files. The ./configure still doesnt see the libraries.
Anything else i should be doing?
|
|
|
01-20-2003, 07:24 PM
|
#2
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Where did it install libxml to ? If you compiled it as a user, it might have placed it in /usr/local/lib and it might need to also be linked from /usr/lib or vice verse these ?
|
|
|
01-20-2003, 07:28 PM
|
#3
|
Member
Registered: Jan 2003
Location: Florida, USA
Distribution: Slackware
Posts: 169
Original Poster
Rep:
|
i installed as root and it appears to have installed to /usr/local/lib/
How do i link and what is the significance of linking libraries? I take it this isnt done by default....
|
|
|
01-20-2003, 07:34 PM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Try this as root:
cd /usr/lib
ln -s /usr/local/lib/libxml-filename libxml-filename
And that should create the link and then test your ./configure to check to see if it finds it this go round.
|
|
|
01-20-2003, 07:49 PM
|
#5
|
Member
Registered: Jan 2003
Location: Florida, USA
Distribution: Slackware
Posts: 169
Original Poster
Rep:
|
ok, from usr/lib, as root, i linked libxml2.a but not help... there are also files with .a
.la
.so
.so.2
.so.2.4.22
should i use one of them? this is really confusing. I've tried checking out different posts dealing with libraries and most made it seem like all you had to do was ./configure
make
make install
ldconfig
and you were done.
|
|
|
01-20-2003, 08:00 PM
|
#6
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
You'll want to link the .so files as well, those are the lib files.
|
|
|
01-20-2003, 08:10 PM
|
#7
|
Member
Registered: Jan 2003
Location: Florida, USA
Distribution: Slackware
Posts: 169
Original Poster
Rep:
|
ok i get :
ln: 'libxml2.so': File exists
There appears to be files in both /usr/local/lib/ and /usr/lib/ pretaining to libxml2
|
|
|
01-20-2003, 08:43 PM
|
#8
|
Member
Registered: Jan 2003
Location: Florida, USA
Distribution: Slackware
Posts: 169
Original Poster
Rep:
|
This sucks. I've tried installing Gnuttella, Eterm, and Enlightenment and each time i downloaded needed libraries and each time the ./configure doesnt recognize them once they are installed. I installed gaim without a problem.
what am i doing wrong?
|
|
|
All times are GMT -5. The time now is 12:57 PM.
|
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
|
|