APACHE/PHP/ORACLE/TRU64 on COMPAQ ALPHA SERVER: 

SYSTEM SPECIFICATION 
____________________ 


VERSION TRU64 UNIX- VER 5.1B 
SERVER- ES40 
APACHE SOURCE-1.3.29(UNIX) 
PHP-4.3.4 

WHAT WE HAVE DONE 
_________________ 

we extracted apache 1.3.29 tar file and configured as 

#./configure --prefix=/usr/users/dirq/web_apache --enable-module=so 
#make 
#make install 
we started apache as 
#/usr/users/dirq/web_apache/bin/apachectl start 

apache started fine 

then we extracted PHP-4.3.4 tar file and configured as 
#./configure --with-oci8=$ORACLE_HOME --with   
  -apxs=/usr/users/dirq/web_apache/bin/apxs --enable-sigchild 
#make 
#make install 

copied php.ini-dist as /usr/users/lib/php.ini 

edited the /usr/users/dirq/web_apace/conf/httpd.conf by lines 


LoadModule php4_module  libexec/libphp4.so 
<IfModule mod_php4.c> 
Addtype application/x-httpd-php .php 
</IfModule> 

Every make and make install worked fine without any error . 

After this started Apache again, but this time apache did not start, 

ERROR 
_____ 

the httpd.pid file in /usr/users/dirq/web_apache/logs was not created 

the error_log file showed the error as 


-- 
syntax error on the line 206 of /usr/users/web_apache/conf/httpd.conf 
cannot load /usr/users/dirq/web_apache/libexec/libphp4.so into server: dlopen 
libexc.so: 
symbol "_exc_continue" unresolved. 
___ 


please guide us to solve this problem by giving detailed compilation procedure. 

regards,

nilanjan

---
[This E-mail scanned for viruses by Declude Anti-Virus Tool]


-----------------------------DISCLAIMER----------------------------

This Message and any attachments (the "message") is intended solely
for the addressees and is confidential. If you receive this message
in error, please delete it and immediately notify the sender. Any 
use not in accord with its Purpose, any dissemination or disclosure,
either whole or partial, is Prohibited except formal approval. 
The internet cannot guarantee the integrity of this message. BSNL 
shall (will) not therefore be liable for the message if modified. 

Reply via email to