OpenSSLPluginI.cpp doesn't compile against OpenSSL 0.97a

in Bug Reports
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:
Yes, it's annoying that OpenSSL did this, but there it is.
Regards,
Derek.
PS I am not a crackpot.
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:
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.
0
Comments
OpenSSL 0.9.6 installs it properly, so I've switched to that. So, if anyone else strikes this, that's what it is.
Regards,
Derek.
I think it's safe to assume that the next Ice release will support the latest stable releases of the packages we depend on.
I see that there's a security release of OpenSSL (0.96i). Did you use this version successfully?
That's possible, yet it seems strange that e_os2.h is still installed. I think it would be worth taking up with the OpenSSL team, it seems like a mistake to me.
In an ideal world, that would be nice. However I understand that when you depend on a few other packages, it starts to become difficult to keep up. Especially when they make controversial or sweeping changes ...
That's what I'm using now. It seems to work fine. The demos are building now ...