Re: svn on aix issue
From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Thu, 2 Apr 2009 22:10:51 +0400
Greetings, Jim Edlund!
JE> I downloaded this file: subversion-1.4.6-apache-python.tar.gz
JE> I installed it with this command (as root): gunzip -c
JE> I changed the owner and group of all files and directories: chown -R
JE> I logged in as a "normal" user.
JE> Set LIBPATH: export LIBPATH=$LIBPATH:/opt/subversion/lib
JE> Set PATH: export PATH=$PATH:/opt/subversion/bin
Here, if you want your subversion to pick proper libraries, try
export LIBPATH=/opt/subversion/lib:$LIBPATH
export PATH=/opt/subversion/bin:$PATH
Or (better) make sure you have only one set of APR libs in your system and
-- WBR, Andrey Repin (anrdaemon_at_freemail.ru) 02.04.2009, <22:08> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1522219 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-04-02 20:17:08 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.