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
 [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: Sat Apr 20 00:01:27 2024 UTC