Re: Build error w/ 2.2.31 and Fbsd10

2015-07-20 Thread Ruediger Pluem
Hmm, I don't see the line numbers of ssl_engine_dh.c in the the log matching with the ones of 2.2.31. And the log says somewhere above: Applying FreeBSD patches for apache22-2.2.31 Maybe a faulty patch to ssl_engine_dh.c that changed the DH code for FreeBSD before 2.2.31? Regards RĂ¼diger On

Re: Build error w/ 2.2.31 and Fbsd10

2015-07-20 Thread Rainer Jung
Am 20.07.2015 um 18:29 schrieb Jim Jagielski: Someone reported that 2.2.31 (w/ mod_ssl) doesn't build under FreeBSD 10: https://feld.me/freebsd/apache22-2.2.31.log I will try it out and see. It seems http://svnweb.freebsd.org/ports/head/www/apache22/ is still at 2.2.29 and people are

Re: Build error w/ 2.2.31 and Fbsd10

2015-07-20 Thread Andy Wang
http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/ssl/ssl_engine_dh.c?revision=1680916view=markup Line 80 static const unsigned char dh1024_p[] = { is in an #if 0 Line 113 is not static const unsigned char dh1024_p[] = { ssl_engine_dh.c:123:28: error: redefinition of 'dh1024_p'

Build error w/ 2.2.31 and Fbsd10

2015-07-20 Thread Jim Jagielski
Someone reported that 2.2.31 (w/ mod_ssl) doesn't build under FreeBSD 10: https://feld.me/freebsd/apache22-2.2.31.log I will try it out and see.