I also had this problem. Similar for rrd. I tried making a link for each from /usr/include (I think it was) eg ln -s <path to>libcrypto.so.4 libcrypto.so.2 (did I get that the right way round? check the man page for ln) but it still didn't work, ./configure still came up with error messages. at least I read them :-) I ended up compiling like this ./configure --without-ssl --with-rrd-root=<path> --with-rrd-include=<path> --with-rrd-lib=<path> I also had to create some dirs /var/ntop, /var/ntop/rrd, /var/ntop/rrd/graphics, /var/ntop/rrd/flows and chown, chmod them to have the rrd plugin work. Is this normal or did I miss something in the FAQ? So it works, but I'm not 100% what is going on. Great tool though and worth the fiddling :-)
>I have just installed RedHat 9.0 and I am now trying to install NTOP >2.2 and I get a >failed dependencies message=20 >libcrypto.so.2 is needed by ntop-2.2-0 >libssl.so.2 is needed by ntop-2.2-0 >When I search for the two files on RedHat 9.0 I can only find=20 >libcrypto.so.4 and libssl.so.4 >I believe the problem lies in the fact that RedHat 9.0 comes with >openssl-0.9.7a-5 and RedHat 8.0 comes with openssl-0.9.6b-33 >Do you have any suggestion on how I can get NTOP to work with the >later version of >openssl? _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
