php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42019 configure option --with-adabas=DIR does not work
Submitted: 2007-07-17 11:44 UTC Modified: 2007-07-17 12:12 UTC
From: php-ingo at edict dot de Assigned:
Status: Closed Package: Adabas-D related
PHP Version: 5.2.3 OS: linux (opensuse 10.2)
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: php-ingo at edict dot de
New email:
PHP Version: OS:

 

 [2007-07-17 11:44 UTC] php-ingo at edict dot de
Description:
------------
using this configure statement:
./configure 
  --prefix=/home/xxx/appl \
  --with-apache=/home/xxx/appl/src/software/apache_1.3.34 \
  --with-adabas=/opt/adabas

throws this error message when running it:
...
checking PHP version... 5.2.3, ok
checking for Adabas support... configure: error: ODBC header file '/sqlext.h' not found!

PHP4 finds the header files located in /opt/adabas/incl.
PHP5 doesn't do so. It seems to look for sqlext.h in the root directory.
Is that a feature?



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-17 12:12 UTC] jani@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC