Davide Perone

Results 5 comments of Davide Perone

> Hi there, > > Are you trying to build Apache with `mod_tls` using the `rustls-ffi` backend? > > The rustls crate doesn't use pkg-config to my knowledge so I...

> What exactly is the configure command line and what is the error you are seeing? > > `rustls-ffi` had its last release on Nov 14, 2021, and with that...

> I've moved this issue to the rustls-ffi repository. > > Here's the snippet from the linked apache.txt: > > ``` > checking whether to enable mod_tls... checking dependencies >...

after i've run this command on httpd source code without having error anymore **./configure --enable-ssl --enable-so --with-mpm=event --with-included-apr --prefix=/etc/httpd** i've tried to build up latest apache version with command **make...