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

1.1.4 and 1.2.0 generate invalid apache modules on AIX

From: Kaleb Pederson <kpederson_at_mail.ewu.edu>
Date: 2005-05-23 22:35:35 CEST

Hello, I'm trying to get a subversion server up and running on AIX. Both
versions of Subversion compile fine, but both result in the same error with
the apache modules.

I have tested apache without the subversion modules, and it works fine. This
is what I'm seeing:

in httpd.conf:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

# apache starts fine if I comment out the above 2 lines...
bash-2.05b# ./apachectl start
Syntax error on line 13 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/modules/mod_dav_svn.so into server: Exec format
error

# the modules seem to be the correct type ??
bash-2.05b# file /usr/local/apache/modules/mod_*
/usr/local/apache/modules/mod_authz_svn.so: executable (RISC System/6000) or
object module not stripped
/usr/local/apache/modules/mod_dav_svn.so: executable (RISC System/6000) or
object module not stripped

# when I strace httpd starting up, I get the following, which doesn't seem
very useful.
...
kfcntl(2, F_GETFL, 0x00000000) = 67110914
kfcntl(2, F_GETFL, 0x00000000) = 67110914
__loadx(0x01070080, 0x2FF1A5C8, 0x00003E80, 0x20088718, 0x00000000) =
0x200AAA88
...
__loadx(0x0A000000, 0xD0A82D03, 0x2FF1A4E8, 0x2FF1A4EC, 0x2FF1A4F0) =
0x200B9418
__loadx(0x07080000, 0xD0A82D03, 0x0000001B, 0x200B8FCF, 0x00000000) =
0x200B9418
__unload(0x200AAA88) = 0
sbrk(0x00010010) = 0x200AA000
loadquery(1, 0x200AA010, 0x00001FF8) = 0
kwrite(2, " S y n t a x e r r o r".., 62) = 62
kwrite(2, " C a n n o t l o a d ".., 84) = 84
__loadx(0x04000000, 0x2FF206C0, 0x00002000, 0xF09C1EA8, 0x20090DA0) =
0x00000000
kfcntl(1, F_GETFL, 0x300172AF) = 67110914
kfcntl(2, F_GETFL, 0x300172AF) = 67110914
_exit(1)

Any and all suggestions appreciated.

Thanks.

--Kaleb

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 24 03:59:39 2005

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

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