[Zope-DB] psycopg problems

Federico Di Gregorio fog@initd.org
08 Feb 2003 20:40:00 +0100


--=-D5NGHfigkNtrz5e4WgmU
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Il ven, 2003-02-07 alle 18:03, Leonardo Fernandes ha scritto:
> Ok, now Im installing the psycopg, ./configure worked fine, but when I
> executed make I've got:
>=20
> module.o connection.o cursor.o typeobj.o typemod.o
> -L/usr/local/pgsql/lib/ -lpq -lcrypt -o psycopgmodule
> make: module.o: Command not found
> make: *** [psycopgmodule] Error 127
>=20
> I have seen on the list that is becouse the linker wasnt found, but how
> can I make it work?

there is a little buglet in the configure script. you can link by hand:

gcc module.o connection.o cursor.o typeobj.o typemod.o -L/usr/local/pgsql/l=
ib/ -lpq -lcrypt -o psycopgmodule

--=20
Federico Di Gregorio
Debian GNU/Linux Developer                                fog@debian.org
INIT.D Developer                                           fog@initd.org
  Mi piace schioccare la lingua fortemente.
                                        -- Maria Luisa Benedetta Panzani

--=-D5NGHfigkNtrz5e4WgmU
Content-Type: application/pgp-signature; name=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQA+RV0QvcCgrgZGjesRAvucAKCU6CV/jl+nrzbboN9C++R/ZnYu2wCfSpZ7
+hRbKFao2pMCIdEBjm/GWig=
=bYoi
-----END PGP SIGNATURE-----

--=-D5NGHfigkNtrz5e4WgmU--