Hi,
yesterday I've compiled and run 0.39 version of qmailadmin.
And the problems has started :)
Vpopmail is compiled with MySQL support.
First problem is that Makefile doesn't seem to compile without adding
COMMONLDADD = -L/home/vpopmail/lib -lvpopmail -L/usr/local/mysql/lib/mysql
-lmysqlclient
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
to it after ./configure script
Maybe it's because of my Linux box, but I've tested it on many RH
machines with compiled MySQL in /usr/local/mysql and everywhere works
the same way.
Second problem:
When I choose Pop Accounts it opens second page with list of
accounts. Of course I have >25 accounts on this test domain and when I
choose i.e. letter "o" to look at all accounts started on letter "o"
qmailadmin flows " vsql_getpw: Failed select " in place of accounts.
I looked at source code and even put there
FILE fd;
fd=fopen("/tmp/whatever","w");
fprintf(fd,"%s",SqlBuf);
fclose(fd);
Of course SQL command looks O.K. and even when I open mysql CLI and
copy/paste it it returns whole list of accounts in acctual domain.
Any ideas what is wrong and what to do with this ?
--
cheers,
Sylwester S. Biernacki <[EMAIL PROTECTED]>