MySQL Forums
Forum List  »  General

Re: where do i find mysql_config?
Posted by: Felix Geerinckx
Date: April 21, 2005 02:52PM

osamu makiguchi wrote:

> i just installed MySQL-server-4.1.10a-0.i386.rpm and i was trying to install DBD::mysql. during
> the process it errors out because it cannot find mysql_config.
>
> i searched the hard drive for mysql_config("find / -name mysql_config") and can't seem to find it.
> do i need to download and install something else to get this file?

It's in the MySQL-devel rpm:

-----
adm-admin ~ [1026] rpm -qfi /usr/bin/mysql_config
Name : MySQL-devel Relocations: (not relocatable)
Version : 4.1.10a Vendor: MySQL AB
Release : 0 Build Date: Wed 09 Mar 2005 06:21:04 PM CET
Install Date: Fri 01 Apr 2005 09:41:32 AM CEST Build Host: build.mysql.com
Group : Applications/Databases Source RPM: MySQL-4.1.10a-0.src.rpm
Size : 7240407 License: GPL
Signature : DSA/SHA1, Thu 10 Mar 2005 06:38:01 PM CET, Key ID 8c718d3b5072e1f5
Packager : Lenz Grimmer <build@mysql.com>
URL : http://www.mysql.com/
Summary : MySQL - Development header files and libraries
Description :
This package contains the development header files and libraries
necessary to develop MySQL client applications.

For a description of MySQL see the base MySQL RPM or http://www.mysql.com
-----

You will need this stuff if you want to build DBD::mysql from source.

--
felix

Options: ReplyQuote


Subject
Written By
Posted
Re: where do i find mysql_config?
April 21, 2005 02:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.