Re: [vchkpw] Compile erro

2003-03-20 Thread Jonas Pasche
Hi Thiago, > I'm trying to install Vpopmail 5.3.6 with MySQL support on a Red Hat 8.0 > > When i do 'make' i got the following error: > > vauth.c:25:19: mysql.h: No such file or directory You're simply missing the mysql-devel package which includes the appropriate header files. ftp://rpmfind.n

Re: [vchkpw] Compile erro

2003-03-20 Thread Ajai Khattri
Thiago Campos wrote: When i do 'make' i got the following error: vauth.c:25:19: mysql.h: No such file or directory In file included from vauth.c:29: It can't find your mysql.h include file. Look in /usr/include. If you built MySQL from source (and didn't use the RPM package) then make sure you

Re: [vchkpw] Compile erro

2003-03-20 Thread Michael Bowe
, March 21, 2003 7:50 AM Subject: [vchkpw] Compile erro Hi, I'm trying to install Vpopmail 5.3.6 with MySQL support on a Red Hat 8.0 When i do 'make' i got the following error: vauth.c:25:19: mysql.h: No such file or directory In file included from vauth.c:29: vmysql.h:50:22: war

[vchkpw] Compile erro

2003-03-20 Thread Thiago Campos
Hi,   I'm trying to install Vpopmail 5.3.6 with MySQL support on a Red Hat 8.0   When i do 'make' i got the following error:   vauth.c:25:19: mysql.h: No such file or directoryIn file included from vauth.c:29:vmysql.h:50:22: warning: multi-line string literals are deprecatedvauth.c:32: parse