Hello all,
Yesterday I had to fix the server of a customer; his apache wouldn't start.
Apache segfaulted. Running it through gdb pointed out that libcrypto.so.4 was the cause. The customer messed with apache and used the custombuild script to run apache2.2/php5 (which took me a long time to figure out, as he apparently reinstalled apache2.0 with the customapache script hehe )
I also reinstalled apache-2.0 and apache-1.3, they both segfaulted too..
Anyways, I tried reinstalling the openssl rpm, with --force, and it DID replace the /lib/libcrypto.so.0.9.7a (the date AND the size was different); no use. I had to recompile apache2.2 without SSL and remove all the ssl references in the conf to at least have his webserver up again, but this is no solution. Please see the first reply for full gdb output.
Any help greatly appreciated!
-Frederic
Yesterday I had to fix the server of a customer; his apache wouldn't start.
Apache segfaulted. Running it through gdb pointed out that libcrypto.so.4 was the cause. The customer messed with apache and used the custombuild script to run apache2.2/php5 (which took me a long time to figure out, as he apparently reinstalled apache2.0 with the customapache script hehe )
I also reinstalled apache-2.0 and apache-1.3, they both segfaulted too..
Anyways, I tried reinstalling the openssl rpm, with --force, and it DID replace the /lib/libcrypto.so.0.9.7a (the date AND the size was different); no use. I had to recompile apache2.2 without SSL and remove all the ssl references in the conf to at least have his webserver up again, but this is no solution. Please see the first reply for full gdb output.
Any help greatly appreciated!
-Frederic
Last edited: