Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations? - Mailing list pgsql-testers

From Lou Picciano
Subject Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?
Date
Msg-id 1649540009.3337131276021209433.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
Whole thread Raw
In response to Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?  (Josh Berkus <josh@agliodbs.com>)
Responses Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?
List pgsql-testers
export LDFLAGS="-L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib"
export LIBS=" -lssl -lcrypto -lsasl2 -lz -lm"
export CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include"
export PYTHON="/usr/local/bin/python3"

# make distclean
# ./configure --prefix=/usr/local/postgres/9.0-beta2 \
--enable-dtrace \
--with-perl \
--with-python \
--with-krb5 \
--with-libxml \
--with-libxslt \
--with-ldap \
--with-openssl \
> CONFIG.OUTPUT

----- Original Message -----
From: "Josh Berkus" <josh@agliodbs.com>
To: "Lou Picciano" <loupicciano@comcast.net>
Cc: pgsql-testers@postgresql.org
Sent: Tuesday, June 8, 2010 1:45:25 PM GMT -05:00 US/Canada Eastern
Subject: Re: [TESTERS] v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?


> *[Results]:*
>
> Configure/Build proceeds smoothly, without error.
>
> But linking appears to be looking for two different versions of libxml...??

What configure parameters did you use?


--
                                  -- Josh Berkus
                                     PostgreSQL Experts Inc.
                                     http://www.pgexperts.com

pgsql-testers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?
Next
From: Josh Berkus
Date:
Subject: Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?