[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 us...@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/