[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Config 2.1.25 - won't find ssl.h



export CPPFLAGS="-I/usr/local/ssl/include" and
export CPPFLAGS="-L/usr/local/ssl/lib"

Sorry about that.

Thomas Gagné wrote:

My opensll is installed into /usr/local/ssl/, but I seem unable to convince configure to find /usr/local/ssl/opensll/ssl.h. I've looked at configure's switches and I don't see an option to add /usr/local/ssl to the C preprocessor's list of include directories.

Is there a trick I'm missing? Or maybe a configure option not displaying?