Re: [HACKERS] Re: JDBC and Perl compiling problems w/ postgresql-7.1rc4
Doug McNaught <doug@wireboard.com>
From: Doug McNaught <doug@wireboard.com>
To: "Homayoun Yousefi'zadeh" <homayounyz@home.com>
Cc: charliederr@organicmeat.net, pgsql-general@postgresql.org, pgsql-hackers@postgresql.org
Date: 2001-04-10T02:09:07Z
Lists: pgsql-hackers, pgsql-general
"Homayoun Yousefi'zadeh" <homayounyz@home.com> writes: > I did what you suggested and nothing changed. > Actually, JDBC problem seems to be ant related > as it did not exist w/ version 7.0.3. You might want to double-check that JAVAHOME (sp?) is set before you make. I had problems building with Ant until I figured that out. If you look in the Ant docs it tells you how to set that variable (I think). > The perl problem is definitely coming from libperl.a > file as specifically mentioned in the Makefile. No solution for this except to get the Perl sources, configure it to build a shared libperl.so, and build and install the whole thing. None of the RPM packages that I know of supply a shared library for Perl. -Doug