Maybe I'm missing somthing, but the libjpcap that my Linux system produces links to an unexisting library...
# ant
Buildfile: build.xml
init:
[mkdir] Created dir: /home/godefrwo/tmp/delme/jpcap-0.01.16/include
[mkdir] Created dir: /home/godefrwo/tmp/delme/jpcap-0.01.16/classes
java-compile:
[javac] Compiling 94 source files to /home/godefrwo/tmp/delme/jpcap-0.01.16/classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar:
[jar] Building jar: /home/godefrwo/tmp/delme/jpcap-0.01.16/jars/jpcap.jar
[jar] Building jar: /home/godefrwo/tmp/delme/jpcap-0.01.16/jars/jpcap-core.jar
prop-for-capture-class:
check-for-capture-class:
natives:
make-unix-natives:
[exec] makefile:139: warning: overriding commands for target `clean'
[exec] ../../../../../../make/targets.makefile:7: warning: ignoring old commands for target `clean'
[exec] make: `libjpcap.so' is up to date.
make-windows-natives:
make-macosx-natives:
check-for-libjpcap:
install-linux-libjpcap:
check-for-jpcap-dll:
install-w2k-jpcap-dll:
check-for-libjpcap:
install-macosx-libjpcap:
build-jpcap:
all:
BUILD SUCCESSFUL
Total time: 6 seconds
# ldd lib/libjpcap.so
...
libstdc++-libc6.2-2.so.3 => not found
...
/lib/ld-linux.so.2 (0xb7884000)
# ls -al /usr/lib/*libstdc*
lrwxrwxrwx 1 root root 18 May 12 2009 /usr/lib/libstdc++.so.5 -> libstdc++.so.5.0.7
-rwxr-xr-x 1 root root 728388 May 12 2009 /usr/lib/libstdc++.so.5.0.7