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

trying to build on redhad fc3 64bit

From: George Young <gyoung_at_itasoftware.com>
Date: 2007-05-10 17:34:18 CEST

I'm trying to build svn on a x86_64 red hat linux fc3 machine. I need
only the client stuff, repo is elsewhere: a linux machine with svn
version 1.3.2. I don't care if my client stuff ends up 32 or 64 bit (or
53 for that matter).
I download subversion-1.4.3.tar.bz2 and subversion-deps-1.4.3.tar.bz2,
unpack,
cd subversion-1.4.3
./configure
[it complains about not finding berkeley db -- I don't think I care]
make
...it makes a lot of stuff, then:
cd subversion/libsvn_subr && /bin/sh
/home/gyoung/Desktop/subversion-1.4.3/libtool --tag=CC --silent
--mode=link gcc -m32 -g -O2 -g -O2-pthread -D_LARGEFILE64_SOURCE
-DNE_LFS -rpath /usr/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo
compat.lo config.lo config_auth.lo config_file.lo config_win.lo
constructors.lo ctype.lo date.lo dso.lo error.lo hash.lo io.lo
kitchensink.lo lock.lo md5.lo nls.lo opt.lopath.lo pool.lo prompt.lo
quoprint.lo simple_providers.lo sorts.lo ssl_client_cert_providers.lo
ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo
subst.lo svn_base64.lo svn_string.lo target.lo time.lo user.lo
username_providers.lo utf.lo utf_validate.lovalidate.lo version.lo
xml.lo /home/gyoung/Desktop/subversion-1.4.3/apr-util/libaprutil-0.la
-lexpat /home/gyoung/Desktop/subversion-1.4.3/apr/libapr-0.la -lrt -lm
-lcrypt -lnsl -lpthread -ldl -lz
/usr/bin/ld: skipping incompatible /usr/lib64/libexpat.so when searching
for -lexpat
/usr/bin/ld: skipping incompatible /usr/lib64/libexpat.a when searching
for -lexpat
/usr/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
exit status: 2

I've already hacked at it some, LD_LIBRARY_PATH, changing Makefile
"-lexpat" to
/usr/lib/libexpat.so.0, but so far no luck. Is there some clean way to
build on a x86_64? I also tried
./configure --build=x86-gnu-linux
but, ended up with the same error as above.

-- George

-- 
We do not see the world as it is.  We see the world as we are.
-- the Talmud
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 10 17:34:39 2007

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.