On OpenBSD 4.8, I could not install Plone 4.0.3 even though 4.0.2 with patches was working very well.
In the install.sh file for 4.0.3, I noticed if [ "$HAVE_LIBSSL" != "yes" ] || [ "$HAVE_OPENSSL_SSL_H" != "yes" ] && [ "$WITHOUT_SSL" != '1' ] ; then I am wondering if it should be an && instead of ||. Changing || to && allowed me to install Plone 4.0.3 on OpenBSD. Please let me know if this was the right way to do it. Thanks very much, Vijay -- Vijay Sankar [email protected] Phone: 204 885 9535 _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/setup
