[Haskell-cafe] NetSNMP; FreeBSD 8.1
Henning Thielemann
lemming at henning-thielemann.de
Wed Jul 20 19:33:37 CEST 2011
On Wed, 20 Jul 2011, Brandon Allbery wrote:
> Ports is build-from-source, so every package is what Linux calls a -dev package.
>
> The OP might need to make sure that cabal knows to look in /usr/local for libraries.
I see. If net-snmp supports pkg-config then all such problems should be
solvable by using the pkg-config support of Cabal. So you might run
$ pkg-config --list-all
on your machine, see whether net-smnp is listed, and if yes, encourage the
author of NetSNMP bindings to use the PkgConfig field in his Cabal package
description.
More information about the Haskell-Cafe
mailing list