works for me using apache-2.0.52-r1. The build produced a couple more warnings on amd64 than it does on x86; here are those that made me hesitate at first that the build was successfull: /usr/lib/apache2/build/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -march=athlon64 -O2 -frename-registers -fforce-addr -pipe -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apache2 -I/usr/include/apache2 -DAPACHE2 -c -o mod_auth_mysql.lo mod_auth_mysql.c && touch mod_auth_mysql.slo mod_auth_mysql.c: In function `get_mysql_pw': mod_auth_mysql.c:514: warning: cast to pointer from integer of different size mod_auth_mysql.c: In function `get_mysql_groups': mod_auth_mysql.c:594: warning: cast to pointer from integer of different size But this seems not fatal. Reproducible: Didn't try Steps to Reproduce:
i sticked 2.8.1 into testing
blubb: good that you didn't mark *this* ebuild for testing. Unfortunately, I discovered that an apache2 process segfaults during longer subversion check-outs using mod_dav_svn, and finaly I discovered that the newly compiled mod_auth_mysql was the reason! Sorry that I dod not update this issue earlier. (BTW, replacing mod_auth_mysql.so with one taken out of the Mandrake-10 precompiled package (x86_64) worked just fine.)