When you run the configure script, you specify the destination directory with --prefix (and friends).
You can also try to install the files without being root, and see where the installation script fails to install the libraries (make -k install ...) BTW, make install swig-py is not equivalent to make install-swig-py In the first case, make attempts to build two distinct target, that is * install (builds then install svn client and server files and libraries) * swig-py (builds the Python wrappers, but does not install them) Cheers, Manu On 11/26/07, Lanny <[EMAIL PROTECTED]> wrote: > > I am trying to run on AIX 5.2. There is nothing like /usr/local/lib/ > svn-python - could you please give me a couple of file names I could > look for? Or is it simply the Python directory in /usr/local/lib ? As > I say, if you mention a couple of names I am looking for, I will try > to find it. > -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
