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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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