Re: OpenSSL 0.9.7a and versioning issues

2003-02-20 Thread Jeffrey Altman
That is how current versions of the software work. You can of course hack the code and remove the checks on your system if you would like. I do not predict what the future may hold. Phil Howard wrote: On Thu, Feb 20, 2003 at 06:17:02PM -0500, Jeffrey Altman wrote: | OpenSSH and C-Kermit both

Re: OpenSSL 0.9.7a and versioning issues

2003-02-20 Thread Phil Howard
On Thu, Feb 20, 2003 at 06:17:02PM -0500, Jeffrey Altman wrote: | OpenSSH and C-Kermit both perform checks of the version string of the | library versus the version string of the headers the program was | compiled with. This is done to ensure that the OpenSSL header constants | and APIs used t

Re: OpenSSL 0.9.7a and versioning issues

2003-02-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 20 Feb 2003 17:10:28 -0600, Phil Howard <[EMAIL PROTECTED]> said: phil-openssl-users> On Thu, Feb 20, 2003 at 12:23:40PM +0100, Richard Levitte - VMS Whacker wrote: phil-openssl-users> phil-openssl-users> | phil-openssl-users> What I had to do to get aroun

Re: OpenSSL 0.9.7a and versioning issues

2003-02-20 Thread Jeffrey Altman
OpenSSH and C-Kermit both perform checks of the version string of the library versus the version string of the headers the program was compiled with. This is done to ensure that the OpenSSL header constants and APIs used to build the program match those in the library. Both products must be ei

Re: OpenSSL 0.9.7a and versioning issues

2003-02-20 Thread Phil Howard
On Thu, Feb 20, 2003 at 12:23:40PM +0100, Richard Levitte - VMS Whacker wrote: | phil-openssl-users> What I had to do to get around the problem was to | phil-openssl-users> build critical programs like OpenSSH statically so | phil-openssl-users> they had no dependency on the shared library. | | T