This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by VyRuZ
Tue Aug 09, 2005 4:41 am
Forum: Archive
Topic: compile error on libtcl
Replies: 9
Views: 5186

TCLINC='/usr/local/include' TCLINCFN='tcl.h' TCLLIB='/usr/local/lib' TCLLIBFN='tcl8.4.so' TCL_LIBS='-L/usr/local/lib -ltcl8.4 -lm' TCL_REQS='/usr/local/lib/libtcl8.4.so' That's what i found. And secondly how do i export TCLINC and TCLLIB ?? use that same export LD_LIBRARY_PATH=/path/to/tcllib and t...
by VyRuZ
Tue Aug 09, 2005 4:07 am
Forum: Archive
Topic: compile error on libtcl
Replies: 9
Views: 5186

libtcl8.4.so => not found libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7fba000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7fb7000) libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7fa2000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e75000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fe...
by VyRuZ
Tue Aug 09, 2005 3:50 am
Forum: Archive
Topic: compile error on libtcl
Replies: 9
Views: 5186

:x This is getting annoying. I reinstalled Tcl just to be sure ( v8.4.6 from site in the COMPILE-GUIDE). It installed perfect. I did tclsh . It worked.I had tcl installed. I removed the folder of eggdrop unarchived because it already had ./configure made. Then i edited ld.so.conf with the path to li...
by VyRuZ
Mon Aug 08, 2005 12:02 pm
Forum: Archive
Topic: compile error on libtcl
Replies: 9
Views: 5186

Hmm.. I read what your link was pointing to... I edited that ld.so.conf adding a line to libtcl8.4 and it did not work. I removed the unarchived bot completely and tried again from beginning. No luck. I read the README and INSTALL and used at the ./configure the commands --with-libtcl=<path> and the...
by VyRuZ
Mon Aug 08, 2005 7:21 am
Forum: Archive
Topic: compile error on libtcl
Replies: 9
Views: 5186

compile error on libtcl

./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory make: *** [install-start] Error 127 This is the exact error i get when i do make install DEST=/place/for/bot ... Every step before this finishes perfectly (./configure , make conf...