I'm going to use qmail with MySQL.
From http://www.softagency.co.jp/mysql/qmail.html, I'v
got some patches.
I used "qmail-1.03" and "mysql-3.22.32". They worked
well.
With "qmail-1.03-mysql-0.6.5.patch", I patched qmail and
compile again.
To check the path, I tried qmail-getpw. But it failed. It
showed this error message.
-----------------------------------------------------------------
[root@selab5 /usr/source/qmail-1.03]#
./qmail-getpw
./qmail-getpw: error in loading shared libraries: libmysqlclient.so.6 : cannot open shared object file: No such file or
directory
-----------------------------------------------------------------
In the library directory, I have
libmysqlclient.so.6.
-----------------------------------------------------------------
[root@selab5 /usr/local/mysql/lib/mysql]#
ls
libdbug.a libmysqlclient.a libmysqlclient.so.6@ libmysys.a libheap.a libmysqlclient.la* libmysqlclient.so.6.0.0* libnisam.a libmerge.a libmysqlclient.so@ libmystrings.a ----------------------------------------------------------------- How can I find the library properly?
Thank you.
|
- Re: qmail-getpw error Hong Taeki
- Re: qmail-getpw error Michael Boman