On Wed, Jan 07, 2009 at 03:42:45PM -0500, Michael Prescott wrote: > Is there any way to tell whether my resin auto-detected the location of > OpenSSL > installed on my Linux system, as described here: > http://caucho.com/resin/doc/resin-security.xtp#openssl > > I'd rather not re-run .configure if it's not necessary. > > Any tips would be appreciated!
If you look in config.log and see that SSL_LIBS has '-lssl -lcrypto' or something similar, that should do it. Why wouldn't you want to rerun configure? Emil ============================================================ Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[email protected] http://blog.caucho.com/ Caucho: Reliable Open Source --> Resin: application server --> Quercus: PHP in Java --> BAM: lightweight high-speed messaging _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
