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 library'
> to
> lt_cv_deplibs_check_method=pass_all
> in php's configure script. Note that this may well cause other
> problems, because libtool will know nothing about which
> libraries libpq.a depends upon.
> 
> hth,
> Peter

Hi Peter,

    It did, thanks! I thought that the lack of a dylib was a problem.
Actually, there was a little more that had to be done for anyone interested.

    The PHP compile produced a pgsql.so library in a /sw/lib/php/20010901
directory. I had to create an extensions directory and move the library into
that. Then I had to edit the php.ini file to register the extension. After
that it worked.

    I don't honestly that a /sw/lib/php/20010901/pgsql.so library wasn't
created before, but your advice gave me the confidence to experiment
further, producing the above solution. I read about solutions using Marc
Liyanage's packages but none of those mentioned any histrionics like mine. I
hope that you guys are eventually able to find a simpler solution. Still,
this works; thanks again Peter!
-- 
Gary Kerbaugh
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~
    A computer scientist is someone who, when told to "Go to Hell", sees the
    "go to", rather than the destination, as harmful.



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to