(from http://forums.cacti.net/about7934.html)
step 1. on root direktory get cgilib from _<http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/libs/cgilib-0.5.tar.gz>_ wget _<http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/libs/cgilib-0.5.tar.gz>_ step 2. extract file tar zxf cgilib-0.5.tar.gz step 3. chg to dir cgilib-0.5 cd cgilib-0.5 step 4. make && make install step 5. pwd step 6. create cgilib.pc file pico /usr/lib/pkgconfig/cgilib.pc paste it #-----cut from here------ prefix=/root/cgilib-0.5 exec_prefix=/root/cgilib-0.5 libdir=/root/cgilib-0.5 includedir=/root/cgilib-0.5 Name: cgilib Description: Common Gateway Interface (CGI) Library Version: D_ver Libs: -L${libdir} -lcgi Cflags: -I${includedir} #---------end here------ then save cgilib.pc step 7. now try to compile rrdtools step 8. make && make install step 9. finish Hope this may be usefull to somebody. On 9/26/05, richard kennard <[EMAIL PROTECTED]> wrote: > > Dear All, > I've seen this problem before on the list and via google but havn't been > able to make much progress with other posted solutions. > > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
