problem with linking openssl for mailsend

Joshua Root jmr at macports.org
Wed Jun 17 22:39:36 UTC 2020


On 2020-6-18 08:15 , macports at parvis.nl wrote:
> ./configure --with-openssl=/usr
> not using macports but apple this results in 
> ./mailsend -V
> mailsend Version: @(#) mailsend v1.19
> Not Compiled OpenSSL, some auth methods will be unavailable

You didn't say what OS version you are on, but there are no headers in
/usr/include any more on recent ones. It's all in the SDK.

> ./configure --with-openssl /opt/local --with-openssl-includes
> /opt/local/include/openssl --with-openssl-libraries /opt/local/lib
> make clean && make
> ./mailsend -V
> mailsend Version: @(#) mailsend v1.19
> Not Compiled OpenSSL, some auth methods will be unavailable
> 
> otool -L mailsend
> mailsend:
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
> 1252.50.4)
> 
> any suggestions?

Show (via a pastebin) the configure results, preferably config.log if
there is one.

- Josh


More information about the macports-dev mailing list