On Thu, 2003-09-18 at 13:28, Gonzalo Paniagua Javier wrote: > > Yes: > > # locate libpq.so > > /usr/lib/libpq.so.3.0 > > /usr/lib/libpq.so.3 > > You need /usr/lib/libpq.so to be a symbolic link to .so.3
I had a feeling that would be the case, but wanted to make sure before I started linking things that *could* cause other things to break. It works now except I have something with the DB (connection refused). I've got to isolate whether it's iptables or something I missed with postgressql. Thanks, > I think that is provided by the development package, but you can do it > manually. > > Anyway, we should definitely do something about this issue... may be > mapping libpq to libpq.so.3 on linux or something. Couldn't the ln -s just be added to the make file for rule install? > > -Gonzalo > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list -- John (Doc) Soliday Commerce Services (404) 652-3343 [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
