Re: apache not started due to openssl upgrade

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

 



The error does not say anything about not being able to load mod_ssl due to symbols or libraries missing, the error says syntax error. Although it may be what has been said, the error you show indicates syntax error at line 1702 and the message "/modules/mod_ssl.so" where it probably should be a relative path like "modules/mod_ssl.so" from ServerRoot or a full path.

I have seen different versions of mod_ssl work when they were compiled with other versions of openssl, so just fix the "syntax error" first and then make sure it is really that mod_ssl.so does not load.

You can even check if mod_ssl is missing some library from the system by opening up a terminal and typing the command "ldd /your/path/to/mod_ssl.so".

In any case the specific output of HTTPD own error.log file would help better.

Regards,

Daniel Ferradal



El Tue Jan 13 2015 at 6:32:20 PM, Henrik Hudson (<lists@xxxxxxxxxxx>) escribió:
On Tue, 13 Jan 2015, Kannan Narayanasamy -X (kannanar - HCL TECHNOLOGIES LIMITED at Cisco) wrote:

> Hi,
>
> We are using Apache 2.2.17. due to some vulnerability issue on openssl was upgraded to 0.9.8.zc version. After that apache process is not getting started and throws below error.
>
> Error:
> ---------
> The Apache service named  reported the following error: >>> Apache.exe: Syntax error on line 1072 of /Apache/conf/httpd.conf: Cannot load /modules/mod_ssl.so into server: The operating system cannot run The Apache service named.     .
>
> We need to upgrade mod_ssl as well? The same upgrade scenario is working fine in Linux, facing issue with Windows. Any pointer? Thanks in advance.
>
> Thanks,
> Kannan Narayanasamy.

mod_ssl always has to be paired with the same version as the OpenSSL version.
So, yes, you will need to upgrade / re-compile your Apache / mod_ssl
package.
>

--
Henrik Hudson
lists@xxxxxxxxxxx
-----------------------------------------
"God, root, what is difference?" Pitr; UF


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
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