|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen-api installation problem
Tony Wei wrote:
Hi, I built xapi build appliance VM by following the instruction as:
http://xenbits.xen.org/xapi/install.html
Everything looks OK until I run:
# ./build-xapi-toolstack.sh
It stops at:
…
Building xapi-specific libraries
Make: *** No rule to make target ‘clean’. Stop.
Please advise. Thanks.
Not sure that will fix it but you can try adding just before the
./rebuild step line 28 in the build-xapi-toolstack.sh script:
sh autogen.sh
./configure
the script should look like:
...
echo "Building xapi-specific libraries"
cd $REPO/xen-api-libs.hg
sh autogen.sh
./configure
./rebuild
echo "Building xapi toolstack"
...
--
Vincent Hanquez
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|