php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1257 Adabas support fails
Submitted: 1999-03-22 14:05 UTC Modified: 1999-03-23 03:42 UTC
From: dennis dot pfisterer at gmx dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.7 OS: Linux 2.0.36
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dennis dot pfisterer at gmx dot net
New email:
PHP Version: OS:

 

 [1999-03-22 14:05 UTC] dennis dot pfisterer at gmx dot net
I try to compile php 3.0.7 with support for adabas.
I used the following configure-line:

./configure --with-adabas --with-apache=../apache_1.3.4 --enable-track-vars

then i typed: "make"

The following output:

gcc -g -O2 -O2   -I. -I.   -I../apache_1.3.4/src/include -I../apache_1.3.4/src/os/unix  -I/usr/local/incl                            -c main.c -o main.o
gcc -g -O2 -O2   -I. -I.   -I../apache_1.3.4/src/include -I../apache_1.3.4/src/os/unix  -I/usr/local/incl                            -c internal_functions.c -o internal_functions.o
In file included from internal_functions.c:72:
functions/php3_gd.h:44: gd.h: No such file or directory
In file included from internal_functions.c:90:
functions/php3_unified_odbc.h:102: WINDOWS.H: No such file or directory
functions/php3_unified_odbc.h:103: sql.h: No such file or directory
functions/php3_unified_odbc.h:104: sqlext.h: No such file or directory
make: *** [internal_functions.o] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-23 03:42 UTC] kara
You have to give the path to your Adabas installation ($DBROOT) to the
--with-adabas switch, e.g. --with-adabas=/usr/local/adabas
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 21 00:01:27 2024 UTC