Good Morning Ken: It appears you need to have the MySQL development package installed. It would have an RPM name of something like: MySQL-devel. To check your installed packages for mysql: $ rpm -qa | grep -i mysql MySQL-client-community-5.0.67-0.rhel5 MySQL-devel-community-5.0.67-0.rhel5 MySQL-server-community-5.0.67-0.rhel5 MySQL-shared-community-5.0.67-0.rhel5
Please note tips about this in: src/product/README.building.source step 3. --Hiram ken watanabe wrote: > > WHERE I AM STUCK NOW: > Now I need to define the two environment variables MYSQLINC and MYSQLLIBS. > MYSQLINC is supposed to point to the include files. From your examples, you > define it to point to th mysql subdirectory. > There are two mysql subdirectories on my system "usr/lib/mysql" and > "usr/share/mysql". Which one should I point it to? > > MYSQLLIBS is supposed to point to the /usr/lib/mysql/libmysqlclient.a > library. But in the /usr/lib/mysql directory, there is NO file > called libmysqlclient.a. There are files called libmysqlclient.so.60, > libmysqlclient.so.16.0.0, libmysqlclient_r.so.16 and > libmysqlclient_r.16.0.0. > > What do I define these two environment variables to? > > Sincerely, > Kenneth Watanabe > University of Nevada LV _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
