hi,

> > I keep getting the same compile error -
> > 
> > gcc - shared PoPymodule.o -lpq -o PoPymodule.so
> > /usr/i486-suse-linux/bin/ld: cannot find -lpq
> 
> -Find libpq.so on your machine.
> -Edit the last? (going from memory) line of Makefile, adding
>    -L/directory/that/holds/your_libpq 
>  (just the directory, not the filename) right before -lpq

with the new versions of PoPy you can simply do:

        ./configure --with-postgres-libs=/directory/that/holds/your_libpq

ciao,
federico

-- 
Federico Di Gregorio
MIXAD LIVE System Programmer                           [EMAIL PROTECTED]
Debian GNU/Linux Developer & Italian Press Contact        [EMAIL PROTECTED]
  Debian. The best software from the best people [see above]
                                      -- brought to you by One Line Spam

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to