You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Tim Moloney <mo...@mrsl.com> on 2002/12/04 20:19:49 UTC

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

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