Re: [HACKERS] JDBC and Perl compiling problems w/ postgresql-7.1rc4

From: "Homayoun Yousefi'zadeh" <homayounyz(at)home(dot)com>
To: Doug McNaught <doug(at)wireboard(dot)com>
Cc: charliederr(at)organicmeat(dot)net, pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] JDBC and Perl compiling problems w/ postgresql-7.1rc4
Date: 2001-04-10 02:41:10
Message-ID: 3AD272C6.1060609@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-jdbc

Doug McNaught wrote:


>> 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).

Thanks for the response. I actually went thru
the full exercise when I was compiling Tomcat
engine with Ant. Every thing seems to be set up
properly. This is a part od /etc/profile file
that shows the settings of environmental variables.

PATH="$PATH:/usr/X11R6/bin:/usr/jbuilder4/bin:/usr/jdk1.3/bin:/usr/jakarta/jakarta-ant/bin:/usr/j2e
e1.3/bin:/usr/local/pgsql/bin"
MANPATH=$MANPATH:/usr/local/pgsql/man

export JAVA_HOME=/usr/jdk1.3
export JAVAHOME=/usr/jdk1.3
export J2EE_HOME=/usr/j2ee1.3
export ANT_HOME=/usr/jakarta/jakarta-ant

export JAKARTA_HOME=/usr/jakarta
export TOMCAT_HOME=/usr/jakarta/dist/tomcat
export LD_LIBRARY_PATH=/usr/local/pgsql/lib
export PGDATA=/usr/local/pgsql/data

Did you use j2se 1.3_02 for Linux from Sun
to build the driver?

BTW, I did not have any problem building the
driver under version 7.0.3.

>> 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.

This is what I was not hoping for.
Why does version 7.0.3 not have the problem?

Do you guys suggest I go thru the exercise
of building libperl.so or this is going to
be fixed w/ the official release?

Best,
HY

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Norman J. Clarke 2001-04-10 02:46:07 Re: Re: [GENERAL] JDBC and Perl compiling problems w/ postgresql-7.1rc4
Previous Message Doug McNaught 2001-04-10 02:09:07 Re: [HACKERS] Re: JDBC and Perl compiling problems w/ postgresql-7.1rc4

Browse pgsql-hackers by date

  From Date Subject
Next Message Norman J. Clarke 2001-04-10 02:46:07 Re: Re: [GENERAL] JDBC and Perl compiling problems w/ postgresql-7.1rc4
Previous Message Doug McNaught 2001-04-10 02:09:07 Re: [HACKERS] Re: JDBC and Perl compiling problems w/ postgresql-7.1rc4

Browse pgsql-jdbc by date

  From Date Subject
Next Message Norman J. Clarke 2001-04-10 02:46:07 Re: Re: [GENERAL] JDBC and Perl compiling problems w/ postgresql-7.1rc4
Previous Message Doug McNaught 2001-04-10 02:09:07 Re: [HACKERS] Re: JDBC and Perl compiling problems w/ postgresql-7.1rc4