[Mono-list] Failure to load library libpq.so

Miguel de Icaza miguel@ximian.com
24 Aug 2002 13:39:24 -0400


Hello,

> > I'm getting a Failed to load library libpq.so error when I try to run
> > DbClient.cs. Do I need to set a class path or something.
> > 
> you need to have postgres libraries installed, which is where libpq.so
> comes from.

I had to use this ~/.mono/config file to get it to work:

<configuration>
	<dllmap dll="pq" target="libpq.so.2" />
</configuration>