I got SAPDB (7.3) to compile with the apache (1.3.24) and php (4.1.2) under AIX 
(4.3.3) without failures and it seems to run. It is quite easy after all, but I 
had to do a lot of research to get the knowledge:

---START---
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
---STOP---

For me it worked without configuring the LIBS path. Done so, I got a compile 
error. But the guide up there was for Solaris.

The basic thing to know is the path to use for the --with-sapdb statement.

Benjamin

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to