[mrtg] Re: MRTG, GD and RH8
tony bourke
tony at vegan.net
Wed Dec 11 22:03:31 MET 2002
Hi Kevin,
I've seen several library-related issues with RH8. They seem to be
centered around RH not putting in a .so link for certain libraries. I've
found this when trying to compile several programs.
For instance:
/usr/lib/libgd.so
/usr/lib/libgd.so.1
/usr/lib/libgd.so.1.8
/usr/lib/libgd.so.1.8.4
so, so.1, so.1.8, are all symbolic links to .1.8.4. RH8 doesn't always
have a .so by itself, which is what ld is looking for in -lgd. Simply do
a ln -s /usr/lib/libgd.so.1.8.4 (or whatever is installed) to
/usr/lib/libgd.so and that might just fix your issue.
I've had to do this with -lbz and -lelf on RH8 thus far.
Tony
On Mon, 2 Dec 2002, Kevin Stone wrote:
>
> I have a freshly installed RH8 system that I'm attempting to get MRTG
> 2.9.25 working on. When I run configure it tells me that I need to
> install GD for rateup to compile. GD 1.8.4-9 is installed as part of
> the base RH8 installation and the libs are in /usr/lib. The config.log
> file shows the following error in several places: "usr/bin/ld: cannot
> find -lgd".
>
> A google seach didn't turn up anything directly related but did have
> similar items that pointed to the path not being in the ld.so.conf. I
> added the directory /usr/lib and ran ldconfig but it didn't help. Being
> a novice linux user I'm lost as to what to look for next.
>
> -Kevin
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://www.ee.ethz.ch/~slist/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
>
--
-------------- -- ---- ---- --- - - - - - -- - - - - - -
Tony Bourke tony at vegan.net
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list