<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt">Yes!<br><br>$ pkg-config --modversion raptor2<br>Package raptor2 was not found in the pkg-config search path.<br>Perhaps you should add the directory containing `raptor2.pc'<br>to the PKG_CONFIG_PATH environment variable<br>No package 'raptor2' found<br><br>- a very helpful error message, if I'd known to check pkg-config<br><br>then:<br><br>$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br>....<br>.... configure runs like it should....<br>... and we're good<br><br>Thanks Dave!<br><div><span><br></span></div><div><br></div>  <div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Dave Beckett <dave@dajobe.org><br>
 <b><span style="font-weight: bold;">To:</span></b> colin mcenearney <colinmcenearney@yahoo.com> <br><b><span style="font-weight: bold;">Cc:</span></b> "redland-dev@lists.librdf.org" <redland-dev@lists.librdf.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, May 15, 2013 10:40 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [redland-dev] error: Raptor is not installed (but it is installed)<br> </font> </div> <div class="y_msg_container"><br>
On 5/15/13 4:52 PM, colin mcenearney wrote:<br>> Hi,<br>> <br>> I've been using rapper 2.0.7 for a while and just tried to install rasqal,<br>> but got this error when running ./configure:<br>> <br>> configure: error: Raptor is not installed - see http://librdf.org/raptor/ to<br>> get a version newer than 2.0.7<br>> <br>> I updated raptor to 2.0.9, restarted the terminal, then the computer - same<br>> error. Not 100% sure but as far as I can tell raptor is installed in the<br>> default location - /usr/local<br>> <br>> This is on OSX 10.6.8.<br>> <br>> Any help is much appreciated!<br><br>Hi, it is probably due to rsaqal testing for raptor2 using pkg-config.<br>It (configure) tries:<br><br>$ pkg-config --modversion raptor2<br>2.0.9<br><br>If it doesn't return a number, you may need to set the envariable<br>PKG_CONFIG_PATH<br><br>Depending on how you installed it, it is probably<br>  export
 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br>by default.<br><br>It's possible some local build system (brew, macports, fink, ...) could put<br>it elsewhere<br>  export PKG_CONFIG_PATH=/usr/local/share/pkgconfig<br><br>Dave<br><br><br><br></div> </div> </div>  </div></body></html>