[vchkpw] libmysqlclient.so.12.o error

2003-06-06 Thread Toyoda Yasuyuki
Hello, all My system is the following. OpenBSD 3.2 Apache-2.046 qmail-1.03 qmailadmin-1.0.6 vpopmail-5.2.1 I built above system. but I have a error. I performed the following command. - - - - /var/www/cgi/qmailadmin /usr/libexec/ld.so: qmailadmin

Re: [vchkpw] libmysqlclient.so.12.o error

2003-06-06 Thread Toyoda Yasuyuki
Hello, Cream[DONut] Thank you very much for your advice. I tryed your advice. But there's perhaps no concept of ld.so.conf in BSD Please refer the following URL. http://www.my-opensource.org/lists/myoss/2002-04/msg00034.html I ask about OpenBSD3.2 user. /var/run/ld.so.hints file is binary file.

Re: [vchkpw] libmysqlclient.so.12.o error

2003-06-06 Thread Toyoda Yasuyuki
Hi, Cream[DONut] Ohhh-- That's good idea! ldconfig -m /usr/local/mysql/lib/mysql -- would be my best attempt then ;-) But before reboot - search directories: /usr/lib:/usr/local/lib:/usr/local/mysql/lib/mysql after reboot - search directories: /usr/lib:/usr/local/lib Oh my god! Be

Re: [vchkpw] could not connect to mysql update server Access deniedfor user

2003-06-05 Thread Toyoda Yasuyuki
Hello I success to access MySQL. Please check the following contents. 1.MySQL configure option --with-mysqld-user= 2.MySQL start up /usr/local/mysql/bin/mysqld_safe --user= 3.Prepare database /usr/local/mysql/bin/mysqladmin create vpopmail /usr/local/mysql/bin/mysql mysql grant

Re: [vchkpw] could not connect to mysql update server Access deniedfor user

2003-06-05 Thread Toyoda Yasuyuki
Hello, I forget to add checking the following contests. 6.Initialize database in MySQL(please check username) /usr/local/mysql/bin/mysql_install_db --user=(username) chown -R (username) /usr/local/var chgrp -R (username) /usr/local/var Regards, Yasuyuki Toyoda System wrote: Hello All, I have

Re: [vchkpw] MySQL registration from vpopmail

2003-06-05 Thread Toyoda Yasuyuki
hange de user and password, before make and makeinstall. attacch the file with dump vpopmail database. see you later. enzo Eduardo Garcia. P.D : where are you? in Korea or japon, or near there. i live in costa rica, but a im colombian.

[vchkpw] MySQL registration from vpopmail

2003-06-05 Thread Toyoda Yasuyuki
Hi, I have a problem about (qmail + vpopmail + MySQL) system. My system is qmail + vpopmail + qmailadmin + MySQL. Q1.) I want to register MySQL tables of vpopmail database. I performed the following command. ---command start groupadd mysql