From:             Johan dot Vermeire at diebold dot com
Operating system: AIX 5.2
PHP version:      5.2.3
PHP Bug Type:     *Configuration Issues
Bug description:  /usr/local/apache2/modules/libphp5.so doesn't exist, PHP 
5.2.3 makeinstall fail

Description:
------------
Hi,

I've build an apache 2.2.4 ssl server, which works very well.

I now wan't to integrate the latest PHP (version 5.2.3) engine:

>nohup ./configure --prefix=/usr/local/php --enable-cli --bindir=/usr/bin
--disable-libxml --enable-so=shared
--with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql
--with-mysqli=/usr/local/mysql/bin/mysql_config > configure.log 2>&1&
OK

>nohup make > make.log 2>&1&
OK

But then, I got into trouble:
>make install
        echo '\
\
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh
SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la
/usr/local/apache2/modules
rm -f /usr/local/apache2/modules/libphp5.so
/usr/local/apache2/build/libtool --mode=install cp libphp5.la
/usr/local/apache2/modules/
cp .libs/libphp5.a /usr/local/apache2/modules/libphp5.a
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish
/home/jve/dl/php5.2-200706211230/libs'
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: /usr/local/apache2/modules/libphp5.so: A file or directory in the
path name does not exist.
apxs:Error: Command failed with rc=65536
.
make: 1254-004 The error code from the last command is 1.


Stop.
beze-aix-test1 /home/jve/dl/php5.2-200706211230>

---------------------------------------------------------------------
Has anybody any idea how to solve this?

I've seen many times the same error with google, but I was unable
to find out a solution... 

Thanks in advance.

Johan Vermeire
Belgium


Expected result:
----------------
A good PHP 5.2.3 installation on AIX 5.2

Actual result:
--------------
Impossible to install PHP 5.2.3 on AIX 5.2

-- 
Edit bug report at http://bugs.php.net/?id=41766&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41766&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41766&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41766&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41766&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41766&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41766&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41766&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41766&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41766&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41766&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41766&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41766&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41766&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41766&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41766&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41766&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41766&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41766&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41766&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41766&r=mysqlcfg

Reply via email to