This is a compiler issue (as if that wasn't obvious.. :) If it can't find a library, it either a) doesn't exist or b) doesn't know where to look for it. I'd guess b).
Find rrd_private and make sure that directory is in -L on the ld command line. Once you figure out what needs to be done to make this compile, document it and send it to Tobi (or whoever maintains the autoconf script; I assume that's Tobi) so he can incorperate it into ./configure. -Mark :) Scott G. Lewis wrote: > No I still haven't solved the problem. Any one else out there have any ideas > yet!!!! > > I am getting the following error compiling rrdtool-1.0.33 > > ld: Can't find library for -lrrd_private > *** Error exit code 1 > > Any ideas???????? > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2001 12:28 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: compiling rrdtool on HP-UX 11.0 > > > I am having the same problem(s) with the rrd_private shared library, did > you ever get over this problem or get any usefull help? > I can edit the Makefile to drop the "-a shared" from the LDDLFLAGS and > complet the "make" but I then experience other problems on the "make > install". > > thanks. > > Ian Albury > __________________________________________________ > CSC > Level 3, 151 Clarence Street, Sydney NSW 2000 > Ph: +61 2 8296 2695 Email: [EMAIL PROTECTED] > > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
