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=24637>.
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=24637

(38)Function not implemented: Couldn't create accept lock

           Summary: (38)Function not implemented: Couldn't create accept
                    lock
           Product: APR
           Version: HEAD
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: APR
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Something in APR 2.0.48 breaks my apache2.  APR 2.0.47 is OK.

Under Debian Linux unstable (kernel 2.4.18) with libapr0-2.0.48-1 with any
combination of apache2-common-{2.0.47-1,2.0.48-1},
apache2-mpm-{worker,threadpool,prefork}-{2.0.47-1,2.0.48-1}, I get this in
error.log:

   [emerg] (38)Function not implemented: Couldn't create accept lock

If I use mod_rewrite I get this instead:

   [crit] (38)Function not implemented: mod_rewrite: could not create
rewrite_log_lock

Under strace apache -X, the only syscall that returns ENOSYS is

   socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = -1 ENOSYS (Function not 
implemented)

Though I don't think that's the problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to