ID: 14245
Updated by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Apache related
Operating System: AIX 4.3.3
PHP Version: 4.1.0RC5
New Comment:

I am trying to install PHP 4.1.1 on AIX 4.3.3. I have GNU GCC 3.01
installed

$ ./configure --prefix=/usr/local/php \
--with-apxs \
--with-mysql \
--with-zlib

$ make
Making all in Zend
...
Target "all" is up to date.

# /local/www/bin/apachectl stop

# /usr/sbin/slibclean

# make install
Making install in Zend
...
Target "install-p" is up to date.
Target "install" is up to date.
Making install in .
        /local/www/bin/apxs -i -a -n php4 libs/libphp4.so
cp libs/libphp4.so /local/www/libexec/libphp4.so
cp: libs/libphp4.so: A file or directory in the path name does not
exist.
apxs:Break: Command failed with rc=65536
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 1.

Stop.
# ls -l libs
total 16008
-rw-------   1 root     system   4094311 Nov 26 23:53 libphp4.a
-rw-------   1 root     system       749 Nov 26 23:53 libphp4.la

Any update on resolution to this problem?? or a good workaround? I can
not find lilphp4.so.0 as mentioned above.


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

[2001-12-16 16:28:06] [EMAIL PROTECTED]

Don't have time to look at this anymore. And it indeed is a libtool
bug.


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

[2001-12-12 11:05:04] [EMAIL PROTECTED]

This is NOT fixed in CVS yet. It's a libtool bug and I'm trying to
find
out how to fix it atm.


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

[2001-12-11 13:47:31] [EMAIL PROTECTED]

This should be fixed in CVS< can you try a snapshot from
snaps.php.net?

Derick

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

[2001-12-03 16:36:17] [EMAIL PROTECTED]

Updated PHP Version.

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

[2001-11-28 13:55:17] [EMAIL PROTECTED]

I've found a workaround for this problem. If I manually copy
.libs/libphp4.so.0 to libs/libphp4.so, it seems to continue okay:

# make install
...
cp: libs/libphp4.so: A file or directory in the path name does not
exist.
apxs:Break: Command failed with rc=65536
make: 1254-004 The error code from the last command is 1.
...
Stop.

# cp .libs/libphp4.so.0 libs/libphp4.so

# make install
...
Target "install-p" is up to date.
Target "install" is up to date.
Making install in .
        /local/www/bin/apxs -i -a -n php4 libs/libphp4.so
cp libs/libphp4.so /local/www/libexec/libphp4.so
chmod 755 /local/www/libexec/libphp4.so
[activating module `php4' in /local/www/conf/httpd.conf]
installing shared modules into /local/www/php/lib/php/20010901
Target "install-p" is up to date.
...
Target "install" is up to date.

# /local/www/bin/apachectl start
Target "install" is up to date.


Is there some way "make install" can do that copying step
automatically?

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=14245


Edit this bug report at http://bugs.php.net/?id=14245&edit=1


-- 
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