Tuesday 26 June 2012

Ooops, IBM HTTP Server and Red Hat Enterprise Linux

Saw this the other day, having installed IHS on Red Hat Enterprise Linux 6.2

...
[Fri Jun 22 21:01:04 2012] [notice] Using config file /opt/IBM/HTTPServer/conf/httpd.conf
[Fri Jun 22 21:01:04 2012] [notice] IBM_HTTP_Server/7.0.0.0 (Unix) configured -- resuming normal operations
[Fri Jun 22 21:01:04 2012] [notice] Core file limit is 0; core dumps will be not be written for server crashes
libgcc_s.so.1 must be installed for pthread_cancel to work
[Fri Jun 22 21:01:04 2012] pid 19395 mod_backtrace backtrace for sig 6 (thread "pid" 19395)
[Fri Jun 22 21:01:04 2012] pid 19395 mod_backtrace main() is at 8062200
[Fri Jun 22 21:01:04 2012] pid 19395 mod_backtrace end of backtrace

...

The problem was swiftly resolved with: -

$ yum install libgcc_s.so.1


No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...