Andreas Schulze: > Robert Schetterer: > > > openssl 0.9.8j and Postfix 2.11.1. > > maybe a suboptimal mixture > > any hint's to build postfix + openssl-1.x on a system based on > openssl-0.9.x ??? I also avoided building openssl from source for > good reasons over the last years. > > But I'm open to try.
I have some success with installing OpenSSL in a different location (/opt/openssl-1.x.y) and pointing the Postfix CCARGS/AUXLIBS there. However, this may cause conflicts if you link Postfix with any libraries that were compiled against a different OpenSSL version (in my case, libldap). Wietse