* Harsha Linux <[EMAIL PROTECTED]> writes:
> I've installed qmail + vpopmail + qmailadmin. Now when I give the domain
> and the password at the qmailadmin login page, I get an "Invalid Login"
> error and qmailadmin also reports the cause at the top of the page ie...
>       vsql_getpw: failed select
> I guessed the problem is because the required libary ie "libvpopmail.a"
> is not in the path

It looks to me as though you cannot connect to the MySQL server. You
need to set those in vmysql.h:
,----[ vmysql.h ]
| #define MYSQL_SERVER        "deathwish"
| #define MYSQL_USER          "vpopadmin"
| #define MYSQL_PASSWD        "XXX"
`----
(making sure these values work indeed on your system)

BTW, both programs can produce logfiles. Did you check those? I also
had to do "env LIBS="-L/usr/lib/mysql -lmysqlclient" ./configure [...]"
as suggested by Einar Bordewich in "Problems with sqwebmail-0.99 and
courier-imap-0.99?" as of 1 day, 13 hours, 34 minutes, 16 seconds ago.

Everything works nicely here now.
-- 
Robin S. Socha <http://socha.net/>

Reply via email to