Dave,

By the way, here's what the Apache guide says to do:

OpenSSL:

./config
make
make test
make install

(this installs files in /usr/local/ssl)


Apache:

./configure --with-layout=GNU --enable-ssl --with-ssl=<path to ssl source>
--prefix=/usr/local
make
make install


So... if your openssl source was in /usr/local/src/openssl-vXYZ and you ran what
they did, you'd want to configure apache as:

--with-ssl=/usr/local/src/openssl-vXYZ

I believe Apache 1.3 worked the same way - you point to the openssl source, not
the openssl binaries.  Following that logic, there's not a real need to actually
"make install" openSSL but it has utilites that will be useful later (for
generating certificates, I believe).


-Cliff


On Fri, 20 Jun 2003 18:03:31 -0500, CF-Linux wrote:

> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
                                

Reply via email to