ID: 10945
User Update by: [EMAIL PROTECTED]
Status: Analyzed
Bug Type: Apache related
Operating system: AIX 4.3.3 (MU8)
PHP Version: 4.0.5
Description: Apache core dumps when PHP4.0.5 is activated via LoadModule

Tried the new php-4.0.6RC1 that's supposed to play nice with AIX 4.3.3.  Didn't work 
either.  This looks similary to #4630, but if 4.0.6RC1 fixed #4630, then I have a new 
problem...  Going to try a couple of other things.  Is there a reference 
implementation that the developers use for AIX that I can emulate ?

--Morgan Henning
[EMAIL PROTECTED]

Previous Comments:
---------------------------------------------------------------------------

[2001-05-18 16:28:24] [EMAIL PROTECTED]
This behavior sounds very similar to #4630.

---------------------------------------------------------------------------

[2001-05-18 02:07:15] [EMAIL PROTECTED]
Somehow, I'd guessed that AIX would finish low on the "supported list".  One note, for 
anyone that's stuck with this config -> I installed iPlanet Web Server 4.1SP7, to see 
if maybe NSAPI would work, and I got problems that were much like the ones with 
Apache.  BUT -> when I didn't specify a web server to support, I got a "normal" binary 
for PHP, which I could use as a CGI interpreter.  One comment about this though, when 
a script starts with "#!/opt/php4/bin/php", that was displayed at the top of the web 
page, but what was below worked fine (in this case, "<? phpinfo(); ?>").

Any idea how to get rid of that ??  (removing the text broke the script, and I got 
nothing but the content of the php file with no execution).  That would give a "valid" 
solution for AIX people.  (I guess installing Linux on the RS6000 would work too, but 
that's such a pain...)

--Morgan
[EMAIL PROTECTED]

---------------------------------------------------------------------------

[2001-05-18 01:36:47] [EMAIL PROTECTED]
There is no "supported list".  But, obviously operating systems that are more common 
end up getting more attention and more testing.  AIX is near the bottom of that list.

---------------------------------------------------------------------------

[2001-05-18 01:29:51] [EMAIL PROTECTED]
Tried recompiling everything with IBM Visual Age C v5.01.  No change.  I also tried 
linking with the pthread library for the httpd binary, like [EMAIL PROTECTED] said to 
try, but no luck.  Quick question: is AIX on the "supported" list ??  Is this supposed 
to work ??

--Morgan
[EMAIL PROTECTED]

---------------------------------------------------------------------------

[2001-05-17 21:49:55] [EMAIL PROTECTED]
On systems that use glibc-2.1.x there is a bug in glibc that prevents a binary not 
linked against pthreads to dynamically load a shared library that is linked against 
pthreads.  Perhaps this problem also exists on AIX?  Try linking your Apache httpd 
against libpthreads.

---------------------------------------------------------------------------

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=10945


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to