Hi Gerald, Just a couple of observations - maybe it will help...
Your configure line says "--enable-sqllibdir=..." and "--enable-sqlincdir=...". I don't see those as available configure options when I do ./configure --help in vpopmail5.2.1. I see --enable-libdir; --enable-incdir; and --enable-libs. That may be part of the problem. Also, I've found when I've compiled it on Redhat7.1 I had to truncate the path to the mysql libraries prior to /mysql. I don't know if that would work the same way in BSD. What I mean is my mysql libraries are in /usr/lib/mysql - but when I configured with --enable-libdir=/usr/lib/mysql ; it didn't work - but when I configured with --enable-libdir=/usr/lib ; it worked like a charm. Hope that helps a bit, Regis On Wed, 2002-09-25 at 02:29, Gerald wrote: > The ./configure options for vpopmail are as follow.. > > ./configure --enable-roaming-users=y --enable-logging=y \ > --enable-defaultquota=15000000000 --enable-ip-alias-domains=y \ > --enable-mysql=y --enable-sqllibdir=/usr/local/lib/mysql/ \ > --enable-sqlincdir=/usr/local/include/mysql/ > > > > ----- Original Message ----- > From: "Clayton Weise" <[EMAIL PROTECTED]> > To: "Gerald" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Wednesday, September 25, 2002 1:45 AM > Subject: RE: [vchkpw] Vpopmail + Mysql. Tables not created? > > > > Please paste your ./configure line for vpopmail. > > > > -----Original Message----- > > From: Gerald [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 24, 2002 10:32 AM > > To: [EMAIL PROTECTED] > > Subject: [vchkpw] Vpopmail + Mysql. Tables not created? > > > > > > Hi there > > I've compiled support for mysql in qmail and vpopmail. I've read > > README.mysql and went thru the guide at > > (http://matt.simerson.net/computing/qmail.toaster.shtml) However, when I > add > > a virtual domain, a mysql table wasn't created, and instead, a .cdb file > was > > produced. Why is that so? > > > > Programs which are installed on my system: > > qmail-1.03 > > vpopmail-5.2.1 > > mysql-server-3.23.52_1 > > FreeBSD 4.7-RC > > > > Help would be greatly appreciated, > > Thanks > > > > Gerald > > > > >