Hi Michael,

> Hi,
> 
> I installed Apache 1.3.23 and PHP 4.1.1 on an Linux System (Intel).
> If I add the module (libphp4.so) in the http.conf, the Apache-Webserver does
> not start. In the logs I Can't find any hint why.
> 
> 
> My PHP-Config:
> 
> ./configure --with-apxs=/usr/local/apache/current/bin/apxs 
> --enable-tracking-vars --enable-url-includes --enable-sysvshm --enable-sysvsem
> --with-config-file-path=/etc --without-mysql --with-sapdb=/opt/sapdb/interfaces/odbc
>  
> It seems to be a problem with the ODBC drivers of SAP-DB.
> Without SAP-DB PHP works fine.
> Anybody here with the same problem ?
> 

yep, I've had the same problems w/ Apache 1.3.19, PHP 4.04pl1 / PHP 4.1.1
Apache always produced a segmentation fault when trying to start with php with sapdb 
support.

The resolution for me was to use an intermediate ODBC driver (iodbc - 
http://www.iodbc.org/ ),
configure SAPDB as a data source there, and compile PHP --with-iodbc=...

Hope this helps,

Chris
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to