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

RE: Link pbs with 1.3.0 (neon)

From: <ed.wittmann_at_fiserv.com>
Date: 2006-01-05 18:50:20 CET

 I always have problems with neon (tho I'm on solaris) but what I always
do is d/l and compile neon separately (you need it for the apache stuff,
be sure to compile with SSL support) then when you go to compile
subversion add the configure script arg:

--with-neon=$PREFIX

where $PREFIX is the path that you can append bin/neon-config to and have
it resolve correctly.

-----Original Message-----
From: R.Sokoll@intershop.de [mailto:R.Sokoll@intershop.de]
Sent: Thursday, January 05, 2006 11:04 AM
To: users@subversion.tigris.org
Subject: Link pbs with 1.3.0 (neon)

Hi,

configure is invoked as:
  ./configure --prefix=/usr/local/subversion-with-ssl-1.3.0 \
  --with-apxs=/usr/local/httpd-ssl-2.0.55/bin/apxs \
  --without-berkeley-db \
  --with-zlib \
  --with-ssl \
  --with-libs=/usr/local/openssl-0.9.7i

A make ends up in:
make[2]: Entering directory `/usr/local/src/subversion-1.3.0/neon/src'
/bin/sh ..//libtool --quiet --mode=link gcc -no-undefined \
-L/usr/local/openssl-0.9.7i/lib -rpath \
/usr/local/subversion-with-ssl-1.3.0/lib -version-info 25:4:0 \
-export-symbols-regex '^ne_[^_]' -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_redirect.lo \
ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo \
ne_acl.lo ne_openssl.lo -lssl -lcrypto -lz -lexpat
/usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld:
.libs/libneon.ver:2:
syntax error in VERSION script
collect2: ld returned 1 exit status
make[2]: *** [libneon.la] Error 1
make[2]: Leaving directory `/usr/local/src/subversion-1.3.0/neon/src'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/usr/local/src/subversion-1.3.0/neon'
make: *** [external-all] Error 1

System: Suse Linux 9.3

Any ideas?

Thanks,
Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 5 19:35:03 2006

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.