On Mon, Oct 13, 2014 at 09:57:31AM +0100, Michael Tautschnig wrote:
> apxs2 -c mod_auth_radius-2.0.c
> /usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable-static 
> x86_64-linux-gnu-gcc -std=gnu99 -prefer-pic -pipe -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security  
> -D_FORTIFY_SOURCE=2   -DLINUX -D_REENTRANT -D_GNU_SOURCE  -pthread  
> -I/usr/include/apache2  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0 
> -I/usr/include  -c -o mod_auth_radius-2.0.lo mod_auth_radius-2.0.c && touch 
> mod_auth_radius-2.0.slo
> mod_auth_radius-2.0.c:291:25: fatal error: openssl/md5.h: No such file or 
> directory

Interesting. Previously, this would never happen because the dependency
chain went like this:

Build-Depends: apache2-dev
= apache2-threaded-dev
 + Depends: libaprutil1-dev
   + Depends: libpq-dev
     + Depends: libssl-dev

But since #757140 was fixed a couple of days ago, libaprutil1-dev no longer
depends on libpq-dev, and this problem became apparent.

However, mod_auth_radius-2.0.c doesn't actually seem to use anything from
/usr/include/openssl/md5.h, and if the #include is removed, it builds fine.

Can you confirm that?

-- 
     2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to