Ben, Thank you so much for spending time with this. When I do cd $HP_SRC/srclib/apr-util ldd .libs/libaprutil-1.so I do not see mysql in there. How come? Vasiliy Boulytchev vasiliy@xxxxxxxxxxxxxxxx Ben wrote:
Hi Vasily - you are lucky .. only one day wasted!! I just saw your second mail .... cd $HP_SRC/srclib/apr-util ./buildconfYou don't need to do configure or make here - as it is taken care of later on by the big configure The need to run buildconf is so that the configure file gets to notice the mysql file you wgetted in from Nick's site.-------------DBD: No driver for mysqlI mentioned that error in an earlier mail -"DBD: No driver for mysql" Your mysql_client_r is not linked properly!ldd (apache install directory)/bin/httpd | grep libmysqlclient_r You should seelibmysqlclient_r.so.15 => /opt/lib/mysql/libmysqlclient_r.so.15 (0x40184000)NOT libmysqlclient_r.so.15 => missingIf you have aprutil as a separate library, go to your libaprutil dir and tryldd (aprutil install directory)/lib/libaprutil-1.so | grep libmysqlclient_rOnce you can see if mysql is being linked by this cd $HP_SRC/srclib/apr-util ldd .libs/libaprutil-1.so ------- Well, I'm HOPING that sorts it out for you!! -b.PS IIRC removing existing apr-util installs is pretty essential - check /usr/local etc for possible previous installs...---------------------------------------------------------------------The official User-To-User support forum of the Apache HTTP Server Project.See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx