You really ought to read up as to how your system actually works before doing this... what you have here is a major-number library difference - you cannot just make a symlink and expect it to work. There is a reason why the new version ends in .4 and not in .2 or .3 - the API is incompatible, and you cannot use these libraries interchangeably.
The correct thing to do is to rebuild ntop against the new libraries - you will need to make sure that the proper .so links are set to point the linker at the right version of the libraries - having redhat's "-devel" packages installed should take care of that. Then again, it may be a moot point to try to run ntop 2.2 on Redhat 9.0 or SuSE 8.2 anyway, due to the glibc 2.3.x issues. I'd wait for the next stable release, since I believe the issue is being worked on... or run 2.1. or run an older distro (SuSE 8.1 is quite nice). --- insideout <[EMAIL PROTECTED]> wrote: > 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 ===== ------------------- Scott M. Stone <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Taos - The SysAdmin Company (http://www.taos.com) Cisco Certified Network Associate Sun Solaris Certified Systems Administrator _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
