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

Subversion on AIX

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 12 Oct 2010 13:41:15 -0400

We are trying to get a Subversion install on an IBM AIX box we have
here. Unfortunately, I really don't have root access to the box, and I
know that our admins will probably not be very helpful in this
endeavor.

I do have gcc version 4.0.0, but I don't have the APR library. We
don't plan to use Apache httpd, but just svnserve instead.

I downloaded the Universal AIX tarball (only 1.4, but I'd be happy
with anything now), and had problems since it was tarred up at the
root of the directory. I used pax to untar the file, so I could put it
under something besides /opts. The files are placed under /home/david.

$ LIBPATH=/home/david/subversion/opt/subversion/lib:$LIBPATH
$ ./svn
exec(): 0509-036 Cannot load program ./svn because of the following errors:
        0509-022 Cannot load module
/home/david/subversion/opt/subversion/lib/libsvn_client-1.so.
        0509-150 Dependent module /opt/subversion/lib/libsvn_wc-1.so
could not be loaded.
        0509-022 Cannot load module /opt/subversion/lib/libsvn_wc-1.so.
        0509-026 System error: A file or directory in the path name
does not exist.
        0509-022 Cannot load module svn.
        0509-150 Dependent module
/home/david/subversion/opt/subversion/lib/libsvn_client-1.so could not
be loaded.
        0509-022 Cannot load module .

Any ideas at this point?

-- 
David Weintraub
qazwart_at_gmail.com
Received on 2010-10-12 19:41:53 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.