Click to See Complete Forum and Search --> : Problems with SQL and Seafelt


WakeBDr
11-30-2000, 04:12 PM
I'm trying to install a network monitor called Seafelt (http://seafelt.unicity.com.au/). It won't install cause it says it can't find mysql. I just installed sql and when i do a ps, it shows it as running. I can't do a BINDIR command to test it cause I can't find the command. Is there anything that I am overlooking or is there another network monitoring software that posts graphical results to web pages that would be better? I saw MRTG, but I couldn't figure out how to configure that for my setup (cable modem with cable router). Any help would be appreciated.

------------------
Your mouse has moved. Windows must reboot for the changes to take effect.

Sweede
11-30-2000, 05:07 PM
i do not think MRTG will work with cable modems due to their analog nature.

that box that you connect your ethernet cable and your COAX cable into is physicaly a modem, not a router.
if it has more than 1 RJ-45 port, it has a built in hub, but it is still not a router because the signal on the coax side is modulated on a carrier wave. NOT digital pulses such as a DSL.

although i could be wrong.

as for your seafelt, it looks cool and im going to try to install it on my server and get back to you

Sweede
11-30-2000, 05:29 PM
i cant get it to get past configure.

did you install MySQL from RPM ??
if so, do this

mkdir /usr/mysql
ln -s /usr/mysql/include /usr/include/mysql
ln -s /usr/mysql/lib /usr/lib/mysql

right now, i cant get past..
checking for strtoq... yes
checking for atoll... yes
checking for gethostbyname... yes
checking for gethostbyname in -lnsl... yes
checking for socket... yes
checking for connect in -lsocket... no
checking for snmp_open in -lsnmp... no
checking for kstat_open in -lkstat... no
checking for snmp_open in -lsnmp... no
checking for des_key_sched in -ldes... no
checking for snmp_open in -lsnmp... no
configure: error: failed to get UCD-SNMP libraries to work
[Virtual-Support]-[/home/sweede/seafelt-1.0.20000723]

WakeBDr
11-30-2000, 05:33 PM
I know my cable modem is not a router, but I have a cable router here. My network setup is below:


----- ------------ ------
|Modem|--->|Cable Router|-->|Switch|
----- ------------ ------
| | |
/ | \
PC PC Linux Box

WakeBDr
11-30-2000, 05:34 PM
No, I installed MySQL from source