[PHP-DEV] Bug #943 Updated: Library problem From: Bug Database (php-dev <email protected>)
Date: 11/26/98

ID: 943
User Update by: ulrich.steinkopf <email protected>
Status: Open
Bug Type: Oracle related
Description: Library problem

We wanted to develop with PHP3 Oracle 8.0.5 and apache 1.3.3
Steps 1. configure & compile php: ./configure --with-apache=/www
                                                 --with-oracle="oraclehome"
                                                  --enable-track-vars
             make , make install

Step 2 configure & compile apache .
./configure --activate-module=src/modules/php3/libphp3.a

Output like this: ld: error library -lsqlnet not found
                      ld: error library -lc3v6 not found
                      ld: error library -lcore3 not found
make error 1

Oracle says these libraries are not contain in Oracle 8 but only in Oracle 7

Now we got these 3 libraries from Oracle 7.3 but in the apache make many references errors were occured.

part of configure-script:

# Oracle Static libs
    case $ORACLE_VERSION in
...
   ;;
      8.0)
        ORACLE_STLIBS="-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon \
            -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric \
            -lepc -lnlsrtl3 -lc3v6 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 \
            $ORA_SYSLIB -lcore3 $ORA_SYSLIB"
        ;;

Full Bug description available at: http://ca.php.net/bugs.php3?id=943

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>