On a fresh install of RHEL 4 Apache was working fine.  All conf files were untouched. <br> <p>After running up2date, Apache stopped working. <br> </p>
<p>For each attempted access from a browser there is an entry in the error_log file:</p><p><br></p><p>/usr/sbin/httpd: symbol lookup error: /usr/sbin/httpd: undefined symbol: apr_table_compress <br> </p>Interestingly I can access the httpd server using telnet such as 
<br> <p>telnet $ip_number 80 <br> GET / <br> </p><p>and this works and returns the index.html page. <br> </p>All configuration files are default.  Any ideas?