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


Click here to return to the 'SSL_BASE not working...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
SSL_BASE not working...
Authored by: morgion on Jun 05, '01 11:05:48PM

I get the following error while in the apache directory and trying to execute the
SSL_BASE=../OpenSSL-3-1/openssl command:

SSL_BASE=../OpenSSL-3-1/openssl: Command not found.

I've followed all the instructions to the letter, so what could be the problem?



[ Reply to This | # ]
SSL_BASE not working...
Authored by: Gwyrrdin on Jun 06, '01 02:25:43AM
Which shell are you using? Be aware that SSL_BASE is for the the bash shell. For tcsh use:
setenv SSL_BASE=../OpenSSL-3-1/openssl 
./configure 
--enable-module=ssl 
--activate-module=src/modules/php4/libphp4.a 
--enable-module=php4 
--enable-shared=ssl
And when doing a lot of compiles, in this case four or five, it never hurts to do a double sync and rehash after each compile. Good luck Merlijn

[ Reply to This | # ]
SSL_BASE not working...
Authored by: Gwyrrdin on Jun 06, '01 09:16:04AM

don't forget the backslash after the setenv command....it has to be in front of the configure command....somehow it dissapeared in my prev. posting

SSL_BASE=../et/etc/etc <BACKSLASH>

Cheers

Merlijn



[ Reply to This | # ]