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