Forgot your password?
typodupeerror
User Journal

Journal aphor's Journal: Compiling ntop 2.2c on Solaris 8 with GCC-3.3.1

I just cleared up a linker problem building a recent ntop release on Solaris 8. Previously, the linker would barf on OpenSSL libssl.a with some undefined sysmbols that it should have picked up in libcrypto.a. I hacked the configure-supplied Makefile and added a second "-lcrypto" to the end of the LIBS section, and Solaris ld magically picked up the stuff it should have acquired from the first -lcrypto in the list.

Don't ask me why. I do not know. All I know is that I have a happy binary ntop 2.2 for my Solaris 8 servers now :) YMMV

panic: can't find /

Working...