Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: basil123 on May 17, 2013, 07:36:08 PM

Title: missing sql.h file
Post by: basil123 on May 17, 2013, 07:36:08 PM
i have installed all required tcz for mysql files
mysql-dev.tcz
mysql-client.tcz
mysql-doc.tcz
mysql.tcz

but when i compile the source code its says cannot locate directory mysql/mysql.h
although this file exisit in usr/local/mysql/include

how can i locate the file plzz help
Title: Re: missing sql.h file
Post by: gerald_clark on May 17, 2013, 08:01:45 PM
Fix the source.  mysql/mysql.h is not a directory, and mysql.h is not in mysql.
Fix the make file to define the correct  -I, or fix the source file to reference the correct include file.
Title: Re: missing sql.h file
Post by: Rich on May 17, 2013, 08:03:54 PM
Hi basil123
This has come up once before, see:
http://forum.tinycorelinux.net/index.php/topic,11744.msg62313.html#msg62313