Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   giFT under linux (https://thetfp.com/tfp/tilted-technology/77631-gift-under-linux.html)

bacon_masta 12-02-2004 08:38 PM

giFT under linux
 
Why can't Computer Scientists tell the difference between Halloween and Christmas?
Because 31 OCT. = 25 DEC.

ok, now that THAT's out of the way...i installed giFT, lib-giFT, and the openFT plugin for giFT (giFT ver 0.11.8.1 and openFT version 0.2.1.4) on slackware 10.0, and am using the apolion front end. all of the program components work fine, except i cannot get the giftd daemon to execute. it claims it is missing a shared library from /usr/lib (lib-giFT.so.0) that is there, and i have so far been unsuccessful in locating the configuration files for the giFT daemon so i can point this mislead startup script in the right direction. any ideas, experience with giFT, or mere appreciation of a bad pun i found? thanks in advance

skaven 12-02-2004 10:38 PM

Have you tried stracing the executable? It might be missing some other support file, but then giving an incorrect error message. For example, if you try to use the 'chroot' command without all the approprate libraries in the new root location, it will spit out a "/bin/sh: No such file or directory" error, even though /bin/sh exists in the new location. Using strace reveals that the "No such file or directory" error is actually from when /bin/sh tries to load a library that isn't there.

/Just had to deal with that particular problem last night
//Just man strace.

skaven 12-02-2004 10:38 PM

Oh, and it took me a minute, but I got the joke. Funny!

mgcloud 12-02-2004 11:54 PM

I love that joke ^_^

Try ldd /usr/bin/giftd
(or wherever your gift daemon is located)

Another thing to note is that gift (well my version of 0.11.8.1 anyway) looks for "libgift.so.0", NOT "libgiFT.so.0" (case-sensitive)

Try sticking in a symlink and hopefully that will help - maybe there was an error with the packaging or something.

Latch 12-03-2004 09:41 AM

Check your /etc/ld.so.conf

Make sure /usr/lib is in one of the paths.. although it's so common it should be.

Run 'ldconfig' as root.


All times are GMT -8. The time now is 05:52 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73