Re: Gnuplot, Mediawiki, and OpenBSD

2009-03-17 Thread Jonathan Thornburg
> 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? Warning: gnuplot is *not* be secure against malicious input! That is, if you provide a web form

Re: Gnuplot, Mediawiki, and OpenBSD

2009-03-13 Thread patrick keshishian
On Fri, Mar 13, 2009 at 12:15 AM, Vivek Ayer wrote: > 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? The link talks about this subject. You need to see

Re: Gnuplot, Mediawiki, and OpenBSD

2009-03-13 Thread Vivek Ayer
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 wrote: > On Thu, Mar 12, 2009 at 4:16 PM

Re: Gnuplot, Mediawiki, and OpenBSD

2009-03-12 Thread patrick keshishian
On Thu, Mar 12, 2009 at 4:16 PM, Vivek Ayer wrote: > include("extensions/Gnuplot/Gnuplot.php"); > $wgGnuplotCommand = ''; > > 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

Gnuplot, Mediawiki, and OpenBSD

2009-03-12 Thread Vivek Ayer
Hi guys, Has anyone gotten the gnuplot php script to work on openbsd/mediawiki? Here are the install instructions on the wikimedia website: ($WIKI is the wiki home directory) * Prerequisite: Gnuplot 4.0 download * OR: install your Distribution-Package with support for gd ggi plotutils gn