[ Ken, any chance this could make it into the FAQ at some point? ]
* Mark Lo <[EMAIL PROTECTED]> [001203 08:03]:
> Hi,
>
> I am trying to install vpopmail 4.9.6-1 with mysql support.
>
> My installation srcript is
>
> 1. Add vpopmail user and vchkpw group
> 2. install MySQL from rpm (version 3.23.28)
> 3. ./configure --enable-relay-clear-minutes=30 --enable-logging=y
> --enable-mysql=y --enable-roaming-user=y --enable-hardquota=2000000
>
> Then, I got the following error messages during the "MAKE" command.
>
> /usr/lib/mysql/libmysqlclient.a(my_compress.o): In function
> 'my_uncompress'; my_compress.o(.text+0x97): undefined reference to
> 'uncompress'
Run the configure line in #3 above with:
env LIBS="-lz" ./configure [options]
and make as normal.
/pg
--
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
> Is there any hope for me? Am I just thick? Does anyone remember the
> Rubiks Cube, it was easier!
I found that the Rubiks cube and Linux are alike. Looks real confusing
until you read the right book. :-)
(Seen on c.o.l.misc, about the "Linux Learning Curve")