DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39814>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39814 ------- Additional Comments From [EMAIL PROTECTED] 2006-06-15 09:08 ------- I'd be a bit worried about all these errors: /usr/local/bin/cc: /usr/local/bin/cc_symbols: Permission denied /usr/local/bin/cc: /usr/local/bin/cc_symbols: Permission denied although they don't seem to be causing test failures. I don't know why configure requires sys/file.h to be able to use anon-shmget(). It looks like that code has been there since the configure code was copied from MM. AFAIK sys/file.h is only needed for use of flock(); and indeed, looking at current versions of MM, it only actually *includes* sys/file.h if using flock()-based locking. Can you try editing the configure script: look for the *two* lines which look like: for ac_spec in header:sys/ipc.h header:sys/shm.h header:sys/file.h ... and delete the "header:sys/file.h" from them on both lines; then try re-running the configure script. (if it still fails please attach a new config.log) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
