Re: Svn co + Segmentation Fault (core dumped)
From: Shumba <joseph.munowenyu_at_vcsu.edu>
Date: Tue, 26 May 2009 07:44:11 -0700 (PDT)
Following Stefan Sperling's advice I was able to solve my issue. The solution
./configure --with-apr=/opt/coolstack/apache2/bin/apr-1-config
I also had to hack the configure file and add the line:
LIBS="$LIBS -lintl"
This was on the advice of another user and this solved the problem I was
# cd /usr/local/lib
So in summary it was:
Then add the line LIBS="$LIBS -lintl" at the top of the configure file, say
>>>
## --------------------- ##
LIBS="$LIBS -lintl
<<<
# ./configure --with-apr=/opt/coolstack/apache2/bin/apr-1-config
However on another box which I thought was a clone of the first my configure
# ./configure --with-apr=/opt/coolstack/apache2/bin/apr-1-config
Notice I had to specify neon. I was having neon errors on my 'make':
Undefined first referenced
To fix this I uninstalled the neon package and compiled it myself viz:
./configure --prefix=/usr/local/neon
With all that done the Subversion 1.5.4 install was smooth. Thanks again
-- View this message in context: http://www.nabble.com/Svn-co-%2B-Segmentation-Fault-%28core-dumped%29-tp23567307p23724387.html Sent from the Subversion Users mailing list archive at Nabble.com. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2353820 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-05-26 16:45:15 CEST |
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.