Re: [libvirt-users] Need help to compile libvirt-php

2011-10-27 Thread Mohammed Naser
On Wed, Oct 26, 2011 at 11:31 AM, vmnode guy wrote: > Hello HetZ, > > I try the put in the example and try run, but it's don't seem to be works. > > Do you have the same problem, do you know how should i proceed ? > > root@cn1:/var/www# cat info.php > > print_r ( libvirt_version() ); > >

Re: [libvirt-users] Need help to compile libvirt-php

2011-10-26 Thread vmnode guy
Hello HetZ, I try the put in the example and try run, but it's don't seem to be works. Do you have the same problem, do you know how should i proceed ? root@cn1:/var/www# cat info.php root@cn1:/var/www# It doesn't show any output.. I also put this example into a file log.php and run it. It

Re: [libvirt-users] Need help to compile libvirt-php

2011-10-26 Thread vmnode guy
Thanks HetZ, it works now! Regards, Peter On Tue, Oct 25, 2011 at 8:04 PM, חץ בן חמו wrote: > Hi, > > Depending on which linux distribution you use, you'll need to install the > php development packages. > In Red Hat or Fedora it's php-devel while on ubuntu I think it's called > php5-dev or som

Re: [libvirt-users] Need help to compile libvirt-php

2011-10-25 Thread חץ בן חמו
Hi, Depending on which linux distribution you use, you'll need to install the php development packages. In Red Hat or Fedora it's php-devel while on ubuntu I think it's called php5-dev or something like that. Install and re-run ./configure Good luck, Hetz 2011/10/25 vmnode guy > Hi guys, > >

[libvirt-users] Need help to compile libvirt-php

2011-10-25 Thread vmnode guy
Hi guys, I try to compile the libvirt-php but no luck, below are the output i got.. webserver:~/libvirt-php-0.4.3 # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p check