[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: setting up smsd with MySQL
From: |
BORBELY Zoltan |
Subject: |
Re: setting up smsd with MySQL |
Date: |
Mon, 29 Mar 2004 10:44:56 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Fri, Mar 26, 2004 at 07:09:57PM -0800, Sankaranarayanan Mahadevan wrote:
> --- Jan Derfinak <address@hidden> wrote:
> > For mysql we are using dynamic configuration so you
> > only must ensure that
> > 'make' will be able to run mysql_config. If you have
> > correct mysql
> > installation this should be already done.
> When i installed RH Linux 9, PHP and mysql are
> installed that ships with CD. SHould everything be OK
> right?
If you're compiling the source yourself, you need to install the
development packages too (e.g. mysql-devel).
> >If not change enviroment variable for executable
> > paths (its name depends on your shell) or add full
> > absolute path to invocation of mysql_config.
> "whereis mysql" resulted in /usr/bin/mysql
> /usr/lib/mysql /usr/share/mysql
> i didn't find mysql.h or mysql.c files in my machine.
> tell me what i should do..
Install mysql-devel.
Bye,
Bozo