Re: [Fink-devel] PHP and PostgreSQL

2002-05-16 Thread Gary Kerbaugh
on 5/6/02 9:06 PM, Peter O'Gorman wrote: > libpq.so.2.1 seems to be a bundle, not a shared library > libtool gives these errors because it cannot find a dylib > version of the library to link against, you can tell it not to > check, by editing configure, and changing the > lt_cv_deplibs_check_me

Re: [Fink-devel] PHP and PostgreSQL

2002-05-07 Thread Gary Kerbaugh
on 5/6/02 9:06 PM, Peter O'Gorman wrote: > libtool gives these errors because it cannot find a dylib > version of the library to link against, you can tell it not to > check, by editing configure, and changing the > lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked > shared librar

Re: [Fink-devel] PHP and PostgreSQL

2002-05-06 Thread Peter O'Gorman
libpq.so.2.1 seems to be a bundle, not a shared library peter% file libpq.so.2.1 libpq.so.2.1: Mach-O bundle ppc I guess it is this way for a reason, i.e. in order to be dlopenable. libtool gives these errors because it cannot find a dylib version of the library to link against, you can tell