AG>> Is it possible to install PHP 4.3.1 on AIX 5.1?  I'm trying to
AG>> install it as a dynamic module for Apache 1.3.27/Mod_SSL.

Yes it is. I did that myself :)

AG>> configure --prefix=/usr/local/apache
AG>> --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/opt/freeware
AG>> --enable-trans-sid

Looks good so far.

AG>> The subsequent "make" gives a load of warnings, and "make install"
AG>> dies with an error every time.  Is there a known way of getting this
AG>> to work?  I've even tried without the last two of the above options
AG>> in the configure line. That resulted in the same errors.

I don't know about make install, I just went to .libs, took .so, put it 
into /usr/local/apache/libexec, added LoadModule to httpd.conf and it 
worked. 

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.109



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to