https://bz.apache.org/bugzilla/show_bug.cgi?id=58437
--- Comment #15 from Stefan Eissing <[email protected]> --- What I use is something like: ./configure --prefix=/opt/apache-trunk --enable-mpms-shared=all --with-included-apr --with-crypto --enable-ssl --enable-maintainer-mode --with-ssl=/opt/apache-trunk --enable-h2 --with-nghttp2=/opt/apache-trunk/ which for you might translate to ./configure --prefix=/opt/apache-trunk --enable-mpms-shared=all --with-crypto --enable-ssl --with-ssl=/usr --enable-h2 --with-nghttp2=/home/sysadmin/Apache_mod_h2/downloads/nghttp2-1.3.2/lib/.libs/libnghttp2.so.14 Of course, you might not need the enable-moms-shared=all if you know what you want. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
