[EMAIL PROTECTED] wrote:
> 
> > Hi friends.
> > I installed vpopmail 4.9.4 with cdb database, but I need work with mysql
> > database.
> > I changed my file vmysql.h , adding this:
> > #define MYSQL_SERVER        "localhost"
> > #define MYSQL_USER          "root"
> > #define MYSQL_PASSWD        ""            (because it have not password)
> > I did compile with these parameters:
> > /configure --enable-mysql=y --enable-sqlincdir=/usr/local/include/mysql
> > --enable-sqllibdir=/usr/local/lib/mysql
> >
> > My mysql libs is here:
> >
> > cd /usr/local/lib/mysql
> > pwd
> > /usr/local/lib/mysql
> > # ls -l
> > total 1481
> > -rw-r--r--   1 root     system     36744 May 26 11:53 libdbug.a
> > -rw-r--r--   1 root     system     75538 May 26 11:54 libheap.a
> > -rw-r--r--   1 root     system     26398 May 26 11:54 libmerge.a
> > -rw-r--r--   1 root     system    333900 May 26 11:53 libmysqlclient.a
> > -rwxr-xr-x   1 root     system       692 May 26 11:53 libmysqlclient.la
> > -rwxr-xr-x   1 root     system    163840 Oct 24 21:00 libmysqlclient.so
> > -rwxr-xr-x   1 root     system    163840 May 26 11:53 libmysqlclient.so.6.0.0
> > -rw-r--r--   1 root     system     39962 May 26 11:53 libmystrings.a
> > -rw-r--r--   1 root     system    385052 May 26 11:54 libmysys.a
> > -rw-r--r--   1 root     system    275940 May 26 11:54 libnisam.a
> >
> > But it isn't working....
> > The message of error is:
> > # ./vconvert -c -s
> > 6039:./vconvert: /sbin/loader: Fatal Error: cannot map libmysqlclient.so
> >
> > when I want add a new user or when I want login POP3 also show me that message
> >
> > What's the problem?
> > vchkpw didn't found the lib libmysqlclient.so?
> > why?
> > My machine has Tru64 Unix of Digital
> > But in slackware also show me these error.
> >
> > Please, response me as soon as possible
> >
> > Juan

Try not repeating msgs to the list.

Your error is:
> > # ./vconvert -c -s
> > 6039:./vconvert: /sbin/loader: Fatal Error: cannot map libmysqlclient.so

This error is from the loader. Try man loader.
In Linux we have to tell the dynamic loader where the libs are using
/sbin/ldconfig.

--------------------------------------------------------------------
Daniel Augusto Fernandes (DAF tm)               [EMAIL PROTECTED]
GCSNet                                    http://www.gcsnet.com.br/
--------------------------------------------------------------------
                     Se você não encontra
                     o sentido das coisas
                     é porque este não
                     se encontra, se cria.
                                   Antoine Saint-Exupéry

Reply via email to