Re: Header vs library version...

2005-11-03 Thread Christopher Fowler
I think --with-ssl-dir is meant for the development directory that includes the headers. But I guess I'm wrong. >From INSTALL: --with-ssl-dir=DIR allows you to specify where your OpenSSL libraries are installed. On Thu, 2005-11-03 at 18:09 -0500, Edward Carr wrote: > But I explicitly told it to

Re: Header vs library version...

2005-11-03 Thread Edward Carr
But I explicitly told it to use the libraries in /opt/openssl ... I am new to MAC and OS X, but I have been compiling apps in Solaris for some time and when I tell it to use a specific set of libraries it does, regardless of what else is installed in the system. I cannot believe that is the reason

Re: Header vs library version...

2005-11-03 Thread Christopher Fowler
What is going on is that in /usr/lib you have OpenSSL 0.9.7g libraries installed. You are telling configure that you want it to use the headers in /opt/openssl which are 0.9.7i. configure checks to make sure that the libraries it will link into the application are the same version as the headers