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>