On Wed, 2005-07-27 at 13:57 +0700, Willy Mularto wrote: > One of my application need to know where does mysql.h located? Anybody can > help? Thank you very much.
In usual cases the configure script usually identifies the location of mysql.h which is /usr/include/mysql/mysql.h If it does not, then maybe you need to check if "mysql-devel" package is installed or not. -- Aristo _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
