php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #779 Compile failure (PHP+Oracle 8.0.5)
Submitted: 1998-09-24 13:04 UTC Modified: 1999-05-29 11:47 UTC
From: robb at jumpgate dot org Assigned: ssb (profile)
Status: Closed Package: Oracle related
PHP Version: 3.0.4 OS: Linux (kernel 2.0.34, glibc 2.0.
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: robb at jumpgate dot org
New email:
PHP Version: OS:

 

 [1998-09-24 13:04 UTC] robb at jumpgate dot org
Compile runs ok until final linking, then I get the following error:

[huge amount of text clipped]
bregex.a -lgdbm -lclntsh -L/home/oracle/lib -lm                              -lm -ldl -lcrypt  -lresolv
/home/oracle/lib/libclntsh.so: undefined reference to `slpmprodstab'
make: *** [php] Error 1

Configure line:
configure --with-gd=no --with-oracle=/home/oracle --enable-debug=no

The only modification I had to make was in the Makefile - added -I/home/oracle/rdmbs/public to
pick up the required header files.


If a platform to work on this is needed, I can provide access to one of our development systems that has an identical configuration.

------

With PHP 3.0.5 everything appears to compile and link correctly however execution causes a segmentation fault every time.  

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-29 11:25 UTC] thies at cvs dot php dot net
closing, shoud work
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 23:01:28 2024 UTC