[rrd-users] Re: Installation Problems - no cgilib.pc file

Tao Yaoning yonienjcn at gmail.com
Mon Sep 26 20:46:16 MEST 2005


(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 <richard.kennard at oxfordgenomesciences.com>
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:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list