[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn 0.9 rc2 tarball

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-02-16 00:42:32 CET

On Fri, Feb 15, 2002 at 02:57:24PM -0800, Blair Zajac wrote:
> [Apologize if duplicates were received, I sent this email out from the
> wrong email address].
>
> Ben Collins-Sussman wrote:
> >
> > We just posted a new tarball of Subversion 0.9 release candidate 2:
> >
> > http://subversion.tigris.org/servlets/ProjectDownloadList
>
> The build on Solaris 8 doesn't use the LD_RUN_PATH or -R path to the
> location of the OpenSSL libraries. Since Solaris 8 doesn't come
> with OpenSSL, then they are most likely installed in a non-standard
> directory and the run time linker must be told where to find them.

I don't want neon to hard-code run-time library paths into binaries by
default, since it pollutes the binaries with settings particular to the
build environment.

If you don't mind doing that, you might be able to pass LDLFAGS="-R
path" on your env line below - I think that should work. Alternatively
set LD_LIBRARY_PATH, or configure your system to add the OpenSSL
directory to the runtime library path using whatever mechanism Solaris
ld.so provides.

Regards,

joe

> On Solaris 8 if I run in sh with my OpenSSL libraries in
> /opt/sparc-solaris/openssl
>
> env CC=gcc CFLAGS="-O3 -Wall" \
> ./configure \
> --verbose \
> --prefix=/opt/sparc-solaris/installed/subversion-r1302 \
> --with-ssl=/opt/sparc-solaris/openssl \
> --disable-shared \
> 2>&1 | tee xxa
>
> then I get this during make check:
>
> make check
> Running all tests in stringtest...SUCCESS
> Running all tests in hashdump-test...SUCCESS
> Running all tests in path-test...SUCCESS
> Running all tests in translate-test...SUCCESS
> Running all tests in random-test...SUCCESS
> Running all tests in svn-test2.sh...ld.so.1: /tmp/bzajac/subversion-r1302/subversion/tests/clients/cmdline/xmltests/../../../../clients/cmdline/svn: fatal: libssl.so.0.9.6: open failed: No such file or directory
> Killed
> FAILURE
> Running all tests in svn-test.sh...ld.so.1: /tmp/bzajac/subversion-r1302/subversion/tests/clients/cmdline/xmltests/../../../../clients/cmdline/svn: fatal: libssl.so.0.9.6: open failed: No such file or directory
> Killed
> FAILURE

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.