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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
43 + 48 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 16 16:01:28 2024 UTC