| 
 Posted by A. Dischner on 01/25/06 17:16 
Hi, 
 
php 5.12, SuSE SLES9 SP2, Oracle EE 10.1.0.4, SuSE Apache 2.0.49 prefork 
 
using the excellent howto http://www.aditus.nu/jpgraph/apache2suse.php  
for SuSE 9.2 
 
on 'make install' i get: 
 
Installing PHP SAPI module:       apache2handler 
/usr/share/apache2/build/instdso.sh  
SH_LIBTOOL='/usr/share/apache2/build/libtool' libphp5.la  
/usr/lib/apache2-prefork 
/usr/share/apache2/build/libtool --mode=install cp libphp5.la  
/usr/lib/apache2-prefork/ 
cp .libs/libphp5.lai /usr/lib/apache2-prefork/libphp5.la 
cp .libs/libphp5.a /usr/lib/apache2-prefork/libphp5.a 
ranlib /usr/lib/apache2-prefork/libphp5.a 
chmod 644 /usr/lib/apache2-prefork/libphp5.a 
libtool: install: warning: remember to run `libtool --finish  
/home/klch/php/php-5.1.2/libs' 
Warning!  dlname not found in /usr/lib/apache2-prefork/libphp5.la. 
Assuming installing a .so rather than a libtool archive. 
chmod 755 /usr/lib/apache2-prefork/libphp5.so 
chmod: Zugriff auf /usr/lib/apache2-prefork/libphp5.so³ nicht mφglich:  
Datei oder Verzeichnis nicht gefunden 
apxs:Error: Command failed with rc=65536 
 
i only get libphp5.a (static) instead of libphp5.so (shared)  
any clues? 
 
I tried to get the static version run but with no avail. 
 
Mladen was succesful on SuSE 10!? How? 
 
Toni 
 
PS: 
 
the script doesn't handle oracle so i use: 
 
#! /bin/sh 
../configure \ 
--with-apxs2=/usr/sbin/apxs2-prefork \ 
--with-oci8=/raid/oracle/product/ora_akt \ 
--disable-libxml \ 
--disable-dom \ 
--disable-simplexml \ 
--disable-xml \ 
--disable-xmlreader \ 
--disable-xmlwriter \ 
--without-pear \ 
--enable-shared 
 
--  
Posen fuer Anfaenger: http://www.w-klch.med.uni-muenchen.de/dischner
 
[Back to original message] 
 |