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

From: Lou Picciano <loupicciano(at)comcast(dot)net>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-testers(at)postgresql(dot)org
Subject: Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?
Date: 2010-06-08 18:20:09
Message-ID: 1649540009.3337131276021209433.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)agliodbs(dot)com>
To: "Lou Picciano" <loupicciano(at)comcast(dot)net>
Cc: pgsql-testers(at)postgresql(dot)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

In response to

Responses

Browse pgsql-testers by date

  From Date Subject
Next Message Josh Berkus 2010-06-08 18:24:10 Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?
Previous Message Josh Berkus 2010-06-08 17:45:25 Re: v9 beta 2 - Build on Solaris SPARC - links to two different libxml2 implementations?