How do go about including gnuplot in the chroot? Do I just do ln -s
../../usr/local/bin/gnuplot? I thought symlinks could get away with
chroots or are those restricted to /var/www as well?

Thanks,
Vivek

On Thu, Mar 12, 2009 at 10:19 PM, patrick keshishian <[email protected]>
wrote:
> On Thu, Mar 12, 2009 at 4:16 PM, Vivek Ayer <[email protected]> wrote:
>> include("extensions/Gnuplot/Gnuplot.php");
>> $wgGnuplotCommand = '<yourGnuplotPath>';
>>
>> B  B Windows example path:
>>
>> $wgGnuplotCommand = "C:\\Program
files\\xampp\\gnuplot\\bin\\pgnuplot.exe";
> [...]
>> The gnuplot binary is at /usr/local/bin/gnuplot and I put that in, but
>> I get no output when using gnuplot inline. Is this because apache is
>> chrooted? Also, it says it requires gd, ggi, and plotutils. Are all
>> this packages available on openbsd?
>
> /usr/local/bin is not visible to the chroot apache in default openbsd
> install.
>
> read more about it over here:
>        http://www.openbsd.org/faq/faq10.html#httpdchroot

Reply via email to