Those messages are simply pass throughs from the OS. So you might want to research it that way - as a FreeBSD problem, not specifically an ntop one.
Google for it has this code fragment... http://www.geocrawler.com/archives/3/159/2000/12/0/4896190/ Seems to be related to reference counts for elf modules, so you might try doing the compile & link on the box, rather than moving the files. Maybe there's something embeded in the linked file that is specific to the box (memory offsets, etc.)?? Just guessing... -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Cole > Sent: Sunday, April 11, 2004 9:36 AM > To: [EMAIL PROTECTED] > Subject: [Ntop-dev] Ntop 3.0 Plugin Problems > > > Hi > > I have recently installed ntop 3.0 on freebsd 4.9 from the ports. > I then copied the binary and all needed libraries to another box > also almost a duplicate of the box that i installed ntop 3.0 on. > > When starting up ntop i get these errors, so i recompiled ntop on > the new box from ports, and i still get these errors. > I have checked /usr/local/lib/ntop/plugins, and everything is > there, and they are also the same as the libraries on the original box > that i installed ntop on. Even copying the files from the plugin > directory to the second box didnt solve this. I have recompiled, > reinstalled, tried everything, i have no idea why it is now doing this. > > Sun Apr 11 16:32:18 2004 **WARNING** Unable to locate plugin > '/usr/local/lib/ntop/plugins/netflowPlugin.so' entry function [Invalid > shared object handle 0x28070a00] > Sun Apr 11 16:32:18 2004 **WARNING** Unable to locate plugin > '/usr/local/lib/ntop/plugins/nfsPlugin.so' entry function [Invalid > shared object handle 0x28070d00] > Sun Apr 11 16:32:18 2004 **WARNING** Unable to locate plugin > '/usr/local/lib/ntop/plugins/pdaPlugin.so' entry function [Invalid > shared object handle 0x29b3d000] > Sun Apr 11 16:32:18 2004 **WARNING** Unable to locate plugin > '/usr/local/lib/ntop/plugins/rrdPlugin.so' entry function [Invalid > shared object handle 0x29b3d300] > Sun Apr 11 16:32:18 2004 **WARNING** Unable to locate plugin > '/usr/local/lib/ntop/plugins/sflowPlugin.so' entry function [Invalid > shared object handle 0x29b3d600] > Sun Apr 11 16:32:18 2004 **WARNING** Unable to locate plugin > '/usr/local/lib/ntop/plugins/xmldumpPlugin.so' entry function [Invalid > shared object handle 0x29b3d900] > > If anyone can help it would be greatly appreciated. > Thanks > /Cole > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
