Does NaCl support libssl and libcrypto? I am building on a 32 bit install of Ubuntu, it is the correct version 0.9.8. The project builds fine when nacl is not the target. When building with NaCl as the target I stop at the following
/usr/lib/libcrypto.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
It appears to be locating libcrypto without any issues and this appears to be isolated to building for nacl. Searches have yielded little helpful info for me at this point. Anyone else run in to this or have any suggestions?
Thanks.
Libraries in /usr/lib:
lrwxrwxrwx 1 root root 23 2011-10-27 06:39 /usr/lib/libcrypto.so -> /lib/libcrypto.so.0.9.8
lrwxrwxrwx 1 root root 23 2011-07-26 18:17 /usr/lib/libcrypto.so.0.9.8 -> /lib/libcrypto.so.0.9.8
lrwxrwxrwx 1 root root 20 2011-10-27 06:39 /usr/lib/libssl.so -> /lib/libssl.so.0.9.8
lrwxrwxrwx 1 root root 20 2011-07-26 18:17 /usr/lib/libssl.so.0.9.8 -> /lib/libssl.so.0.9.8