Hello,

can someone help me please!?!?!?!?

I need following things:

  1. SuSE Linux 8.0

  2. Apache

  3. OpenSSL

  4. mod_ssl

  5. PHP 4.3.4

  6. Oracle9i (Client 920)

  7. MySQL 4.0.17
    [/list=1]

    I have following things:

    1. SuSE Linux 8.0

    2. Apache 1.3.29

    3. OpenSSL 0.9.7c

    4. mod_ssl 2.8.16

    5. MM 1.3.0

    6. GZip 1.2.4

    7. Perl 5.8.3 nice too have

    8. PHP 4.3.4

    9. Oracle9i (Client 920)

    10. MySQL 4.0.17
      [/list=1]

      What I did until now:

      1. 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/mysql

      2. Oracle9i-Client is installed in /pt/oracle/ora920 and connection to the remote database goes with sqlplus

      3. MySQL is installed in /opt/mysql and connection to the database ist ok

      4. 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.4

      5. configuration of openssl
        cd /tmp/openssl-0.9.7c
        ./Configure -fPIC --prefix=/opt/apache --openssldir=/opt/apache/openssl no-idea no-threads
        ./make
        ./make test

      6. configuration of mm
        cd /tmp/mm-1.3.0
        ./configure --prefix=/opt/apache/mm --disable-shared
        ./make

      7. configuration 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=ssl

      8. configuration 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!!!

      9. 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.h💯 parse error before '
        ' token
        /tmp/php-4.3.4/ext/oci8/php_oci8.h💯 warning: 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
        /tmp/php-4.3.4/Zend/zend.h:236: previous declaration of
        zval'
        /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 union

        What could I do?????????????
        PLEASE HELP!!!!!!!!!!!

    Write a Reply...