LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-12-2004, 09:10 PM   #1
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Rep: Reputation: 15
trying to install giFT...


after doing ./configure...i get this mseeage:
checking for lt_dlopen in -lltdl... no
configure: error:
*** Couldn't find ltdl library. If it is installed in a non-standard
*** location, please supply --with-ltdl=DIR on the configure command line,
*** where `DIR' is the prefix where ltdl is installed (such as /usr,
*** /usr/local, or /usr/pkg). If that doesn't work, check config.log.

I need giFT (i think) to install this Apollon filesharing program and I keep getting that error...what do I do?

PS-if you know any other easier to install filesharing programs, just let me know!
 
Old 09-12-2004, 09:17 PM   #2
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
The easiest one:
http://gtk-gnutella.sourceforge.net/

As for gift, most distro's have binaries for it.
Always name your distro.
Even with the binaries, you still need to open the right ports(read it's faq).
 
Old 09-12-2004, 09:23 PM   #3
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Original Poster
Rep: Reputation: 15
tried Gtk-gnutella...did the ./Configure and then went to do make...i get an error for every action...here's a snippet:


interface-glade2.c:15288: error: `image232' undeclared (first use in this function)
interface-glade2.c:15290: warning: assignment makes pointer from integer without a cast
interface-glade2.c:15298: error: `GTK_ICON_SIZE_MENU' undeclared (first use in this function)
interface-glade2.c:15313: error: `gpointer' undeclared (first use in this function)
interface-glade2.c:15313: error: parse error before "popup_nodes_disconnect"
interface-glade2.c:15316: error: parse error before "popup_nodes_config_cols"
interface-glade2.c:15322: error: `GDestroyNotify' undeclared (first use in this function)
interface-glade2.c:15322: error: parse error before "gtk_widget_unref"
interface-glade2.c:15323: error: parse error before "gtk_widget_unref"
interface-glade2.c:15324: error: parse error before "gtk_widget_unref"
interface-glade2.c:15325: error: parse error before "gtk_widget_unref"
/usr/include/bits/socket.h: At top level:


any clue what this means?
 
Old 09-12-2004, 10:30 PM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
you will be missing dependency's !
you havnt given the right part of the error message for me to tell which dependency

what Distribution are you using ?
if you are using gentoo, let portage do it...
"emerge apollon"

anyways.. yeah, apollon is definatly the BEST p2p program out there.
its a frontend to giFT and can connect to may different protocols.
 
Old 09-12-2004, 10:33 PM   #5
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by qwijibow
you will be missing dependency's !
you havnt given the right part of the error message for me to tell which dependency

what Distribution are you using ?
if you are using gentoo, let portage do it...
"emerge apollon"

anyways.. yeah, apollon is definatly the BEST p2p program out there.
its a frontend to giFT and can connect to may different protocols.
I'm using Mandrake 10...let me try to find that dependency...

/usr/include/bits/socket.h: At top level:
prop.h:60: warning: array `prop_type_str' assumed to have one element
matching.h:118: error: storage size of `all_entries' isn't known
make[2]: *** [interface-glade2.o] Error 1
make[2]: Leaving directory `/home/joseph/Documents/DC/gtk-gnutella-0.93.2/src'
Making all in pixmaps...
make[2]: Entering directory `/home/joseph/Documents/DC/gtk-gnutella-0.93.2/pixmaps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joseph/Documents/DC/gtk-gnutella-0.93.2/pixmaps'
Making all in po...
make[2]: Entering directory `/home/joseph/Documents/DC/gtk-gnutella-0.93.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joseph/Documents/DC/gtk-gnutella-0.93.2/po'
make[1]: Leaving directory `/home/joseph/Documents/DC/gtk-gnutella-0.93.2'


that help any?
 
Old 09-13-2004, 07:51 AM   #6
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
go to the very first few lines of the error messages... there will probably be a header file not found
 
Old 09-13-2004, 09:15 AM   #7
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
You need either GTK+ and/or libXML.

As for Apollon, use URPMI =>
In root:

URPMI gift-fasttrack
(will install the deamon and a FastTrack(Kazaa) plugin, do the same thing for other plug-ins)

URPMI apollon
(Will install the Apollon client.)

Next run:
gift-setup

That should make them work.
 
Old 09-13-2004, 02:25 PM   #8
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by jens
You need either GTK+ and/or libXML.

As for Apollon, use URPMI =>
In root:

URPMI gift-fasttrack
(will install the deamon and a FastTrack(Kazaa) plugin, do the same thing for other plug-ins)

URPMI apollon
(Will install the Apollon client.)

Next run:
gift-setup

That should make them work.
Went to root console under the apollon directory and got this:

[root@cpe-**.***.***.*** apollon-1.0b1]# urpmi gift-fasttrack
no package named gift-fasttrack
[root@cpe-**.***.***.*** apollon-1.0b1]# urpmi apollon
no package named apollon
 
Old 09-13-2004, 03:51 PM   #9
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
ignore all this fancy URPMI crap, and lets do it the normal boreing reliable way....
download the all in one installer from apollon's sourceforge site.... and let it do its stuff....

if it has a missing dependency, then install it... or if you dont understand the error message, post it here for some1 to translate it for you.
 
Old 09-13-2004, 03:59 PM   #10
Linux24
Member
 
Registered: Aug 2004
Distribution: Mandrake 10.1
Posts: 204

Rep: Reputation: 30
Further suggestion:

Use LimeWire. LimeWire relies on Java, which installs pretty easily, and Limewire comes with a self-installer and works the way a Windows program does. I fought giFT for two days and finally surrendered. It and Apollon were incredibly slow to connect, and just adding fastrack to it brought the entire configuration to its knees. What a pain! The UI, both GUI and command line, is archaic.
 
Old 09-13-2004, 06:50 PM   #11
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Original Poster
Rep: Reputation: 15
got the all in one installer and got this:

Cannot install apollon-0.9.3-3plf.i586.rpm (due to unsatisfied gift plugin)
 
Old 09-13-2004, 07:21 PM   #12
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
Try these:
http://www.ls-l.net/apollon/

Ps. Unlike what others may claim, urpmi can help you.
You just need to add some URLs in the config file.
It's like Apt for Debian or Emerge for Gentoo.
 
Old 09-13-2004, 07:36 PM   #13
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by jens
Try these:
http://www.ls-l.net/apollon/

Ps. Unlike what others may claim, urpmi can help you.
You just need to add some URLs in the config file.
It's like Apt for Debian or Emerge for Gentoo.
Could you tell me exactly how you installed apollon/gift?
 
Old 09-13-2004, 08:55 PM   #14
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Cannot install apollon-0.9.3-3plf.i586.rpm
this is NOT the all in one installer !

THIS.. is the all in one installer
http://prdownloads.sourceforge.net/a...4.run?download

download it... login as root... and run it with

chmod +x ./apollon-dist-0.4.run
./apollon-dist-0.4.run

easy as that !

make sure you actually read the links you click, or you will end up downloading thee wrong files !!!
 
Old 09-13-2004, 08:59 PM   #15
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by qwijibow
Cannot install apollon-0.9.3-3plf.i586.rpm
this is NOT the all in one installer !

THIS.. is the all in one installer
http://prdownloads.sourceforge.net/a...4.run?download

download it... login as root... and run it with

chmod +x ./apollon-dist-0.4.run
./apollon-dist-0.4.run

easy as that !

make sure you actually read the links you click, or you will end up downloading thee wrong files !!!
what the crap?! I got all that, get to the installer, it asks for my root password...I type it in and it says that it's invalid! I KNOW that's the right pass....what is this?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gift-Gnutella & gift-openft initial host files david.skinner Linux - Software 4 02-06-2012 06:55 PM
who can help install giFT? nbn792 Linux - Software 16 10-31-2004 07:41 PM
how to manually create ~/.giFT /gift.config ?? botto Linux - Software 2 07-04-2004 12:04 PM
trying to install gift jasonmcneil0 Linux - Newbie 2 11-13-2003 05:05 AM
easiest way to install giFT? newbe45 Linux - Software 5 08-23-2003 03:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration