
yuval at cablemx
Aug 30, 2004, 4:20 AM
Views: 2162
Permalink
|
I encountered some problems in the installation on Linux 2.4.20 1) In: wackamole-2.1.0 the configure program print: "checking size of short int... configure: error: cannot compute sizeof (short int), 77" And then exit. 2) wackamole-2.0.0 the configure program print: "checking size of short int..." Without yes/no after the three points, but does not exits. 3) When trying to execute wackamole (version 2.0) I get the following error: "wackamole: error while loading shared libraries: libtspread.so: cannot open shared object file: No such file or directory" While the file (link) libtspread.so exists in: /usr/local/lib . The directory is in the PATH variable and the execitable was compiled and linked with the correct -L value: "gcc -o wackamole wackamole.o alarm.o lex.wack.o y.tab.o arpcache.o spoofmanager.o abt.o control.o apue.o configuration.o ife-sockpacket.o -L/usr/local/lib -rdynamic -ldl -lnsl -lpthread -ltspread" The only way I could make it work is with static linking: "gcc -o wackamole wackamole.o alarm.o lex.wack.o y.tab.o arpcache.o spoofmanager.o abt.o control.o apue.o configuration.o ife-sockpacket.o /usr/local/lib/libtspread.a -L/usr/local/lib -rdynamic -ldl -lnsl -lpthread" Thanks, Yuval Lifshitz CableMatrix Inc. _______________________________________________ wackamole-users mailing list wackamole-users[at]lists.backhand.org http://lists.backhand.org/mailman/listinfo/wackamole-users
|