On 5/15/13 4:52 PM, colin mcenearney wrote: > Hi, > > I've been using rapper 2.0.7 for a while and just tried to install rasqal, > but got this error when running ./configure: > > configure: error: Raptor is not installed - see http://librdf.org/raptor/ to > get a version newer than 2.0.7 > > I updated raptor to 2.0.9, restarted the terminal, then the computer - same > error. Not 100% sure but as far as I can tell raptor is installed in the > default location - /usr/local > > This is on OSX 10.6.8. > > Any help is much appreciated!
Hi, it is probably due to rsaqal testing for raptor2 using pkg-config. It (configure) tries: $ pkg-config --modversion raptor2 2.0.9 If it doesn't return a number, you may need to set the envariable PKG_CONFIG_PATH Depending on how you installed it, it is probably export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig by default. It's possible some local build system (brew, macports, fink, ...) could put it elsewhere export PKG_CONFIG_PATH=/usr/local/share/pkgconfig Dave _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
