Installing Redland on OS X 10.3.8
For the past couple of weeks I’ve been trying to get the Redland RDF toolkit installed on my powerbook. I initially tried installing it using the vanilla tools, but kept running into the error: ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /usr/local/mysql/lib/libmysqlclient.a(my_error.o) definition of common _errbuff (size 512) make[2]: *** [librdf.la] Error 1 I upgraded a few of the standard tools (such as libtool) using the latest sources from the GNU website, and Raptor and Rasqal compiled without a hitch. But Redland still threw that same error and google turned up little in the way of help. ...