Hi, Me too faced the same problem but found the solution. When i tried to install first time, after ./configure CFLAGS="-fno-stack-protector" the following message has been displayed. ************************************** crypto : No usable OpenSSL found jinterface : No Java compiler found odbc : ODBC library - link check failed orber : No C++ compiler found ssh : No usable OpenSSL found ssl : No usable OpenSSL found *************************************** i found openssl development environment is missing which is why "crypto" application is failed to start.
then i installed it from ftp://ftp.openssl.org/snapshot/openssl-0.9.7-stable-SNAP-20080428.tar.gz now i reinstalled erlang as follows 1. ./configure CFLAGS="-fno-stack-protector" 2. make 3. make install Happy day... crypto is working my gcc version is 4.2.3gcc (GCC) 4.2.3 (Debian 4.2.3-3) erlang src: otp_src_R12B-2 emulator version : 5.6.2 Thanks & regards M L Narasimham -- crypto module not working https://bugs.launchpad.net/bugs/68163 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
