Hello everyone,<br>I'm trying to install the front-end of OpenNebula  2.2, using Ubuntu 10.04. <br>When I try to compile by scons, the procedure ends with a successful message but I get the following errors:<br>


        
        
        
        

<p style="margin-bottom: 0cm;">Testing recipe: pkg-config
</p>
<p style="margin-bottom: 0cm;">  Error calling pkg-config
xmlrpc_server_abyss++ --static --libs
</p>
<p style="margin-bottom: 0cm;">Testing recipe: xmlrpc-c-config
</p>
<p style="margin-bottom: 0cm;">g++ .xmlrpc_test/<a href="http://xmlrpc_test.394302.cc/" target="_blank">xmlrpc_test.394302.cc</a>
-o .xmlrpc_test/xmlrpc_test.394302.cc.out  -L/usr/lib 
-lxmlrpc_server_abyss++ -lxmlrpc_server++ -lxmlrpc_server_abyss
-lxmlrpc_server -lxmlrpc_abyss  -lpthread -lxmlrpc++ -lxmlrpc
-lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok  -I/usr/include
1>>.xmlrpc_test/xmlrpc_test.394302.cc.log 2>&1
</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">Testing recipe: pkg-config
</p>
<p style="margin-bottom: 0cm;">  Error calling pkg-config
xmlrpc_client++ xmlrpc++ --libs
</p>
<p style="margin-bottom: 0cm;">Testing recipe: xmlrpc-c-config
</p>
<p style="margin-bottom: 0cm;">g++ .xmlrpc_test/<a href="http://xmlrpc_test.8801db.cc/" target="_blank">xmlrpc_test.8801db.cc</a>
-o .xmlrpc_test/xmlrpc_test.8801db.cc.out  -L/usr/lib 
-lxmlrpc_client++ -lcurl -lxmlrpc_client -lxmlrpc++ -lxmlrpc
-lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok -Wl,--rpath
-Wl,/usr/lib  -I/usr/include
1>>.xmlrpc_test/xmlrpc_test.8801db.cc.log 2>&1
</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">Testing recipe: pkg-config
</p>
<p style="margin-bottom: 0cm;">  Error calling pkg-config
xmlrpc_server_abyss++ --static --libs
</p>
<p style="margin-bottom: 0cm;">Testing recipe: xmlrpc-c-config
</p>
<p style="margin-bottom: 0cm;">g++ .xmlrpc_test/<a href="http://xmlrpc_test.12b605.cc/" target="_blank">xmlrpc_test.12b605.cc</a>
-o .xmlrpc_test/xmlrpc_test.12b605.cc.out  -L/usr/lib 
-lxmlrpc_server_abyss++ -lxmlrpc_server++ -lxmlrpc_server_abyss
-lxmlrpc_server -lxmlrpc_abyss  -lpthread -lxmlrpc++ -lxmlrpc
-lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok  -I/usr/include
1>>.xmlrpc_test/xmlrpc_test.12b605.cc.log 2>&1
</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">Testing recipe: pkg-config
</p>
<p style="margin-bottom: 0cm;">  Error calling pkg-config
xmlrpc_client++ xmlrpc++ --libs
</p>
<p style="margin-bottom: 0cm;">Testing recipe: xmlrpc-c-config
</p>
<p style="margin-bottom: 0cm;">g++ .xmlrpc_test/<a href="http://xmlrpc_test.4c3200.cc/" target="_blank">xmlrpc_test.4c3200.cc</a>
-o .xmlrpc_test/xmlrpc_test.4c3200.cc.out  -L/usr/lib 
-lxmlrpc_client++ -lcurl -lxmlrpc_client -lxmlrpc++ -lxmlrpc
-lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok -Wl,--rpath
-Wl,/usr/lib  -I/usr/include
1>>.xmlrpc_test/xmlrpc_test.4c3200.cc.log 2>&1
</p>
<p style="margin-bottom: 0cm;">
</p>
At the end I can read:<br><br>scons: done reading SConscript files.<br>scons: Building targets ...<br>scons: `.' is up to date.<br>scons: done building targets.<br><br>I've checked the xmlrpc version, getting 1.06.27. <br>

The output of the command xmlrpc-c-config c++2 client --libs --cflags is shown below:<br>-L/usr/lib 
 -lxmlrpc_client++ -lcurl -lxmlrpc_client -lxmlrpc++ -lxmlrpc 
-lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok -Wl,--rpath -Wl,/usr/lib
 <br>
-I/usr/include <br>Furthermore there are no error messages in the log files under the .xmlrpc_test directory.<br><br>Please could you help me to solve the compiling errors? Anyway can I proceed with the installation?<br>
<br>
Thanks in advance.<br>Cheers,<br><font color="#888888">Oriana.</font>