If your mysql libraries is in /usr/local/mysql/lib/mysql just do echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf ldconfig
----- Original Message ----- From: "Ariz Jacinto" <[EMAIL PROTECTED]> To: "Philippine Linux Users Group Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 8:58 AM Subject: Re: [plug] hi > > > idull wrote: > > > dear friend: > > i am sorry to disturb you with this mail,for i encounter a problem while instal > > ling courier IMAP with MYSQL support,i see that you have solved this problem befo > > re,would you please to show me some experiences on solving the trouble?the follow > > ing is the problem discription(which i found on google): > > > > > Ok... here's the what happens, > > > > > > when I type, ./configure --with-authmysql this > > > message > > > appears... > > > > > > checking for mysql_config... /usr/bin/mysql_config > > > checking for mysql_connect... no > > > configure: error: --wit h-authmysql specified but no > > > mysqlclient.so > > > configure: error: ./configure failed for authlib > > > > > > what can I do? I tried this using the most recent > > > mysql tar ball and the mysql rpms from the standard > > > redhat 7.1 distro. > > > the version of the courier-imap that I'm installing > > > is > > > courier-imap-1.3.8.2. Help! Thanks! > > > > just check for the existence of the library. but are u sure that it is > mysqlclient.so and not libmysqlclient.so? > > and if libmysqlclient.so exists instead of mysqlclient.so, just create > the neccessary symlink or alter the configure script (they're not that > reliable you know). > > > HTH > > > > > -- > Philippine Linux Users' Group (PLUG) Mailing List > [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) > Official Website: http://plug.linux.org.ph > Searchable Archives: http://marc.free.net.ph > . > To leave, go to http://lists.q-linux.com/mailman/listinfo/plug > . > Are you a Linux newbie? To join the newbie list, go to > http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie > > -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
