php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15204 "make" command failed (Solid + PHP)
Submitted: 2002-01-24 07:56 UTC Modified: 2002-03-01 00:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: Marcus dot Luedecke at web dot de Assigned:
Status: No Feedback Package: Solid related
PHP Version: 4.0.6 OS: Linux 7.3
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: Marcus dot Luedecke at web dot de
New email:
PHP Version: OS:

 

 [2002-01-24 07:56 UTC] Marcus dot Luedecke at web dot de
The configuration of php with solid has worked.
Command: 

./configure --with-apache=[DIR] --with-mysql=[DIR] --with-solid=[DIR] --with-config-file-path=[DIR] --enable-track-vars=yes

==== Here a Part of the Report: =====

checking for Solid support ... yes
checking Solid library file ... -ll2x

=====================================

But at the command "make" comes the errormessage:
/php-4.0.6/ext/odbc/php_odbc.h:179: WINDOWS.H: No such file or directory

In the File php_odbc.h are following entries:

#else /* MS ODBC */

#define HAVE_SQL_EXTENDED_FETCH 1
#include <WINDOWS.H>               <= this is the line 179
#include <sql.h>
#include <sqlext.h>
#endif

Where is my Problem ???
Have i forgot to install a package (e.g. odbc) ???

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-30 17:06 UTC] kalowsky@php.net
for some reason it sounds as if PHP is not finding your lib file properly for SOLID.  I believe the name it should be looking for is soll2x35.so or soll2x35.a depending upon your build type.  Please check that your solid directories are in the right spot and with the proper layout
 [2002-03-01 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 14:01:29 2024 UTC