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

Link pbs with 1.3.0 (neon)

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2006-01-05 17:03:34 CET

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
Received on Thu Jan 5 17:40:19 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.