php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35619 libphp5.so not created
Submitted: 2005-12-10 06:11 UTC Modified: 2005-12-10 12:45 UTC
From: hellower at nate dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.1 OS: AIX 5.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hellower at nate dot com
New email:
PHP Version: OS:

 

 [2005-12-10 06:11 UTC] hellower at nate dot com
Description:
------------
[apache 2.0.55 comiple]
# ./configure --prefix=/usr/local/apache --enable-so  --enable-rewrite --enable-modules=proxy --enable-modules=rewrite --enable-modules=info --enable-mods-shared=proxy --enable-mods-shared=rewrite --enable-mods-shared=info
# make
# make install

[php 5.1.1 compile]
# ./configure --with-apxs2=/usr/local/apache/bin/apxs \
--with-oci8=/oracle \
--with-pdo-oci=/oracle \
--enable-pdo \
--with-pdo-sqlite \
--with-sqlite \
--enable-track-vars \
--enable-ftp \
--enable-track-vars  \
--disable-debug \
--disable-inline \
--without-mysql \
--enable-wddx \
--with-libxml-dir=/usr/local \
--enable-sigchild


# make

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

# make install
Installing PHP SAPI module:       apache2handler
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = (unset),
        LC__FASTMSG = "true",
        LC_MESSAGES = "",
        LANG = "en_US"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
/usr/local/apache/build/instdso.sh SH_LIBTOOL='/usr/local/apache/build/libtool' libphp5.la /usr/local/apache/modules
rm -f /usr/local/apache/modules/libphp5.so
/usr/local/apache/build/libtool --mode=install cp libphp5.la /usr/local/apache/modules/
cp .libs/libphp5.a /usr/local/apache/modules/libphp5.a
cp .libs/libphp5.lai /usr/local/apache/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /usr/local/src/php-5.1.1/libs'
chmod 755 /usr/local/apache/modules/libphp5.so
chmod: /usr/local/apache/modules/libphp5.so: No such file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1 !!!!!!!!!!!!!!!!!!!!!!!
sslgm11:/usr/local/src/php-5.1.1# 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-10 12:45 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 14:01:31 2024 UTC