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

subversion-r3987.tar.gz and Red Hat 8.0 problem

From: Tim Moloney <moloney_at_mrsl.com>
Date: 2002-12-04 21:19:49 CET

I did this

wget \
http://subversion.tigris.org/files/documents/15/2108/subversion-r3987.tar.gz
tar zxvf subversion-r3987.tar.gz
cd subversion-r3987; ./configure; make

which ended with this

/usr/bin/ld: warning: libc.so.4, needed by
/home/moloney/sandbox/svn/subversion-r3987/apr-util/.libs/libaprutil-0.so,
not found (try using -rpath or -rpath-link)
/home/moloney/sandbox/svn/subversion-r3987/apr/.libs/libapr-0.so:
undefined reference to `___toupper'
[more undefined reference error messages...]

I have libc.so.6 on my system but I don't think it's being used.
I'm assuming that all of the undefined referenced are in libc.

BTW, building the source (checked out using the 0.16 tag) works fine.
The problem appears to be in the configuration of the extras (apr,
apr-util) in the tar file.

This isn't a big problem but it does make bootstrapping more difficult,
which is the point of the tar file.

-- 
Tim Moloney
ManTech Real-time Systems Laboratory
2015 Cattlemen Road                             \     /
Sarasota, FL  34232                     .________\(O)/________.
(941) 377-6775 x208                        '  '  O(.)O  '  '
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 4 21:20:13 2002

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

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