LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Noob Needs Handholding Through P2P Installation (https://www.linuxquestions.org/questions/linux-newbie-8/noob-needs-handholding-through-p2p-installation-166500/)

cmon 04-05-2004 01:10 PM

Noob Needs Handholding Through P2P Installation
 
Hi all,

I have been trying to install P2P software on Mandrake 9.0 (KDE 3.0) but to no avail. I am not a computer whizzkid but I am also determined not to run off screaming back to Windoze like some big girl's blouse. I have searched this (top-notch) forum and found various internet pages but still can't install successfully - please can you help?

I have downloaded the following files to /tmp:
gift-0.11.6.tar.bz2;
gift-gnutella-0.0.9.2.tar.bz2;
gift-openft-0.2.1.2.tar.bz2;
apollon-0.9.3-2.tar.bz2.


I found the following script on a web page and popped it into Konsole (super user mode):

cd /usr/local/src/
tar xvfj /tmp/gift-0.11.6.tar.bz2
tar xvfj /tmp/gift-openft-0.2.1.2.tar.bz2
tar xvfj /tmp/gift-gnutella-0.0.9.2.tar.bz2
cd gift-0.11.6
./configure && make && su -c 'make install'
cd ..
cd gift-gnutella-0.0.9
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/
./configure && make && su -c 'make install'
cd ..
cd gift-openft-0.2.1.2
./configure && make && su -c 'make install'

Everything seemed to tick along very well for around 1 minute - lots of positive-looking messages, but then everything stopped with an error message along these lines:

checking ltdl.h usability ... no
checking ltdl.h presence ... no
checking for ltdl.h .... no

configure error:
libltdl is temporarily required. Please install the appropriate library and header files. ....

I have read previously that it is essential to have all the "development" packages installed, so I've done that - any thoughts on how to get this sorted?

Your help will be greatly appreciated.

Cheers,
Cmon.

Komakino 04-05-2004 01:23 PM

Not all development packages, no - you just need libtool, I think.

http://www.gnu.org/software/libtool/libtool.html

download the source code and install that as per the INSTALL or README file in the archive. Should be all you need.


All times are GMT -5. The time now is 03:38 PM.