DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20447>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20447 Apache 2.0.46 fails to start [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-06-18 02:13 ------- no further comments from submitter resolution: the gcc-generated code requires that libgcc_s.so.1 be accessible at run-time, and that library isn't in the default search path for the dynamic loader, so user needs to get the library findable by editing the LD_LIBRARY_PATH setting in apache's bin/envvars or copying the library to Apache's lib directory, which is already searched, or by having the loader search in the directory containing libgcc_s.so.1 by default --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
