Tuesday, September 03, 2013

linux: apache 2.4.6 apr not found

got apr not found when compiling apache 2.4.6

to fix:

download apr and apr-util from http://apr.apache.org/
extract apr and apr-util and place in ./scrlib/apr and ./scrlib/apr-util respectively

configure http with --with-included-apr

(http://stackoverflow.com/questions/9436860/apache-httpd-setup-and-installation)

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...