php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1762 configure entry for Adabas D wrong
Submitted: 1999-07-20 15:10 UTC Modified: 1999-08-08 12:13 UTC
From: jbr at adviser dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0 Beta 1 OS: Linux 2.2.10
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jbr at adviser dot com
New email:
PHP Version: OS:

 

 [1999-07-20 15:10 UTC] jbr at adviser dot com
The entry inside the configure script loks like this:
   if test "$withval" != "no"; then
    ODBC_INCDIR=$withval/incl
    ODBC_LIBDIR=$withval/lib
    ODBC_LFLAGS=-L$ADA_LIBDIR
    ODBC_INCLUDE=-I$ADA_INCDIR
    ODBC_LIBS="${ADA_LIBDIR}/odbclib.a -lsqlrte -lsqlptc"
    ODBC_TYPE=adabas

all three occurences of ADA must be changed to ODBC to work
correctly.

Patches

Pull Requests

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 21:01:35 2025 UTC