> -----Original Message----- > Behalf Of Achim Gratz > Sent: Tuesday, April 30, 2013 12:59 PM > Subject: Re: postgresql-devel package missing pg_config? > > Jim Garrison writes: > > Any suggestions on how find pg_config so I can install DBD::Pg? > > Entering pg_config.exe into the search box on this page will tell you to > install > libpq-devel: > > http://cygwin.com/packages/
Thanks, that helped. I successfully built DBD::Pg, but had to add four library dependencies to the makefile, libssl, libldap, libcrypto and libintl due to unresolved dependencies from libpq: EXTRALIBS = -L/usr/lib -lpq -lm -lssl -lldap -lcrypto -lintl LDLOADLIBS = -L/usr/lib -lpq -lm -lssl -lldap -lcrypto -lintl Not sure if I need to notify anybody of this... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple