Subject: Re: py-postgresql package
To: Brook Milligan <brook@biology.nmsu.edu>
From: None <mcmahill@mtl.mit.edu>
List: tech-pkg
Date: 02/23/2000 12:00:42
On Wed, 23 Feb 2000, Brook Milligan wrote:
> I'm trying to compile the py-postgresql package and get the following
> error:
>
> ===> Building for py-postgresql-2.4
> ld -Bshareable pgmodule.o -Wl,-R/usr/pkg/pgsql/lib -L/usr/pkg/pgsql/lib -lpq -lcrypt -o _pgmodule.so
> ld: invalid command option `-Wl,-R/usr/pkg/pgsql/lib'
> *** Error code 1
>
> Is this an elf-transition problem? What options should the loader be
> using?
should be '-R/usr/pkg/pgsql/lib' if passed directly to ld. I started to
look into a fix, but just haven't had time to finish. Feel free to send
in a patch if you fix it before someone else does...
-Dan