[imp] Login Failed

T.Q.Huy huytu@hcmc.netnam.vn
Fri, 7 Jun 2002 09:56:22 -0700


Dear Tien-Chih,
If you use RPM built-in distro, you will find out php-mysql.xxx.rpm in
your distro-CD. And if you build you php by tarball ,you must have
--with-mysql or something like that, you see detail in the docs from
PHP tarball.

-- 
Best regards,
 T.Q.Huy                            mailto:huytu@hcmc.netnam.vn


Thursday, June 6, 2002, 1:06:50 PM, you wrote:

TCW> Hi all,
TCW> I installed IMP 3.0 and  Mysql 3.23 as my database.
TCW> When I tried to login via web-imp, I got the error message 'Login failed for some reason. Most likely your username or password was entered incorrectly. '  

TCW> After checked the /imp/test.php file, the phpinfo() shows :
TCW> PHP Module Capabilities:

TCW>   a.. FTP Support: Yes 
TCW>   b.. Gettext Support: Yes 
TCW>   c.. IMAP Support: Yes 
TCW>   d.. LDAP Support: Yes 
TCW>   e.. MCAL Support: No 
TCW>   f.. Mcrypt Support: No 
TCW>   g.. MySQL Support: No   <------------------------------- Do I need one more module to connect with php or mysql? 
TCW>   h.. PostgreSQL Support: No 
TCW>   i.. XML Support: Yes 
TCW> I think the problem seems coming from the connection between PHP and Mysql. If anyone knows how to solve this problem, plz give me your advice.
TCW> Any help will be appreciated.

TCW> Thanks.

TCW> Tien-Chih Wang