mysql/mysql.c not found

Support and queries relating to all previous versions of ZoneMinder
Locked
rsadanan
Posts: 46
Joined: Fri Mar 31, 2006 2:05 pm

mysql/mysql.c not found

Post by rsadanan »

i am new to linux

i installed apache mysql and php on fedora core1

and every thing works well

php and also phpmyadmin works well

when i tried to configure zoneminder

it stops by an error
./configure --with-mysql=/usr/local/mysql --with-web-dir=/--- -with----

error:mysql/mysql.c not found

i get an error like this please anybody can help for this message

thaks in advance
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Are you sure it said 'mysql.c'? Do you have the mysql-devel packages installed?
Phil
rsadanan
Posts: 46
Joined: Fri Mar 31, 2006 2:05 pm

Post by rsadanan »

i didn't whether mysql-devel is installed

but it is sure i asks mysql.c not found

through phpmysqladmin i can create or update tables

but in terminal when i type mysqladmin

command not found
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

It sounds like you are missing the mysql client and development packages then. If you are on FC1 then you should be able to use yum to install them, e.g. yum install mysql-devel
Phil
rsadanan
Posts: 46
Joined: Fri Mar 31, 2006 2:05 pm

Post by rsadanan »

ok I will try and reply

thanks for the idea
rsadanan
Posts: 46
Joined: Fri Mar 31, 2006 2:05 pm

Post by rsadanan »

sorry I tried with ctu and it worked

thanks for your reply
Locked