Try the following:
sudo apt-get install libvirt-dev xsltproc libxml2-dev libxml2 cd ~ git clone git://libvirt.org/libvirt-php.git libvirt-php cd libvirt-php sudo sh autogen.sh sudo ./configure sudo make sudo make install sudo service apache2 restart
To verify it's installed run the following command
php -m | grep libvirt
You should see libvirt
in the output.
manpreet
Best Answer
2 years ago
I am trying to install libvirt-php on my ubuntu server 11.10. Could any one tell me what are the simplest steps to install libvirt-php ??