ID:               40120
 User updated by:  jzozaya at yahoo dot com
 Reported By:      jzozaya at yahoo dot com
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: RH ES 4 on AMD 64
 PHP Version:      5.2.0
 New Comment:

Thanks for the reply, however it did not work.

Altough I'm thinking if this is the same case for compiling apache ? in
the apache ./configure options I'm using

./configure --sysconfdir=/etc/httpd/conf --enable-rewrite
--libdir=/usr/lib64 --enable-so

Should I use 

./configure --sysconfdir=/etc/httpd/conf --enable-rewrite
--libdir=lib64 --enable-so


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

[2007-01-13 18:59:55] judas dot iscariote at gmail dot com

I compile PHP on 64 bit systems daily, and no, it does work, but your
configure line is NOT correct.

–with-libdir= does NOT atke an absolute path but the replacement for
"lib" in your system that is usually, lib64

so, if you use –with-libdir=lib64 it should work.

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

[2007-01-13 14:41:56] jzozaya at yahoo dot com

Description:
------------
Trying to compile php v5.2 on a Red Hat ES 4 with dual amd 64, apache
went ok and works, but php failed to create the libphp5.so library.

I also try the latest 5.2 version (200701122130) and the same error.

I've found others with the same issue, but their solutions do no apply
or work for me. (example editing the ./libtool and adding /usr/lib64)



Reproduce code:
---------------
/configure --with-config-file-path=/etc
--with-apxs2=/usr/local/apache2/bin/apxs –with-libdir=/usr/lib64
--enable-soap --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config
--enable-ftp --enable-mbstring

Actual result:
--------------
[EMAIL PROTECTED] php5.2-200701122130]# make install
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh
SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la
/usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la
/usr/local/apache2/modules/
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
cp .libs/libphp5.a /usr/local/apache2/modules/libphp5.a
ranlib /usr/local/apache2/modules/libphp5.a
chmod 644 /usr/local/apache2/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish
/usr/src/php5.2-200701122130/libs'
Warning!  dlname not found in /usr/local/apache2/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: cannot access `/usr/local/apache2/modules/libphp5.so': No such
file or directory
apxs:Error: Command failed with rc=65536


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


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

Reply via email to