Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-09 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kengheng wrote: > Hi Matt, I checked the in backend/mysql/config.log, I found this, look > like the linkage to libmysqlclient got problems I was wondering why it didn't show up in ldd :) Anyhow, I've submitted a change to the branch in svn that will

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-09 Thread kengheng
I've recompiled the backend/mysql with "--enable-libdir=/usr/local/mysql/lib/mysql --enable-incdir=/usr/local/mysql/include/mysql" and it show the same error in backend/mysql/config.log. Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kengheng wrote: Hi Matt, I check

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-09 Thread kengheng
# cd backend/mysql/ # export LDFLAGS="-L/usr/local/mysql/lib/mysql/" # ./configure # make;make install and it is working :) Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kengheng wrote: Hi Matt, I checked the in backend/mysql/config.log, I found this, look like the

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-09 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kengheng wrote: > # cd backend/mysql/ > # export LDFLAGS="-L/usr/local/mysql/lib/mysql/" > # ./configure > # make;make install > > and it is working :) Looks like I need to do some work on the library path selection in the backend modules, heh. - --