alexus wrote:
>
> i'm trying to compile a vpopmail-4.9.10 on my FreeBSD 4.3-RELEASE
> I took source code off of www.inter7.com website and here is my ./configure
> line
>
> su-2.05# make clean;make
> distclean;./configure --enable-mysql
^^^^^^^^^^^^^^
This should be --enable-mysql=y
Ken Jones
> --enable-sqllibdir=/usr/local/mysql/lib
> /mysql --enable-sqlincdir=/usr/local/mysql/include/mysql --enable-large-site
> =y --enable-logging=y --enable-auth-logging=y --enable-roaming-users=y --ena
> ble-relay-clear-minutes=20;make
>
> and here is what i end up with...
> .... a lot of stuff was deleted ....
> gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vauth.c
> In file included from vauth.c:33:
> vmysql.h:25: undefined or invalid # directive
> vauth.c: In function `vauth_open':
> vauth.c:72: `MYSQL_SERVER' undeclared (first use in this function)
> vauth.c:72: (Each undeclared identifier is reported only once
> vauth.c:72: for each function it appears in.)
> make[2]: *** [vauth.o] Error 1
> make[2]: Leaving directory `/usr/local/src/vpopmail-4.9.10'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/vpopmail-4.9.10'
> make: *** [all-recursive-am] Error 2
>
> anyone?