Hello,everyone:

    I met a problem when I change my passwd in sqwebmail 1.1.

    I changed password  in "Preferences page" .
    It told me a error "vsql_getpw: failed select  " 

    How to do?

My system: FreeBSD 4.2 release
         Apache 1.3.14
         php 4.03pl1
         mysql 3.22.32
         qmail 1.03
         vpopmail 4.9.4
         sqwebmail 1.1

My step:
   1. ./configure --enable-authvchkpw --without-authpam  --without-authuserdb 
--without-authpwd --without-authshadow --enable-webpass=yes 
--enable-imagedir=/usr/local/share/doc/apache/images 
--enable-cgibindir=/usr/local/www/cgi-bin.default


   2. dit authlib/Makefile

     Replace 
     CRYPTLIBS = -lcrypt
     With
     CRYPTLIBS = -lcrypt -L/usr/local/lib/mysql -lmysqlclient

     edit sqwebmail/Makefile
     replace
     LIBS = -lcrypt
     with
     LIBS = -lcrypt -L/usr/local/lib/mysql -lmysqlclient



   3.make
   4.make install-strip




Regards,

            oneflower Xu
            [EMAIL PROTECTED]

Reply via email to