Hi Hiram, My versionInfo.h says CGI version "237".
My MYSQLLIBS does include "/usr/local/mysql/lib/libmysqlclient.a -lssl -lcrypto -lz". Does -lssl need to be included elsewhere? However, I only installed the MYSQL "Community Server". There is also a "Cluster", "Workbench", "Proxy", and "Connector" packages for various languages (C, C++, etc). Should I have installed one of those in addition or instead of the package I have? Cheers, Jacob -----Original Message----- From: Hiram Clawson [mailto:[email protected]] Sent: Wednesday, October 27, 2010 3:25 PM To: [email protected] Cc: [email protected] Subject: Re: [Genome] install Mac OS X 10.6.4 w/ correction Good Afternoon Jacob: I believe we fixed this error some time ago in the source tree: > cc1: warnings being treated as errors > great.c: In function =91doSubmitToGreat=92: > great.c:116: warning: format not a string literal and no format = arguments > make[1]: *** [great.o] Error 1 > make: *** [hgTables.compile] Error 2 Can you show me the contents of src/hg/inc/versionInfo.h to display the version of the source tree you have. If you have USE_SSL=1 you should see -lssl and -lcrypto show up on your compile line when you build a CGI binary. This is the solution to this bug, which is mentioned in item #3 under "Known problems:" in README.building.source http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git;a=blob_plain;f=src/product/README.building.source;hb=HEAD Undefined symbols: "_ERR_load_crypto_strings", referenced from: _netConnectHttps in jkweb.a(https.o) "_BIO_ctrl", referenced from: _netConnectHttps in jkweb.a(https.o) --Hiram _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
