Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Tue 22 Jun '21 6:30 Post subject: |
|
|
I tried building with it back at alpha5 I think and ran into problems. Last I read httpd project knows about them but I have not tried again. Maybe I'll try tomorrow. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Wed 23 Jun '21 12:26 Post subject: |
|
|
Same build process as 1.1 ?
New directives/settings? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 23 Jun '21 16:10 Post subject: |
|
|
I did not read the install file to see if there were any during configure. I did a standard 1.1 build.
I was just happy httpd would now build with 3.0 without the missing symbol error I had when I tried during the alphas. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 26 Jun '21 8:55 Post subject: |
|
|
admin wrote: | Same build process as 1.1 ?
New directives/settings? |
Did anything change in mod_ssl? Otherwise I think only internal commands could have changed like SSLOpenSSLConfCmd |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Thu 01 Jul '21 22:07 Post subject: |
|
|
Quickly looking over svn log messages from recently modified files in mod_ssl trunk & 2.4 nothing stood out that I could see. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Thu 09 Sep '21 22:42 Post subject: |
|
|
Well, that was short lived.
There only one other beta before yesterday's GA release of Openssl 3.0.0 that I had not tried to compile.
Apache 2.4.49-rc1 & OpenSSL 3.0.0
error LNK2019: unresolved external symbol ERR_GET_FUNC referenced in function ssl_init_server_certs
Code: | else if ((SSL_CTX_use_PrivateKey_file(mctx->ssl_ctx, keyfile,
SSL_FILETYPE_PEM) < 1)
&& (ERR_GET_FUNC(ERR_peek_last_error())
!= X509_F_X509_CHECK_PRIVATE_KEY)) {
|
I was sad not being able to have the combo up and running today |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 10 Sep '21 0:53 Post subject: |
|
|
It's not an OpenSSL issue.
Just needs backporting r1891138 from trunk. Then it builds and works just fine.
https://polaris.possessed.us:8443/
I did mention it on the "release roll soon?" thread of the httpd mailing list.
On an OT side note, Jansson 2.14 was released today. |
|
Back to top |
|