Hello. 
I'm trying to install php-4.3.2 from source in linux
RedHat 9 to work with Oracle using the guide in
http://www.php.net/manual/en/install.apache2.php 
I've previously installed Apache-2.0.47 in
/usr/local/apache2 (Apache is working fine). 
I did a: 

$./configure --with-apxs2=/usr/local/apache2/bin/apxs 

$make 

$makeinstall 

The error that I get is this: 

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

[EMAIL PROTECTED] php-4.3.2]# make install 
Installing PHP CLI binary: /usr/local/bin/ 
Installing PHP CLI man page: /usr/local/man/man1/ 
Installing PHP SAPI module 
/usr/local/apache2/build/instdso.sh
SH_LIBTOOL='/usr/local/apache2/build/libtool'
libphp4.la /usr/local/apache2/modules 
/usr/local/apache2/build/libtool --mode=install cp
libphp4.la /usr/local/apache2/modules/ 
cp .libs/libphp4.lai
/usr/local/apache2/modules/libphp4.la 
cp .libs/libphp4.a
/usr/local/apache2/modules/libphp4.a 
ranlib /usr/local/apache2/modules/libphp4.a 
chmod 644 /usr/local/apache2/modules/libphp4.a 
libtool: install: warning: remember to run `libtool
--finish /x/src/php-4.3.2/libs' 
Warning! dlname not found in
/usr/local/apache2/modules/libphp4.la. 
Assuming installing a .so rather than a libtool
archive. 
chmod 755 /usr/local/apache2/modules/libphp4.so 
chmod: failed to get attributes of
`/usr/local/apache2/modules/libphp4.so': No such file
or directory 
apxs:Error: Command failed with rc=65536 
. 
make: *** [install-sapi] Error 1 

Can somebody help me please?



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to