Re: [users@httpd] How to get new openssl into apache build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Config, build and install OPenSSL:
1.# cd openssl-x.x.x
2 # ./config
3.# make && make test && make install

Above put openssl under /usr/local/ssl/bin/openssl
but 'which' command still shows it under /usr/bin/openssl.

I replaced the /usr/bin/openssl with a link to the other one (the new one).
Then rebuilt apache with
export SSL_BASE=../openssl-0.9.7f
./configure "--enable-mods-shared=dav ssl rewrite  proxy proxy_http proxy_ftp
proxy_connect headers" "--prefix=/path/to/httpd-2.0.53"

make and make install complete.
However site comes up with old version of openssl?!?!

Charlie ;)
4/5/05

------------------------------------------------------------------------------
This message may contain confidential information, and is
intended only for the use of the individual(s) to whom it
is addressed.
------------------------------------------------------------------------------


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux