RESOLVED: mod_webapp hanging/core-dumping on Solaris

2001-07-31 Thread Eryq
When Pier told me that he'd never seen libhttpd.ep in his own Apache directory, that gave me the first clue: my Apache was somehow different from other Solaris builds. Here's why. Pursuant to this document: http://httpd.apache.org/docs/dso.html I did this: ./configure

Re: RESOLVED: mod_webapp hanging/core-dumping on Solaris

2001-07-31 Thread Pier P. Fumagalli
YEAH! I know there was something wrong with your Apache installation... Now, we shouldn't have problems also with SHARED_CORE, but now at least I know what to tackle... Can you do me another favor and confirm (or not) bug # 2933? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2933 Thanks :)

RE: RESOLVED: mod_webapp hanging/core-dumping on Solaris

2001-07-31 Thread Thom Park
Hello! My tuppence worth on one comment here: 1. Always use gcc. Always use gcc. Always use gcc. Why? Because it's the lowest common denominator. Because the developers are building/testing with it. Because ./configure likes it. Always use gcc. Only do this if your absolutely

Re: RESOLVED: mod_webapp hanging/core-dumping on Solaris

2001-07-31 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: Hello! My tuppence worth on one comment here: 1. Always use gcc. Always use gcc. Always use gcc. Why? Because it's the lowest common denominator. Because the developers are building/testing with it. Because ./configure likes it. Always use