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

Re: svn aix subversion-1.5.4 issue

From: Peter Samuelson <peter_at_p12n.org>
Date: Fri, 28 May 2010 08:44:58 -0500

[Morales, Pedro]
> Getting the following error after install svn 1.5.4 on aix server:
> Just running "svn help":
> Could not load program svn:
> Dependent module libsvn_client-1.so could not be loaded.
> Could not load module libsvn_client-1.so.

This is a Subversion usage question, not a Subversion development
question, so it belongs on users_at_subversion.apache.org.

But it's really a building stuff on AIX question. AIX 4.1 had a
decidedly weird way of handling shared libraries and finding them at
runtime, and AIX 4.3 had the same but they added a more ELF-like mode
you could use instead if you wanted. Where AIX 5.1 went from there I
do not know.

But in any case, you need to build Subversion so that it knows where to
find the libraries it will need, such as libsvn_client-1. How to do
this depends on whether you're using xlc or gcc, the system linker or
GNU binutils, and probably depends on your version of AIX.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
Received on 2010-05-28 15:45:37 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.