
Thanks Sharad... I was doing it on a fresh system itself :) I think the make install does not install the libVirt_VirtualSystemSnapshotService library, which is needed before the rest of the install works. Assumign make install is same on all platforms.. i wonder how it wud fail only for Ubuntu. On Tue, Nov 1, 2011 at 11:04 PM, Sharad Mishra <snmishra@us.ibm.com> wrote:
Deepak,
I have not tried Ubuntu. But have used RH and SuSE, and never had to do any of the manual steps you mentioned here. I recommend, on a fresh system installing libcmpiutil and then get libvirt-cim and run - 1. autoconfiscate.sh 2. configure 3. make
Let me know if that does not work for you.
Regards, Sharad Mishra Open Virtualization Linux Technology Center IBM
libvirt-cim-bounces@redhat.com wrote on 10/31/2011 01:21:26 AM:
Deepak Shetty <dpkshetty@gmail.com> Sent by: libvirt-cim-bounces@redhat.com
10/31/2011 01:21 AM
Please respond to List for discussion and development of libvirt CIM <libvirt-cim@redhat.com>
To
Wayne Xia <xiawenc@linux.vnet.ibm.com>
cc
List for discussion and development of libvirt CIM <libvirt-cim@redhat.com>
Subject
Re: [Libvirt-cim] Error doing make install for libvirt-cim
It looks like there is a bug in the ' make install' I had to manually do the steps below to copy the library onto the right path, before make install could succed Took clues from the libxkutil.a library install that happens just before this error.
cd /home/dpkshetty/work/libvirt-cim/libvirt-cim/src/
1) /usr/bin/install -c .libs/ libVirt_VirtualSystemSnapshotService.so.0.5.14 /home/dpkshetty/usr/ lib/cmpi/libVirt_VirtualSystemSnapshotService.so.0.5.14 2) cd /home/dpkshetty/usr/lib/cmpi/ 3) ln -s -f libVirt_VirtualSystemSnapshotService.so.0.5.14 libVirt_VirtualSystemSnapshotService.so.0 4) ln -s -f libVirt_VirtualSystemSnapshotService.so.0.5.14 libVirt_VirtualSystemSnapshotService.so 5) cd /home/dpkshetty/work/libvirt-cim/libvirt-cim/src/ 6) /usr/bin/install -c .libs/ libVirt_VirtualSystemSnapshotService.lai /home/dpkshetty/usr/lib/ cmpi/libVirt_VirtualSystemSnapshotService.la 7) /usr/bin/install -c .libs/libVirt_VirtualSystemSnapshotService.a /home/dpkshetty/usr/lib/cmpi/libVirt_VirtualSystemSnapshotService.a 8) chmod 644 /home/dpkshetty/usr/lib/cmpi/ libVirt_VirtualSystemSnapshotService.a 9) ranlib /home/dpkshetty/usr/lib/cmpi/libVirt_VirtualSystemSnapshotService.a 10) ldconfig -n /home/dpkshetty/usr/lib/cmpi
After this 'make install' worked fine.
On Mon, Oct 31, 2011 at 10:45 AM, Deepak Shetty <dpkshetty@gmail.com> wrote: Hello Wayne, Thanks for the pointer , will try. But i am on Ubuntu and did not understand why I should be doing a 'make rpm'. Also i have sfcb ( Lite weight broker ) installed, will that not work with libvirt-cim ? Is CIMOM pegasus a must ?
On Mon, Oct 31, 2011 at 7:24 AM, Wayne Xia <xiawenc@linux.vnet.ibm.com> wrote: pls have a try for following commands with CIMOM tog-pegasus installed: ./autoconfiscate.sh ./configure make rpm
于 2011-10-29 19:46, Deepak Shetty 写道: Hi, I am getting the following error while doing ' make install' for libvirt-cim. Can someone pls help provide some pointers on what could be wrong here ?
.... ....
test -z "/home/dpkshetty/usr/lib/cmpi" || /bin/mkdir -p "/home/dpkshetty/usr/lib/cmpi" /bin/bash ../libtool --mode=install /usr/bin/install -c libVirt_ComputerSystem.la libVirt_Device.la libVirt_RASD.la libVirt_HostSystem.la libVirt_VSSD.la libVirt_EnabledLogicalElementCapabilities.la libVirt_DevicePool.la libVirt_RegisteredProfile.la libVirt_VSMigrationCapabilities.la libVirt_VSMigrationSettingData.la libVirt_VirtualSystemSnapshotServiceCapabilities.la libVirt_SystemDevice.la libVirt_ComputerSystemIndication.la libVirt_ResourceAllocationSettingDataIndication.la libVirt_SwitchService.la libVirt_ComputerSystemMigrationIndication.la libVirt_VirtualSystemManagementCapabilities.la libVirt_AllocationCapabilities.la libVirt_ReferencedProfile.la libVirt_VirtualSystemSnapshotService.la libVirt_VirtualSystemManagementService.la libVirt_ResourcePoolConfigurationService.la libVirt_ResourcePoolConfigurationCapabilities.la libVirt_VSMigrationService.la libVirt_ConsoleRedirectionService.la libVirt_ConsoleRedirectionServiceCapabilities.la libVirt_KVMRedirectionSAP.la libVirt_SettingsDefineCapabilities.la libVirt_HostedDependency.la libVirt_ElementConformsToProfile.la libVirt_HostedResourcePool.la libVirt_ElementCapabilities.la libVirt_VSSDComponent.la libVirt_SettingsDefineState.la libVirt_ResourceAllocationFromPool.la libVirt_ElementAllocatedFromPool.la libVirt_HostedService.la libVirt_ElementSettingData.la libVirt_ConcreteComponent.la libVirt_ServiceAffectsElement.la libVirt_HostedAccessPoint.la libVirt_ServiceAccessBySAP.la libVirt_SAPAvailableForElement.la libVirt_FilterList.la libVirt_FilterEntry.la libVirt_EntriesInFilterList.la libVirt_NestedFilterList.la libVirt_HostedFilterList.la libVirt_AppliedFilterList.la '/home/dpkshetty/usr/lib/cmpi' *libtool: install: warning: relinking `libVirt_ComputerSystem.la'*
libtool: install: (cd /home/dpkshetty/work/libvirt-cim/libvirt-cim/src; /bin/bash /home/dpkshetty/work/libvirt-cim/libvirt-cim/libtool --silent --tag CC --mode=relink gcc -g -O2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-format-y2k -Wcast-align -Wno-unused-value -DLIBVIRT_CIM_CS=\"2714b9a5e842\" -DLIBVIRT_CIM_RV=\"1151\" -I../libxkutil ../libxkutil/libxkutil.la <http://libxkutil.la>
-version-info 5:14:5 -L/home/dpkshetty/usr/lib -lvirt -ldl -L/home/dpkshetty/usr/lib -lcmpiutil -L/usr/lib/i386-linux-gnu -luuid -o libVirt_ComputerSystem.la -rpath /home/dpkshetty/usr/lib/cmpi Virt_ComputerSystem.lo -lVirt_VirtualSystemSnapshotService ) */usr/bin/ld: cannot find -lVirt_VirtualSystemSnapshotService*
collect2: ld returned 1 exit status libtool: install: error: relink `libVirt_ComputerSystem.la' with the above command before installing it make[2]: *** [install-providerLTLIBRARIES] Error 1 make[2]: Leaving directory `/home/dpkshetty/work/libvirt-cim/libvirt-cim/src' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/dpkshetty/work/libvirt-cim/libvirt-cim/src' make: *** [install-recursive] Error 1
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim
-- Best Regards
Wayne Xia mail:xiawenc@linux.vnet.ibm.com tel:86-010-82450803
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim