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

I'm having problems compiling subversion 1.0.4 on RHEL 2.1 variant

From: Cason, JonathanX <jonathanx.cason_at_intel.com>
Date: 2004-06-02 22:58:05 CEST

   I'm trying to compile SubVersion 1.0.4 and I'm having some problems.
The box is a corporate image install of Red Hat Enterprise Edition 2.1
and they don't want us to alter any of the existing librarys. We need
to install it in an isolated directory so that it won't invalidate the
original disk image. So I'm trying to install it in a subdir in my home
dir (which is /net/fs003/vol155/users/jcasonx)

I've successfully compiled Berkeley DB 4.2.52 and installed it to
/net/fs003/vol155/users/jcasonx/BdbLib.

Running the following commands
        make clean
        ./configure --prefix=/net/fs003/vol155/users/jcasonx/subversion
                --with-ssl --with-zlib
        
--with-berkeley-db=/net/fs003/vol155/users/jcasonx/BdbLib
        make

stdout is attached as make-out.txt-

I get the following output on stderr: (Redundant lines removed for
brevity)

...
libtool: link: warning: `/usr/lib/libgdbm.la' seems to be moved
libtool: link: warning:
`/net/fs003/vol155/users/jcasonx/BdbLib/lib/libdb-4.2.la' seems to be
moved
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
libtool: link: warning: library
`/net/fs003/vol155/users/jcasonx/BdbLib/lib/libdb-4.2.la' was moved.

util.o: In function `svn_cl__get_log_message':
/users/jcasonx/subversion-1.0.4/subversion/clients/cmdline/util.c:543:
undefined reference to `__ctype_b'
/users/jcasonx/subversion-1.0.4/subversion/clients/cmdline/util.c:558:
undefined reference to `__ctype_tolower'
/net/fs003/vol155/users/jcasonx/subversion-1.0.4/apr/.libs/libapr-0.so:
undefined reference to `__ctype_toupper'

    Any ideas? I'm kinda boxed in with the restrictions on the box, but
shouldn't subversion be able to work with a private copy of the
libraries? Or do I have to do something else ot make it work?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Wed Jun 2 22:59:44 2004

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.