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

libexpat.so error building on Suse 9.2 64 bit.

From: Edward R. Rubinsky <edrubins_at_speakeasy.net>
Date: 2005-05-04 18:30:39 CEST

I am trying to build subversion 1.1.4 on Suse 9.2 64 bit install. It
fails with a "/usr/lib/libexpat.so: could not read symbols: Invalid
operation" error building libsvn_subr-1.la. The weird thing is the build
of libneon.la does not get the same error even though it links with the
same library. It builds with --enable-all-static set, but can't create a
repository because of the DB_PRIVATE problem in BerkeleyDB. Relevant
portions of the output of make are below. Any help would be appreciated.

Thanks,
Ed.

Start libneon build:
/bin/sh ../libtool --quiet --mode=link gcc -rpath /usr/local/lib
-version-info 24:7: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_stubssl.lo -lz -lexpat
make[2]: Leaving directory `/usr/local/src/subversion-1.1.4/neon/src'
End libneon build;

Start libsvn_subr-1.1a build:
cd subversion/libsvn_subr && /bin/sh /usr/local/src/subversion/libtool
--silent --mode=link gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB -rpath
/usr/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo config.lo
config_auth.lo config_file.lo config_win.lo date.lo error.lo hash.lo
io.lo md5.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo stream.lo
subst.lo svn_base64.lo svn_string.lo target.lo time.lo utf.lo
utf_validate.lo validate.lo version.lo xml.lo
/usr/local/src/subversion/apr-util/libaprutil-0.la -ldb-4.2 -lexpat
/usr/local/src/subversion/apr/libapr-0.la -lrt -lm -lcrypt -lnsl
-lpthread -ldl
/usr/lib/libexpat.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
End libsvn_subr-1.1a build:
Received on Wed May 4 18:57:05 2005

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.