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

Failed to build NEON

From: Carmela Stuart <c.stuart_at_CableLabs.com>
Date: 2004-05-26 23:17:59 CEST

I am trying to build subversion 1.0.4 on Solaris 8. I have already
successfully built and installed Apache 2.0.49 with support for SSL
(statically linked in). The configure command that I execute for
subversion is:

./configure --enable-maintainer-mode \
--with-apr=/usr/local/apache2 \
--with-apr-util=/usr/local/apache2 \
--with-berkeley-db=/usr/local/BerkeleyDB.4.2 \
--with-libs=/usr/local/ssl:/usr/local/apache2 \
--with-ssl

The configure command is successful but I fail to build neon due to a
problem with SSL. I have OpenSSL 0.9.7d installed in /usr/local/ssl and
my LD_LIBRARY_PATH points to /usr/local/ssl/lib which contains libssl.a
and libcrypto.a. The following is a part of the output generated from
the make command:

$ ------ making all in neon
cd src && make
/bin/bash ../libtool --quiet --mode=link /usr/local/bin/gcc
-L/usr/local/ssl/lib -L/usr/local/apache2/lib -rpath /usr/local/lib
-version-info 24:6:0 -o libneon.la ne_request.lo ne_session.lo
ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo
ne_utils.lo ne_socket.lo ne_auth.lo ne_cookies.lo ne_redirect.lo
ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_acl.lo
ne_openssl.lo -lssl -lcrypto -lnsl -lsocket -lz -lexpat
Text relocation remains referenced
against symbol offset in file
<unknown> 0xd8c /usr/local/ssl/lib/libssl.a(t1_enc.o)
<unknown> 0xd90 /usr/local/ssl/lib/libssl.a(t1_enc.o)
<unknown> 0xd94 /usr/local/ssl/lib/libssl.a(t1_enc.o)
<unknown> 0xd98 /usr/local/ssl/lib/libssl.a(t1_enc.o)
<unknown> 0xd9c /usr/local/ssl/lib/libssl.a(t1_enc.o)
<unknown> 0xda0 /usr/local/ssl/lib/libssl.a(t1_enc.o)
<unknown> 0xda4 /usr/local/ssl/lib/libssl.a(t1_enc.o)

Any ideas why this is happening?

Thanks,

Carmela

Carmela Stuart
Software Engineer, PacketCable
CableLabs
858 Coal Creek Circle
Louisville, CO 80027-9750
303-661-3362

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 26 23:18:48 2004

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

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