John, I had a similar problem except with MySQL 3.23. I found that libmysqlclient isn't include in the binary that MySQL provides. So I grabbed the MySQL RedHat RPM (MySQL-shared-3.23.57-1) and copied the libmysqlclient.so* files to the /usr/lib/ directory.Once I did this, dbmail configured and compiled without any errors.
Michael On Fri, 2003-07-25 at 08:33, John Kyle wrote: > I currently am running Red Hat Linux 8, I already have dbmail-1.0 > running and I am trying to upgrade to dbmail-1.1 > I have run build.sh and entered all the values and then I have run > install_dbmail.sh > > Now when I run dbmail-adduser, i get the error: > > dbmail-adduser: error while loading shared libraries: > libmysqlclient.so.12: cannot open shared object file: No such file or > directory > > Any ideas, I am worried that if I restart the machine that I will have > no email??? > > Best Regards > > John Kyle > ----- Original Message ----- > From: Guido Soeffker > To: [email protected] > Sent: Friday, July 25, 2003 4:28 PM > Subject: AW: [Dbmail] Problems with ./configure ing dbmail-1.1 > > Do you use linux? Have a look at your /etc/ld.so.conf. Insert > your mysql path there. Don´t forget to run ldconfig. That > helped me. > > Regards > > Guido Söffker > > -----Ursprüngliche Nachricht----- > Von: John Kyle [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 25. Juli 2003 17:16 > An: [email protected] > Betreff: [Dbmail] Problems with ./configure ing dbmail-1.1 > Wichtigkeit: Hoch > > > I am using MySQL 4.0.12, I used the following to configure > > ./configure --prefix=/usr --with-mysql > > This failed as it could not find mysqlclient, from the look of > it this file is not included with MySQL 4.0.12 and I would > hazard a guess at the equivalent being libmysqlclient > Has anyone succeeded in compiling dbmail-1.1 on MySQL 4.*? > > Would appreciate any help > > Best Regards > > John Kyle >
