Re: [PHP] Launch vmware server with php script and apache

2008-03-13 Thread Daniel Brown
On Thu, Mar 13, 2008 at 1:11 PM, Julio César García Vizcaíno <[EMAIL PROTECTED]> wrote: > $tail error.log > /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: > no version information available (required by /usr/lib/libcairo.so.2) [snip!] This is the first result o

Re: [PHP] Launch vmware server with php script and apache

2008-03-13 Thread Daniel Brown
On Thu, Mar 13, 2008 at 12:01 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > Try rewriting the above as follows: [code snip] > > However, I'm not really certain why you need to call the Perl > script. What I would consider doing myself is the following: [code snip] Sorry, I got jumpy

Re: [PHP] Launch vmware server with php script and apache

2008-03-13 Thread Daniel Brown
On Thu, Mar 13, 2008 at 11:35 AM, Julio César García Vizcaíno <[EMAIL PROTECTED]> wrote: > Hi, > > I'm working with a script which must launch vmware server 1.0.3 > (Virtualization product) and I can launch it from a terminal: > $php miscript.php > but when I use firefox it just doesn't work. [