Re: [Sqlrelay-discussion] SQL Relay on OSX
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2007-07-24 14:24:13
|
In the past, I've gotten it working on various versions of OSX, but I always had to tweak the config.mk file after running the configure script. Recently, I inherited my wife's old powerbook and have been using it to bring OSX compatibility up to the same level as Linux/Solaris/*BSD. Currently, it's possible to get it working on OSX if you modify the config.mk file after running configure and add in some stub libraries. For example, perl needs: -L...path to libperl.dylib... -lperl and simiarly python needs -lpython, ruby needs -lruby, etc. Do that and you should be able to build and use those api's. David Muse dav...@fi... On Fri, 2007-07-20 at 01:43 -0700, Rizwan Kassim wrote: > Has anyone built SQL Relay on BSD/OSX? > |