Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'corrected Eudora+SSL howto' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
corrected Eudora+SSL howto
Authored by: rrisley on Jun 03, '02 07:55:37PM

Sorry if this is a duplicate; my previous post hasn't appeared.

The problem was that the configuration commands should use "./config" and not "./configure". I have updated the howto. You should run "make clean" in your OpenSSL and stunnel directories, then redo the whole installation process starting with the config commands.

Thanks for pointing this out, and sorry about the lost time and cycles.

--Ron



[ Reply to This | # ]
corrected Eudora+SSL howto
Authored by: bluehz on Jun 04, '02 09:46:17AM
Still not having much luck... Started from scratch Decompressed SSL src and recompiled/installed, yet when I run openssl -version it is showing as: OpenSSL 0.9.6b 9 Jul 2001 So something is not going right here....although the compile/make/install of openssl appears to complete fine. I did notice in looking back over the make that many of the include files are not used as it indicates "file exists" - which it obvioulsy does from prev. version. I wonder if I need to delete older version of openssl first? I went ahead and attempted to run make/compile on stunnel, but it failed again - not finding openssl, et. al.
/usr/bin/ld: Undefined symbols: _main /usr/bin/ld: warning unused multiple definitions of symbol _getpeername /var/tmp/cc5Araaa.o definition of _getpeername in section (__TEXT,__text) /usr/lib/libpthread.dylib(getpeername.o) unused definition of _getpeername /usr/local/bin/openssl req -new -x509 -days 365 -nodes -config stunnel.cnf -out stunnel.pem -keyout stunnel.pem make: /usr/local/bin/openssl: Command not found make: *** [stunnel.pem] Error 127 [
Sure would like to solve this mystery...

[ Reply to This | # ]