Russell,
As I look into this, I'm more baffled. Basically, the 64-bit
support in the binary appears broken somehow. I'm working on a fix
but until then, you can force Apache to run in 32-bit mode like this:
sudo /usr/bin/arch -arch i386 /usr/sbin/httpd -D FOREGROUND
Using this will load the 32-bit i386 portion of the binary and it will
run as planned. While this is only an interim workaround, it should
help you continue to use the binary without any problems.
Take care,
Jeremy
On Fri, Aug 8, 2008 at 10:59 AM, Russell Hind <rhind_at_mac.com> wrote:
> Hi, I'm still having trouble using openCollabNet builds of subersion. I've
> got a Mac Mini that came pre-installed with OS X 10.5.2. I updated it to
> 10.5.4 using the combo updater and set its built-in apache to load the
> default subversion 1.4.4 included with OS X. This has been working fine.
>
> I've since tried to move to the openCollabNet builds so I can start hosting
> 1.5.x repositories. I installed the package which game me the
> /opt/subversion folder, replaced
>
> LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so
>
> with
>
> LoadModule dav_svn_module /opt/subversion/lib/svn-apache/mod_dav_svn.so
>
> but if I now do an
>
> apachectl -t
>
> I get the following error:
>
> httpd: Syntax error on line 484 of /private/etc/apache2/httpd.conf: Syntax
> error on line 2 of /private/etc/apache2/other/subversion.conf: Cannot load
> /opt/subversion/lib/svn-apache/mod_dav_svn.so into server:
> dlopen(/opt/subversion/lib/svn-apache/mod_dav_svn.so, 10): Symbol not found:
> _svn_atomic__init_once\n Referenced from:
> /opt/subversion/lib/libsvn_fs_base-1.0.dylib\n Expected in: flat
> namespace\n
>
> This a clean install of OS X straight from Apple. Apache works with the
> built-in svn-1.4.4 but not with the package from openCollabNet. Is there
> other configuration required to make this work?
>
> The 1.5.1 binaries (svn, svnadmin etc) all run fine, its just using
> mod_dav_svn that has trouble.
>
> Any help would be greatly appreciated.
>
> Cheers
>
> Russell
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-09 02:25:51 CEST