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

Problem with AIX 5300-11-01-0944

From: Ronnie Burns <ronnie_at_pidi.com>
Date: Mon, 2 Nov 2009 13:07:43 +0000

Hello,

I'm running my Subversion server on AIX and last Saturday I decided to update my server to the latest IBM fix pack, 5300-11-01-0944. I was upgrading from version 5300-09-02-0849 where everything was running fine.

Once I installed this fix pack and rebooted, I noticed that 'svnserve' was not running. I tried to start it manually and got a 'Segmentation Fault'. I then tried to run just a 'svn' command and got the message to ' Type 'svn help' for usage'. I tried that and got another Segmentation Fault.

I then proceeded to download the 1.6.6 version, rebuilt it and still, Segmentation Fault. Next, I downloaded the latest apr and apr-util. Rebuilt those and then Subversion and still got the same error.

At this point I decided to rollback my latest fix pack. After doing that and as I expected, Subversion started, 'svn -help' works and I'm back in business.

Can you let me know why I cannot run Subversion with the latest IBM patches?

Here's what my config script looks like:

-----------------------------------------------------------------------------------------------------------------------
cd /usr/local/subversion-1.6.6
#
export LD_LIBRARY_PATH=/usr/local/bdb45/lib
export LDFLAGS="-lpthread"
#
./configure --with-apr=/usr/local/apr \
            --with-apr-util=/usr/local/apr \
            --without-apxs
# --with-apxs=/usr/local/apache2/bin/apxs
-----------------------------------------------------------------------------------------------------------------------

If you need any more information, just let me know.

Thanks,

Ronnie Burns
Public Interest Data, Inc.
(703)683-9500 x119

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413761

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-02 14:44:14 CET

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.