iplogger, colortail


 
Thread Tools Search this Thread
Special Forums IP Networking iplogger, colortail
# 1  
Old 08-31-2001
Question iplogger, colortail

hey all, as you may have seen on my website (www.wpi.edu/~ptyler/screenshots.html)
you can watch the /var/log/messages file as it grows.
well, I want to do that again.
(now that I have rh7.1, and have erased SO much... *sigh*)
what happens is:
I untar colortail,
then I do a ./configure
that runs fine
next I 'make'
and I get compile errors
someone help me on this one, I think I need a library for gcc...

Colorizer.cc: In method `char *Colorizer::colorize (char *)':
Colorizer.cc:145: `strcpy' undeclared (first use this function)
Colorizer.cc:145: (Each undeclared identifier is reported only once for
each function it appears in.)
Colorizer.cc:160: `strlen' undeclared (first use this function)
make[2]: *** [Colorizer.o] Error 1
make[2]: Leaving directory `/home/plusran/tar/colortail-0.3.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/plusran/tar/colortail-0.3.0'
make: *** [all-recursive-am] Error 2

thanks
# 2  
Old 08-31-2001
Sounds like your header files might not be installed properly. Install the kernel headers, either by grabbing the RPM, or by getting the kernel source tarball.
# 3  
Old 09-03-2001
Computer rpm

hey all, thanks for helping, but i grabbed an rpm and it required other rpms, which is probably what I didn't have when I went to compile this myself. I have it working really well now, thank you for your help.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question