On Feb 11, 2009, at 10:57, S. Cowles wrote:
> On Wed, 11 Feb 2009, Kay-Uwe Genz wrote:
>
>> I try to install the server of subversion on a OS X 10.4.11 client
>> (XCode 2.5)
>> and after the successfull 'make check' it stucks in the 'make
>> install' process.
>> I'm on the end of my experience and I need a little help here,
>> plaese.
>> This is my command sequence:
>>
>> ./configure --prefix=/usr/local \
>> --mandir=/usr/local/share/man --with-ssl \
>> --with-apxs=/usr/local/apache2/bin/apxs \
>> --with-zlib=/usr/ --enable-swig-bindings=no \
>> --without-berkeley-db --with-apr=/usr/local/apache2 \
>> --with-apr-util=/usr/local/apache2
>>
>> make
>> sudo make check
>> sudo make install
>>
>> And here the output from 'make install':
>>
>> ...
>>
>> /usr/bin/install -c -d /usr/local/bin
>> cd subversion/svn ; /bin/sh /tmp/subversion-1.5.5/libtool --
>> mode=install /usr/bin/install -c svn /usr/local/bin/svn
>> /usr/bin/install -c .libs/svn /usr/local/bin/svn
>> install: /usr/local/bin/svn: No such file or directory
>> make: *** [install-bin] Error 71
>
> have you verified that the directory /usr/local/bin is already
> existing?
> if it does not exist, invoke the command "mkdir -p /usr/local/bin" and
> then rerun "make install". on my system, the dir permissions for
> /usr/local/bin are 755, owned by the user running the installation.
True.
If you don't enjoy figuring out how to compile software on your own,
you may want to consider using MacPorts to install Subversion for
you. It takes care of lots of things for you, like knowing where to
download Subversion from, how to compile it, where to install it, how
to update it when new versions come out, how to uninstall it.
MacPorts is at http://macports.org
To install Subversion once you have MacPorts, type for example:
sudo port install subversion +mod_dav_svn +tools
This will install Subversion, and also apache2 and the mod_dav_svn
extension, and also some contributed and optional tools that may be
helpful.
If you have questions about MacPorts, you can ask on the macports-
users mailing list.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1140817
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-11 22:23:17 CET