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
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:
6 + 10 = ?
Subscribe to this entry?

 
 [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 23 22:01:31 2024 UTC