Hi! I'm using FreeBSD 4.5 and i wanted to install php4.1.2 with vpopmail support. My configure line was:
'./configure' '--with-apxs=/usr/local/sbin/apxs' '--with-config-file-path=/usr/local/etc'\ '--enable-versioning' '--with-regex=system' '--without-gd' '--without-mysql' '--with-gd=/usr/local'\ '--enable-gd-native-ttf' '--with-freetype-dir=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local'\ '--with-zlib' '--with-bz2=/usr' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local' '--with-imap=/usr/local'\ '--with-mysql=/usr/local' '--with-snmp=/usr/local' '--enable-ucd-snmp-hack' '--with-openssl=/usr' '--enable-ftp'\ '--with-iconv=/usr/local' '--enable-mbregex' '--enable-mbstring' '--enable-sockets' '--enable-trans-sid'\ '--prefix=/usr/local' 'i386-portbld-freebsd4.5' --with-vpopmail=/usr/local/vpopmail And the error I got was: <snip> /bin/sh /usr/ports/www/mod_php4/work/php-4.1.2/libtool --silent --mode=compile c -I. -I/usr/ports/www/mod_php4/work/php-4.1.2/ext/vpopmail -I/usr/ports/ww w/mod_php4/work/php-4.1.2/main -I/usr/ports/www/mod_php4/work/php-4.1.2 -I/u sr/local/include/apache -I/usr/ports/www/mod_php4/work/php-4.1.2/Zend -I/usr /local/include/freetype2/freetype -I/usr/local/include -I/usr/local/include/ c-client -I/usr/local/include/mysql -I/usr/local/include/ucd-snmp -I/usr/loc al/vpopmail/include -I/usr/ports/www/mod_php4/work/php-4.1.2/ext/xml/expat -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION="/usr/local/www/data/" -DDEFAULT _PATH="/bin:/usr/bin:/usr/local/bin" -DACCEPT_FILTER_NAME="httpready" -DUSE_ EXPAT -I/usr/ports/www/mod_php4/work/php-4.1.2/TSRM -g -O2 -prefer-pic -c php_vpopmail.c php_vpopmail.c: In function `zif_vpopmail_add_alias_domain': php_vpopmail.c:288: warning: passing arg 3 of `add_domain_assign' makes pointer from integer without a cast php_vpopmail.c:288: too few arguments to function `add_domain_assign' *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.1.2/ext/vpopmail. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.1.2/ext/vpopmail. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.1.2/ext. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.1.2. Any ideea where i'm wrong? Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php