Hi !

The odbc-drivers are linked against libpthread. Apache does not like 
individual modules to be linked against that alone. Try linking you apache to 
libpthread as well with:

LIBS='-lpthread' ./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

(note this is all one line)

Please try this.

Regards,
Carsten
---
TNG - THE NET GENERATION GmbH
http://www.tng.de

> 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 ?
> 
> Regards, Michael
> 
> _______________________________________________
> sapdb.general mailing list
> [EMAIL PROTECTED]
> http://listserv.sap.com/mailman/listinfo/sapdb.general
> 

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

Reply via email to