Displaying 2 results from an estimated 2 matches for "build&compile".
2014 Mar 11
2
error:libvirt can not be used with os services
hello,please help me,thanks.
i download libvirt1.1.3.4 tarball opensouce,and use following commands to build&compile it.
./configure
make
make install
ldconfig
And i check the system output,all sucessed,but when i execute "service libvirtd status",i receive an error.
openstack:/data/安装介质/libvirt-1.1.3.4 # libvirtd --version
libvirtd (libvirt) 1.1.3.4
openstack:/data/安装介质/libvirt-1.1.3.4...
2014 Mar 11
0
Re: error:libvirt can not be used with os services
On 03/10/2014 08:14 PM, 铁甲流浪狗 wrote:
> hello,please help me,thanks.
>
>
> i download libvirt1.1.3.4 tarball opensouce,and use following commands to build&compile it.
> ./configure
Without any other options to configure, this defaults to creating
binaries that will be installed in /usr/local/.
>
> openstack:/etc/rc.d # service libvirtd status
> service: no such service libvirtd
However, if you have not taken steps to reflect conf...