Re: [users@httpd] Apache 2.0.59 with SSL installation issue.

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

 



Well the server was originally running 1.3.33, so I was just installing 2.0.59 in a completely different location. But I did manage to find a fix for it all. It appears that 0.6.3 was installed on the server (or something close to that I can't recall the exact version) and it was installed in /usr/bin/, /usr/local/, and /usr/includes. The 0.9.8a and 0.9.8b where/are installed in /usr/local/ssl. When I just ran >openssl from the command line and typed in "version" it kept giving me the 0.6.3 version. So I just did this:

rm /usr/bin/openssl
ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
make clean
./configure --prefix=/usr/local/apachessl2 --enable-ssl --enable-so

I was able to fully install Apache 2.0.59 with the above steps and I'm now running it with PHP 4.4.2 with mcrypt so the goal was achieved.

Thanks for all the help everyone!

William A. Rowe, Jr. wrote:
One Guess ... did you actually blast config.cache and rerun your
./config.nice or did you simply try installing over 0.9.8b ... one
trouble is that httpd's configure will remember the original openssl
and it's discovered options.


Richard de Vries wrote:
I remember seeing a similiar thread somewhere and I
seem to recall it had to do with openssl 0.9.8b.

Is openssl 0.9.8b a bugfix release over 0.9.8a, or a
security fix? If 0.9.8b is only a bug fix, you could
try it with 0.9.8a?

--- "Tom Ray [Lists]" <lists@xxxxxxxxxxxxxxxx> wrote:

I was able to install Apache 2.0.59 without SSL on
this server but we need SSL support now. I've tried to re-compile Apache without any luck. I can configure it just fine but I run "make" that's when I get an error. I'm getting this:

modules/ssl/.libs/mod_ssl.a(ssl_engine_kernel.o): In
function `ssl_hook_Access':

/home/tech/upgrades/httpd-2.0.59/modules/ssl/ssl_engine_kernel.c:619:
undefined reference to `X509_STORE_CTX_set_depth'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory
`/home/tech/upgrades/httpd-2.0.59'
make: *** [all-recursive] Error 1

I'm trying to install Apache 2.0.59 with Openssl
0.9.8b my configure command is:

./configure  --prefix=/usr/local/apachessl2
--enable-so --enable-ssl --with-ssl=/usr/local/ssl

Any help would be greatly appreciated.

TIA


---------------------------------------------------------------------
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


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
---------------------------------------------------------------------
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




---------------------------------------------------------------------
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


---------------------------------------------------------------------
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