Hi, I'm trying to get php to work with aolserver . I am using "aolserver3.3ad13-oacs1-beta-src.tar.gz" and "php-4.2.2"
I configured php like this:
./configure --with-aolserver=/usr/local/aolserver \
--with-aolserver-src=/usr/local/src/oacs/aolserver \
--with-pgsql=/usr/local/pgsql \
--without-mysql
the whole thing went well and I did a 'make install' and that went well also.
but the 2 apps don't talk to each other.
Don't I have to put the .so file in aolserver's lib folder? where do I get that?
