[OSM-dev] osm2pgsql make failing

Tom Hughes tom at compton.nu
Thu Nov 6 08:34:00 GMT 2008


Martijn van Oosterhout wrote:
> What OS is this? libpq depends on krb5, that's true, but they should
> have both been installed already. (You don't need the develeopment
> header, just the runtime lib).

At least on Fedora you will probably need the dev package, as it 
contains the library you link against as well as the headers. The
runtime package only works for programs that are already linked.

In this case the problem is more a lack of "-lkrb5" on the command line 
anyway - he may well have the library but he isn't linking against it 
and presumably his libpq.so isn't pulling it in for some reason.

Tom

-- 
Tom Hughes (tom at compton.nu)
http://www.compton.nu/




More information about the dev mailing list