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=14861>. 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=14861 "Error string not specified yet" on each https request [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Minor |Normal Component|mod_ssl |Core ------- Additional Comments From [EMAIL PROTECTED] 2002-12-02 14:08 ------- I have some news about this problem. I found it was, on Solaris 8, because we compiled Apache in 64 bit (with CFLAGS="-m64" ./configure) You can try it with the testdbm executable in srclib/apr-util/test With a 32-bit compilation : # ./configure ... # cd srclib/apr-util/test # make ... # ./testdbm auto foo Generating data: OK Testing retrieval: OK With a 64-bit compilation : # CFLAGS="-m64" ./configure ... # cd srclib/apr-util/test # make ... # ./testdbm auto foo Generating data: ABCDEFGHIJ: testdbm: store: failed APR Error 20014 - Error string not specified yet APR_DB Error 22 - I/O error occurred. I must say that we HAVE to compile it in 64-bit because of a #$*!/# bug in solaris (limit of 255 opened file descriptors by process in 32 bits !!) Can you look at this issue ? Thanks a lot for your help ! Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
