Good Afternoon Ketan: To verify exactly what MySQL packages you have installed:
$ rpm -qa | grep -i sql Then, using the full "MySQL-devel" package name, use the -ql option to find out where the files exist for that package. For example: $ rpm -ql MySQL-devel-community-5.0.67-0.rhel5 indicates my libraries are in the path: /usr/lib64/mysql/libmysqlclient.a Use that full path in your MYSQLLIBS environment variable. Please use the instructions in the source tree: src/produce/README.building.source Note the command mentioned there to query the MySQL system which additional libraries it may need to link with. --Hiram ----- Original Message ----- From: "ketan padiya" <[email protected]> To: [email protected] Sent: Sunday, June 12, 2011 2:48:32 AM Subject: [Genome] Problem compiling kent source Dear UCSC Team, I am trying to create refGene.txt file for my bacteria, to put it into GS Reference Mapper of 454. So i downloaded kent source and tried to compile it. When i try to compile it i gave an error gcc: /usr/lib/mysql/libmysqlclient.a: No such file or directory i have searched every where but this libmysqlclient.a file is not present my /usr/lib/mysql/ path all softwares like, mysql-server mysql-client mysql-devel and it's related libraries are installed through rpm repository as i am using fedora 14 system Now. what should i do? Waiting for your reply. Thanks. -- Ketan Padiya Research Fellow Anand Veterinary College Gujarat India. _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
