* David Coppa <dco...@gmail.com> [2016-09-05 11:06]: > On Sun, Sep 4, 2016 at 6:19 PM, Thuban <thu...@yeuxdelibad.net> wrote: > > Hello, > > > > while installing symon & syweb, I used the rrdtool-chroot tool. I > > finally discovered syweb wasn't working correctly because the > > rddtoo_path in /var/www/htdocs/syweb/setup.inc wasn't pointing to > > /usr/local/bin > > > > A line in /usr/local/share/doc/pkg-readmes might be interesting. > > > > Regards, > > -- > > /Thuban/ > > A strange disease you have there: being able to write a mail, but not > a simple diff...
I sent a diff to change the rrdtool path some time ago: http://marc.info/?l=openbsd-ports&m=144165118503201&w=2 This also documents that /bin/sh needs to be copied into the chroot, as PHP's exec runs the rrdtool command with "/bin/sh -c". Regards, Ralf