php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #943 Library problem
Submitted: 1998-11-23 05:27 UTC Modified: 1999-05-29 11:30 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: ulrich dot steinkopf at debis dot com Assigned:
Status: Closed Package: Oracle related
PHP Version: 3.0.5 OS: Solaris 2.6 intel
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ulrich dot steinkopf at debis dot com
New email:
PHP Version: OS:

 

 [1998-11-23 05:27 UTC] ulrich dot steinkopf at debis dot com
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"
        ;;     

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-29 11:30 UTC] thies at cvs dot php dot net
please retry with >= 3.0.8, and resend the report if it's still true.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 00:01:30 2024 UTC