Yes!
$ pkg-config --modversion raptor2
Package raptor2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `raptor2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'raptor2' found
- a very helpful error message, if I'd known to check pkg-config
then:
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
....
.... configure runs like it should....
... and we're good
Thanks Dave!
________________________________
From: Dave Beckett <[email protected]>
To: colin mcenearney <[email protected]>
Cc: "[email protected]" <[email protected]>
Sent: Wednesday, May 15, 2013 10:40 PM
Subject: Re: [redland-dev] error: Raptor is not installed (but it is installed)
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