ID:               15204
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Solid related
 Operating System: Linux 7.3
 PHP Version:      4.0.6
 New Comment:

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".


Previous Comments:
------------------------------------------------------------------------

[2002-01-30 17:06:39] [EMAIL PROTECTED]

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-01-24 07:56:28] [EMAIL PROTECTED]

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) ???


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15204&edit=1

Reply via email to