When i do ./configure --prefix=/qmail/vpopmail --enable-sqwebmail-pass=y
--enable-mysql=y --enable-sqlincdir=/usr/local/mysql/include/mysql
--enable-sqllibdir=/usr/local/mysql/lib/mysql/lib --enable-qmaildir=/qmail
The two locations to sqlincdir and sqllibdir are not read i guess and it goes
to the default location /usr/local/lib/mysql or something along those lines.
So i made symbolic links to those two default locations to the correct one,
it then would make, but when i try to run anything like vadddomain i get
./vadddomain: error while loading shared libraries: libmysqlclient.so.10:
cannot open shared object file: No such file or directory
Any ideas?