Hi again,

sorry for flooding this list again, but i've worked around the problem by
rebuilding libapache2-mod-auth-mysql against libmysqlclient15 so
it-works-for-me now.

2 problems occured during "dpkg-buildpackage -uc -us -rfakeroot" (that's
how i compiled the package):

- it depended on apache-dev, although it build for apache2-dev too and i
  really did "apt-get source libapache2-mod-auth-mysql" before.
- although debian/rules is giving "--enable-apache2" to ./configure, it
looked
  for apxs and not apxs2. forcing via "--disable-apache13" does help.

it seems that --enable-apache2 did not unselect $buildapache13, because
this option is set to "yes" by default:

checking for mysql_init in -lmysqlclient... yes
DEBUG: "${enable_apache13+set}"
DEBUG: "${enable_apache2+set}" set
DEBUG: "${with_apxs+set}"
DEBUG: "x$buildapache13" xyes
DEBUG: x$buildapache2" xyes
configure: error: Apache extension helper apxs not found!

a simple patch[0] shows it all. strange though, that nobody could
reproduce #347878 :\

thanks,
Christian.

[0]http://www.nerdbynature.de/bits/sheep/libapache2-mod-auth-mysql/libapache2-mod-auth-mysql-4.3.9_debian.diff

-- 
make bzImage, not war



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to