[Quickfix-developers] need help on OSX platform
Brought to you by:
orenmnero
|
From: Chuck R. <cre...@ma...> - 2007-11-28 20:56:25
|
I'm having a bit of trouble running the tests on the OSX platform. I'm following along with the install instructions from the home page but get stuck when running "runut": :~/Documents/development/ruby/quickfix/test cremes$ ./runut 3558 dyld: Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient. 15.dylib Referenced from: /Users/cremes/Documents/development/ruby/quickfix/ src/.libs/ut Reason: image not found ./runut: line 5: 28022 Trace/BPT trap ./ut -p $1 -f cfg/ut.cfg I successfully built all the software with the following configure parameters: ./configure --prefix=$HOME --with-ruby --with-mysql=/usr/local The mysql package was installed from mysql.com (not from macports). The problem appears to be the linker adding an incorrect path to the mysqlclient library. It is located at /usr/local/mysql/lib but an extra directory level is tacked on somewhere. I peeked through the Makefiles but didn't see anything obvious (and there are a LOT of makefiles). Any help? cr |