I am trying to install vpopmail 4.9.6-1 with mysql support.
My installation srcript is
- Add vpopmail user and vchkpw group
- install MySQL from rpm (version 3.23.28)
- ./configure --enable-relay-clear-minutes=30 --enable-logging=y --enable-mysql=y --enable-roaming-user=y --enable-hardquota=2000000
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function 'my_uncompress';
my_compress.o(.text+0x97): undefined reference to 'uncompress'
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function 'my_compress_alloc':
my_compress.o(.text+0x12b): undefined reference to 'compress'
collect2: Id returned 1 exit status
make[2]: *** [vchkpw] Error 1
make[2]: Leaving directory '/usr/local/src/vpopmail-4.9.6-1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/vpopmail-4.9.6-1'
make: *** [all-recursive-am] Error 2
In additions, Do I need to install the tcpserver when using vpopmail + qmail + MySQL.
Thank you so much for your help.
Mark Lo