Hey!<br><br>That definitely solved my problem! :D I successfully installed ONE.<br><br>Before you gave me this answer, I had thought many workarounds:<br>Since I thought this error was probably w3c-libwww-5.4.0 library
related, I decided to build xmlrpc-c-1.06.27 without libwww support
(notice that OpenNebula has not libwww as a requirement!). Moreover,
libwww and curl can be considered very similar, I already have curl
installed and xmlrpc doesn't have it as a prerequisite. But when I tried to install ONE, I got another error regarding a libwww library not present. I think it expected me to have libwww installed. I recommend then, to put libwww as a requirement, too.<br>
<br>By the way, congratulations for the new release and thanks again for your help!<br>Regards,<br><br><div class="gmail_quote">On Thu, Jun 19, 2008 at 12:27 PM, Javier Fontan <<a href="mailto:jfontan@fdi.ucm.es">jfontan@fdi.ucm.es</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hello,<br>
<br>
Seems that we forgot to add libmd5 to the list of libraries needed by the scheduler. We are about to change that, meanwhile you can add this library yourself.<br>
<br>
In <a href="http://trac.opennebula.org/browser/trunk/src/scheduler/" target="_blank">http://trac.opennebula.org/browser/trunk/src/scheduler/</a>SConstruct#L62 you have to add 'md5' after 'm' line so it looks like this:<br>

<br>
--8<------<br>
    'wwwtrans',<br>
    'wwwcore',<br>
    'wwwutils',<br>
    'm',<br>
    'md5'<br>
])<br>
<br>
# Build tests<br>
for sched in scheduler_names:<br>
        env.Program(sched, sched+'.cc')<br>
------>8--<br>
<br>
Sorry for this mistake.<br>
<br>
Could you please tell us what linux distro are you using? It is just to have more information on how one building works in different flavors, not related with the problem you are having.<br>
<br>
Bye<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
On Jun 19, 2008, at 11:38 AM, Alvaro Canales wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
Hello again,<br>
<br>
I don't know if it is open nebula related, but when I try to install ONE, I get this error:<br>
<br>
g++ -o src/scheduler/mm_sched.o -c -g -Wall -Iinclude -I/OVS/software/include src/scheduler/mm_sched.cc<br>
g++ -o src/scheduler/mm_sched src/scheduler/mm_sched.o -Lsrc/common -Lsrc/host -Lsrc/mad -Lsrc/nebula -Lsrc/pool -Lsrc/template -Lsrc/vm -Lsrc/vmm -Lsrc/lcm -Lsrc/tm -Lsrc/dm -Lsrc/im -Lsrc/rm -L/OVS/software/lib -Lsrc/scheduler -lsqlite3 -lnebula_scheduler -lnebula_core -lnebula_host -lnebula_vm -lnebula_pool -lnebula_template -lnebula_common -lcurl -lxmlrpc_client++ -lxmlrpc_client -lxmlrpc++ -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse -lxmlrpc_xmltok -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit -lwwwapp -lwwwtelnet -lwwwhtml -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lm<br>

/OVS/software/lib/libwwwhttp.so: undefined reference to `MD5Init'<br>
/OVS/software/lib/libwwwhttp.so: undefined reference to `MD5Final'<br>
/OVS/software/lib/libwwwhttp.so: undefined reference to `MD5Update'<br>
collect2: ld returned 1 exit status<br>
scons: *** [src/scheduler/mm_sched] Error 1<br>
scons: building terminated because of errors.<br>
<br>
I have no clue about what is going wrong, since I think w3c-libwww-5.4.0 library is properly installed and there is no much information in the Internet.<br>
If I do:<br>
$ nm /OVS/software/lib/libwwwhttp.so | grep MD5<br>
         U MD5Final<br>
         U MD5Init<br>
         U MD5Update<br>
<br>
Which was expected output, but still don't know how to solve it.<br>
Any help?<br>
Thanks in advance!<br>
<br>
-- <br>
Álvaro<br></div></div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote>
<br>
--<br>
Javier Fontan, Grid Technology Engineer/Researcher<br>
DSA Research Group: <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a><br>
Globus GridWay Metascheduler: <a href="http://www.GridWay.org" target="_blank">http://www.GridWay.org</a><br>
OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Álvaro