[PHP-DEV] Bug #943 Updated: Library problem From: Bug Database (php-dev <email protected>)
Date: 11/25/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.

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>