I am running into issues with build on my MAC - OSX … the configure scripts
complaints about libapr-1 not present. I was able to find a workaround by
passing configure with —with-apr option. Looks like the script checks for
variable to be valid shell variable, if not it is rejected.

I was able workaround with having quotes and missing a “-“ for the variable

 ../configure -disable-python --disable-java
"-with-apr=/usr/local/Cellar/apr/1.5.2/libexec/“

the configure —help though suggests to use —with-apr

am I missing something here?

Thx

Reply via email to