View Single Post
  #1 (permalink)  
Old 02-19-2003
dthomson dthomson is offline
Registered User
 
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 34
OpenSSLPluginI.cpp doesn't compile against OpenSSL 0.97a

Hi,

Once again, I'm aware that you specified 0.96, but the chances that I'm going to download and maintain different versions for different applications are small. So, until there's absolutely no choice, I'm going to keep trying against the latest versions of things.

Anyway, for some odd reason, OpenSSL seemes to have changed the e_os.h file to e_os2.h, causing this error:

Code:
c++ -c -I.. -I/usr/local/ssl/include  -I../../include  -I/home/derekt/e2fsprogs-1.32/lib -g -ftemplate-depth-128 -fPIC -Wall OpenSSLPluginI.cpp
OpenSSLPluginI.cpp:35:26: openssl/e_os.h: No such file or directory
Yes, it's annoying that OpenSSL did this, but there it is.

Regards,
Derek.

PS I am not a crackpot.
Reply With Quote