Hi,
I'm trying to compile my own module, but i keep getting errors in:
/bin/sh libtool --silent --mode=compile
gcc -Imain/ -I/root/php4/main/ -DPHP_ATOM_INC -I/root/php4/include -I/root/
php4/main -I/root/php4 -I/root/php4/Zend -I/usr/local/include -I/usr/include
/libxml2 -I/usr/include/freetype -I/root/php4/ext/xml/expat -DLINUX=22 -DEA
PI -DTARGET="apache" -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -D_LARGEFILE_SOU
RCE -D_FILE_OFFSET_BITS=64 -I/root/php4/TSRM -g -O2 -prefer-pic -c
main/internal_functions.c -o main/internal_functions.lo
In file included from /usr/include/openssl/comp.h:5,
from /usr/include/openssl/ssl.h:116,
from /root/php4/ext/paysystems/libps/common.h:28,
from /root/php4/ext/paysystems/libps/client.h:113,
from /root/php4/ext/paysystems/php_paysystems.h:37,
(... some other errors from openssl)
My module is using OpenSSL lib and i tried to configure config.m4 properly
but
i'm probably doing something wrong.
Note that when i ./configure with --with-openssl everything compiles fine so
i suppose
i have some errors in config.m4 file of my module - i tried to look at other
modules but
all the changes i make are not giving me a clean compile.
Thanks for support,
LK
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php