On 7/18/06, Toney Samuel <[EMAIL PROTECTED]> wrote: > Hi, Hey, > /usr/bin/rrdtool: error while loading shared libraries: librrd.so.2: > failed to map segment from shared object: Permission denied
Make the libraries world readable. Something like this: chmod a+r /usr/local/lib/rrdlib.so* Does that fix it? -- Regards, Travis Spencer -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
