From:             php-ingo at edict dot de
Operating system: linux (opensuse 10.2)
PHP version:      5.2.3
PHP Bug Type:     Adabas-D related
Bug description:  configure option --with-adabas=DIR does not work

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?



-- 
Edit bug report at http://bugs.php.net/?id=42019&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42019&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42019&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42019&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42019&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42019&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42019&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42019&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42019&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42019&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42019&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42019&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42019&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42019&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42019&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42019&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42019&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42019&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42019&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42019&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42019&r=mysqlcfg

Reply via email to