Are you trying to compile it, and it fails because it can't find mysql.h?
Make sure you have mysql-devel installed. If you do, then it should be in /usr/include/mysql. $ ls /usr/include/mysql/mysql.h /usr/include/mysql/mysql.h $ rpm -qf /usr/include/mysql/mysql.h mysql-devel-4.1.12-3tr This is trustix 3.0. On Jul 26, 2005, at 11:06 PM, Willy Mularto wrote: > One of my application need to know where does mysql.h located? > Anybody can > help? Thank you very much. > > Regards > > > Willy Mularto > > _______________________________________________ > tsl-discuss mailing list > [email protected] > http://lists.trustix.org/mailman/listinfo/tsl-discuss > > _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
