On Tue, 2003-08-26 at 08:04, James Pifer wrote: > Thanks for the help. Actually I was on the right track, I just didn't > finish it with make and make install. Anyway, maybe you can help with my > next one. I got my software installed, but when I try to hit the web > page I get an error in the httpd error_log that it "Can't find > DBD/mysql.pm. > > So I downloaded that perl module (DBD-mysql) and tried to load it. It > starts out with some errors. It then complains about a problem with > ExtUtils/liblist/kid.pm. So I installed ExtUtils-MakeMaker, but I still > get the errors below. Not sure what to do. > > There is also an error I don't know what to do about: > Note (probably harmless): No library found for -lmysqlclient > I can see in the script it's looking in the /usr/local/mysql/lib > directory, and there are files in there like: libmysqlclient.a > > Any assistance is appreciated. > Thanks, > James > > Here's the trace: > [EMAIL PROTECTED] DBD-mysql-2.9002]# perl Makefile.PL > Can't exec "mysql_config": No such file or directory at Makefile.PL line > 174.
Obviously, you're missing mysql_config. Mine was provided by the MySQL rpm (Red Hat's mysql-3.23.56-1.9). It appears that you've compiled from source, so it's up to you to get these problems rectified. You can probably go into the Makefile and edit the location it's expecting for libs and mysql_config. Unless you really need some features that aren't provided in the Red Hat build of MySQL, there's no reason not to use theirs. This is what happens when you build your own... you have to support your own. ;-) -- Jason Dixon, RHCE DixonGroup Consulting http://www.dixongroup.net -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list