|
|
Greetings All; build lzo, tun, openvpn and all built well however when I run openvpn It dumps a core... and not a very informative core at that; some insite would be appriciated. Notes: LZO-1.08 - build fine all make check;make test said everything was good TUN-1.1 - I couldn't get the thing to build in 64 bit. I was only able to build it in 32 bit mode. Openvpn-2.0 - everything built and compiled happily (or at least I though it did) just trying to do a openvpn --help or any command causes the following (gdb) core 20461.openvpn.1115391515.core Core was generated by `/opt/build/DWopvpn/openvpn/sbin/openvpn'. Program terminated with signal 4, Illegal instruction. Reading symbols from /usr/local/ssl/lib/libssl.so.0.9.7...done. Loaded symbols for /usr/local/ssl/lib/libssl.so.0.9.7 Reading symbols from /usr/local/ssl/lib/libcrypto.so.0.9.7...done. Loaded symbols for /usr/local/ssl/lib/libcrypto.so.0.9.7 Reading symbols from /usr/lib/libsocket.so.1...done. Loaded symbols for /usr/lib/libsocket.so.1 Reading symbols from /usr/lib/libc.so.1...done. Loaded symbols for /usr/lib/libc.so.1 Reading symbols from /usr/lib/libnsl.so.1...done. Loaded symbols for /usr/lib/libnsl.so.1 Reading symbols from /usr/lib/libdl.so.1...done. Loaded symbols for /usr/lib/libdl.so.1 Reading symbols from /usr/local/lib/libgcc_s.so.1...done. Loaded symbols for /usr/local/lib/libgcc_s.so.1 Reading symbols from /usr/lib/libmp.so.2...done. Loaded symbols for /usr/lib/libmp.so.2 Reading symbols from /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1...done. Loaded symbols for /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1 #0 0x0007733c in atexit () (gdb) bt #0 0x0007733c in atexit () I am no expert but it looks like the first thing it's doing is calling the atexit function... I could find that funxtion either when I greped the code. any advice? --Chris ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |