i dont know why... but it went through jsut fine...
anyway the thing is i was playin around and it passed this point
and now i'm stuck with some other thing...
pleae help:)
su-2.05# make
make all-recursive
make[1]: Entering directory `/usr/local/src/vpopmail-4.9.10'
Making all in cdb
make[2]: Entering directory `/usr/local/src/vpopmail-4.9.10/cdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/vpopmail-4.9.10/cdb'
make[2]: Entering directory `/usr/local/src/vpopmail-4.9.10'
gcc -I. -I/usr/local/include -g -O2 -Wall -c vchkpw.c
vchkpw.c: In function `checkrealusers':
vchkpw.c:167: warning: implicit declaration of function `getspnam'
vchkpw.c:167: warning: assignment makes pointer from integer without a cast
vchkpw.c:169: dereferencing pointer to incomplete type
make[2]: *** [vchkpw.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
su-2.05#
----- Original Message -----
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "alexus" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 11:45 AM
Subject: Re: vpopmail won't compile w/ mysql
> 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?
>