This worked great. Thank you. Shawn Beard Web Administrator, MCSE, MCSA, MCP Iowa Foundation for Medical Care Information Systems sbeard@xxxxxxxxxxxxx Office: 515-440-8581 >>> jayaram.g@xxxxxxx 8/9/2006 12:18:50 PM >>> Hi, First find the location of the the shared library libgcc_s.so.1. You can use the command $>cd / $>find . -name libgcc_s.so.1 Once you find the diractory you have to update the LD_LIBRARY_PATH variable. Append the directory path as below. $> export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:<the directory name> To test the value in LD_LIBRARY_PATH use the command below. $> set | grep LD_LIBRARY_PATH It will show you the directory in the list of : separated directories. Then start Apache and it should run. Regards, Jayaram Ganapathy "Shawn Beard" <SBeard@xxxxxxxxxxxxx> 08/09/2006 11:53 AST Please respond to users@xxxxxxxxxxxxxxxx To <users@xxxxxxxxxxxxxxxx> cc bcc Subject [users@httpd] problem after upgrade from Apache 2.0.49 to 2.0.58 Hey all. The upgrade went fine and apache starts up. However when I go into the /usr/local/apache2/bin directory and type httpd -v to verify the version, I get this error: ld.so.1: httpd: fatal: libgcc_s.so.1: open failed: No such file or directory Killed I do have this in the envvars: LD_LIBRARY_PATH="/usr/local/apache2/lib:/usr/local/lib:$LD_LIBRARY_PATH" export LD_LIBRARY_PATH Anyone have any ideas why? Thanks. Shawn Beard Web Administrator, MCSE, MCSA, MCP Iowa Foundation for Medical Care Information Systems sbeard@xxxxxxxxxxxxx Office: 515-440-8581 ----------------------------------------- Email messages cannot be guaranteed to be secure or error-free as transmitted information can be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The Centers for Medicare & Medicaid Services therefore does not accept liability for any error or omissions in the contents of this message, which arise as a result of email transmission. CONFIDENTIALITY NOTICE: This communication, including any attachments, may contain confidential information and is intended only for the individual or entity to which it is addressed. Any review, dissemination, or copying of this communication by anyone other than the intended recipient is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and delete and destroy all copies of the original message. --------------------------------------------------------------------- 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 ForwardSourceID:NT00016652 =====-----=====-----=====Notice: The information contained in this e-mailmessage and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you --------------------------------------------------------------------- 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