I recently got this to work.. directions: download and untar both php and apache cd apache /configure cd ../php /configure --with-apache=../apache --with-sapdb=/usr/sapdb/depend make make install cd ../apache LIBS=/lib/libposix4.so export LIBS /configure --activate-module=src/modules/php4/libphp4.a make
the LIBS= is the part that always tripped me up.. apparently the sapdb odbc driver uses posix threads.. if you dont set that, it will always choke on sched_yeild in the libsqlod library hope this helps someone else sean _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
