LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 11-25-2003, 07:33 PM   #1
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Rep: Reputation: 15
gift problem


[jason2@localhost jason2]$ giftd
*** GIFT-FATAL: couldn't load protocol in file /usr/lib/giFT/libOpenFt.la: file not found
*** Often times more information can be found in the log file or with the -v command line switch.

i do have OpenFT installed. via RPM. anyone know what i can do ?? ;\


/Jason
 
Old 11-25-2003, 07:56 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
As root, run
updatedb -c

Then,
locate libOpenFt\.la


That will show you if, and if so, where it's
installed.

Allternatively, you could query the rpm database...

rpm -qa | grep OpenFt

Cheers,
Tink
 
Old 11-25-2003, 08:03 PM   #3
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
ok, i updated and it did something cause it took a min or so.

now when i run the above commands. i get nothing in return

root@localhost jason2]# updatedb -c
[root@localhost jason2]# locate libOpenFt.la
[root@localhost jason2]# locate libOpenFt.la
[root@localhost jason2]# rpm -qa | grep OpenFt

thats all i get . what should i do now?


/Jason
 
Old 11-25-2003, 08:28 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Pretty fair indication that it's not installed.

You sure that it worked alright? :)



Cheers,
Tink
 
Old 11-25-2003, 08:37 PM   #5
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
hmmm

[root@localhost gift]# rpm -ivh gift-openft-0.2.1.1-4plf.i586.rpm
warning: gift-openft-0.2.1.1-4plf.i586.rpm: V3 DSA signature: NOKEY, key ID caba22ae
Preparing... ########################################### [100%]
package gift-openft-0.2.1.1-4plf is already installed

says it is

:\
 
Old 11-25-2003, 09:06 PM   #6
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
acutally

*** GIFT-FATAL: couldn't load protocol in file /usr/lib/giFT/libnone.la: file not found
*** Often times more information can be found in the log file or with the -v command line switch.


different error now and icannot seem to find anything about this particular file either


hmmm

Last edited by jasonmcneil0; 11-25-2003 at 09:08 PM.
 
Old 11-25-2003, 09:27 PM   #7
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
anyone know how to fix this, i ran into this exact same problem at my friends house also. So maybe is it a common error :\

/Jason
 
Old 11-26-2003, 08:50 AM   #8
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
anyone????
 
Old 11-26-2003, 12:59 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Maybe the RPM just doesn't have
all it takes? Install from source.


Cheers,
Tink
 
Old 11-26-2003, 01:45 PM   #10
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
ya i tried installing the all in one pac that is available on sourceforge now. still the same thing, and what's weird i can't find anything about libnone.la

mentalness, would be nice to get it working tho :\


/Jason
 
Old 11-26-2003, 06:45 PM   #11
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
ok, playing around with it some more, and i get this now

[jason2@localhost jason2]$ giftd -v
[20:42] giftd 0.11.4 (Nov 10 2003 17:07:26) started
[20:42] FastTrack: fst_fasttrack.c:298(fst_giftcb_start): starting up
[20:42] FastTrack: fst_fasttrack.c:333(fst_giftcb_start): Loaded 647 supernode addresses from nodes file "/home/jason2/.giFT/FastTrack/nodes"
[20:42] FastTrack: fst_fasttrack.c:347(fst_giftcb_start): Loaded 591 banned ip ranges from "/home/jason2/.giFT/FastTrack/banlist"
[20:42] FastTrack: fst_fasttrack.c:367(fst_giftcb_start): Http server listening on port 1214
[20:42] FastTrack: fst_fasttrack.c:394(fst_giftcb_start): adding fm2.imesh.com:1214 as temporary index node
[20:42] FastTrack: fst_session.c:107(fst_session_connect): connecting to fm2.imesh.com(212.179.35.118):1214
[20:42] OpenFT: ft_openft.c:151(openft_start): Booya! OpenFT in the house!
[20:42] *** GIFT-ERROR: OpenFT: dropping FT_NODE_SEARCH status due to lacking libdb support
[20:42] *** GIFT-ERROR: OpenFT: unable to successfully bind listening ports, aborting OpenFT startup
[20:42] *** GIFT-FATAL: unable to start 'OpenFT', no idea why (hopefully the protocol provided some info)
[20:42] *** Often times more information can be found in the log file or with the -v command line switch.

anyone know what's up?
 
Old 11-26-2003, 07:23 PM   #12
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Get rid of your RPMs and install from source :}


Cheers,
Tink
 
Old 11-27-2003, 12:16 PM   #13
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
hey tink,

done that, recompolied, same thing tho, i don't think i am putting the protocol in right or something.

i am putting this

plugins = OpenFT:FastTrack

seems fine to me



strange

/Jason
 
Old 12-25-2003, 10:38 AM   #14
blish_blash
Member
 
Registered: Dec 2003
Posts: 68

Rep: Reputation: 15
hi -
I have the same problem - did you solve it?
Greetings,
Ron
PS - I am going to try change the name of OpenFT to openFT in the .conf file (small o :-) )
maybe 't will work...
 
Old 08-07-2004, 09:53 PM   #15
Rolf68
LQ Newbie
 
Registered: May 2004
Posts: 6

Rep: Reputation: 0
gift Problems....

To solve that gift problem you must make sure that gift can access the different OpenFT.la Gnutella.la ect. simply copy them to the right directory and make usermod g+rx o+rw.
Then restart giftd and you will see that it now starts the giftd
 
  


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
how to manually create ~/.giFT /gift.config ?? botto Linux - Software 2 07-04-2004 12:04 PM
giFT and OpenFT problem arch23 Fedora 3 12-09-2003 03:53 AM
gift configure problem TheChicken Mandriva 2 10-26-2003 08:06 AM
Problem with compiling giFT - please help! eomerek Linux - Software 1 08-11-2003 04:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:17 AM.

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