[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.
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
% ldd subversion/clients/cmdline/svn
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libz.so.1 => /usr/lib/libz.so.1
libssl.so.0.9.6 => (file not found)
libcrypto.so.0.9.6 => (file not found)
libm.so.1 => /usr/lib/libm.so.1
libiconv.so => /usr/lib/libiconv.so
libdl.so.1 => /usr/lib/libdl.so.1
libpthread.so.1 => /usr/lib/libpthread.so.1
libc.so.1 => /usr/lib/libc.so.1
libgcc_s.so.1 => /opt/sparc-solaris/gcc/lib/libgcc_s.so.1
libmp.so.2 => /usr/lib/libmp.so.2
libthread.so.1 => /usr/lib/libthread.so.1
/usr/platform/SUNW,Sun-Blade-1000/lib/libc_psr.so.1
This is probaby a neon issue.
If I building and make check without --with-ssl works fine on Solaris 8 with
a client only build (not compiling with DB 4).
Blair
--
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
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