Comment 7 for bug 687970

Revision history for this message
Daniel Nurmi (nurmi) wrote :

Please see revno 1255 (latest) of Eucalyptus (lp:eucalyptus/2.0). That branch should resolve java and C compilation issues for Natty. The C compilation fix was twofold: re-arrange the gcc commandlines in various Makefiles to put system library link options after local object options (gcc *.c *.o -l<whatever> instead of gcc *.c -l<whatever> *.o). Also, we added explicit -lssl -lcrypto to multiple Makefiles.

Regards,
-Dan