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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 17:01:33 2024 UTC