Hello,
can someone help me please!?!?!?!?
I need following things:
SuSE Linux 8.0
Apache
OpenSSL
mod_ssl
PHP 4.3.4
Oracle9i (Client 920)
MySQL 4.0.17
[/list=1]I have following things:
SuSE Linux 8.0
Apache 1.3.29
OpenSSL 0.9.7c
mod_ssl 2.8.16
MM 1.3.0
GZip 1.2.4
Perl 5.8.3 nice too have
PHP 4.3.4
Oracle9i (Client 920)
MySQL 4.0.17
[/list=1]What I did until now:
Directory-tree:
/opt
/opt/apache
/opt/apache/openssl
/opt/apache/mod_ssl
/opt/apache/mm
/opt/apache/perl
/opt/apache/php
/opt/oracle/ora920
/opt/mysqlOracle9i-Client is installed in /pt/oracle/ora920 and connection to the remote database goes with sqlplus
MySQL is installed in /opt/mysql and connection to the database ist ok
Unpacked all packages to the following-directories:
/tmp/apache_1.3.29
/tmp/openssl-0.9.7c
/tmp/mod_ssl-2.8.16-1.3.29
/tmp/mm-1.3.0
/tmp/php-4.3.4configuration of openssl
cd /tmp/openssl-0.9.7c
./Configure -fPIC --prefix=/opt/apache --openssldir=/opt/apache/openssl no-idea no-threads
./make
./make testconfiguration of mm
cd /tmp/mm-1.3.0
./configure --prefix=/opt/apache/mm --disable-shared
./makeconfiguration of mod_ssl
cd /tmp/mod_ssl-2.8.16-1.3.29
./configure --with-apache=../apache_1.3.29 --with-ssl=../openssl-0.9.7c --with-mm=../mm-1.3.0 --prefix=/opt/apache --enable-shared=sslconfiguration of apache
cd /tmp/apache_1.3.29
./configure --prefix=/opt/apache --enable-module=so --enable-module=ssl --enable-shared=max
./make
./make certificate
./make install
At this point I'm able to start the Apache with SSL... but now the problems came!!!configuration of php
cd /tmp/php-4.3.3
./configure --with-oci8=/opt/oracle/ora920 --with-mysql=/opt/mysql --enable-memory-limit=yes --enable-debug=no --enable-sigchild
./make
./make install
[/list=1]After the make install command for php I get following output:
psna4b2r:/tmp/php-4.3.4 # make install
gcc -Iext/oci8/ -I/tmp/php-4.3.4/ext/oci8/ -DPHP_ATOM_INC -I/tmp/php-4.3.4/include -I/tmp/php-4.3.4/main -I/tmp/php-4.3.4 -I/tmp/php-4.3.4/Zend -I/opt/oracle/ora920/rdbms/demo -I/tmp/php-4.3.4/ext/xml/expat -I/tmp/php-4.3.4/TSRM -O2 -I/opt/apache/include/openssl -c /tmp/php-4.3.4/ext/oci8/oci8.c -o ext/oci8/oci8.o && echo > ext/oci8/oci8.lo
In file included from /tmp/php-4.3.4/ext/oci8/oci8.c:69:
/tmp/php-4.3.4/ext/oci8/php_oci8.h:52:17: oci.h: No such file or directory
In file included from /tmp/php-4.3.4/ext/oci8/oci8.c:69:
/tmp/php-4.3.4/ext/oci8/php_oci8.h:59: parse error before "OCIServer"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:59: warning: no semicolon at end of struct or union
/tmp/php-4.3.4/ext/oci8/php_oci8.h:63: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:71: parse error before "oci_server"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:71: warning: no semicolon at end of struct or union
/tmp/php-4.3.4/ext/oci8/php_oci8.h:72: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:73: parse error before '' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:73: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:74: parse error before "charsetId"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:74: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:75: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:80: parse error before "oci_session"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:80: warning: no semicolon at end of struct or union
/tmp/php-4.3.4/ext/oci8/php_oci8.h:81: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:82: parse error before "error"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:82: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:83: parse error before '' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:83: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:85: parse error before '}' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:85: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:89: parse error before "oci_connection"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:89: warning: no semicolon at end of struct or union
/tmp/php-4.3.4/ext/oci8/php_oci8.h:90: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:91: parse error before "type"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:91: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:92: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:96: parse error before "oci_connection"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:96: warning: no semicolon at end of struct or union
/tmp/php-4.3.4/ext/oci8/php_oci8.h:97: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:98: parse error before "coll_typecode"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:98: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:99: parse error before '' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:99: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.hparse error before '' token
/tmp/php-4.3.4/ext/oci8/php_oci8.hwarning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:101: parse error before "element_typecode"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:101: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:102: parse error before '' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:102: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:103: parse error before '}' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:103: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:107: parse error before "text"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:107: warning: no semicolon at end of struct or union
/tmp/php-4.3.4/ext/oci8/php_oci8.h:108: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:109: parse error before "type"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:109: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:110: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:114: parse error before "oci_connection"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:114: warning: no semicolon at end of struct or union
/tmp/php-4.3.4/ext/oci8/php_oci8.h:115: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:116: parse error before '' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:116: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:117: parse error before '' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:117: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:125: parse error before "stmttype"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:125: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:126: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:129: parse error before "OCIBind"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:129: warning: no semicolon at end of struct or union
/tmp/php-4.3.4/ext/oci8/php_oci8.h:130:zval' redeclared as different kind of symbol
zval'
/tmp/php-4.3.4/Zend/zend.h:236: previous declaration of
/tmp/php-4.3.4/ext/oci8/php_oci8.h:131: parse error before '' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:131: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:132: parse error before '*' token
/tmp/php-4.3.4/ext/oci8/php_oci8.h:132: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:133: parse error before "indicator"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:133: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:134: parse error before "retcode"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:134: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:135: warning: data definition has no type or storage class
/tmp/php-4.3.4/ext/oci8/php_oci8.h:138: parse error before "oci_statement"
/tmp/php-4.3.4/ext/oci8/php_oci8.h:138: warning: no semicolon at end of struct or unionWhat could I do?????????????
PLEASE HELP!!!!!!!!!!!