While the changes to m4/nut_check_libssl.m4 have improved detection of OpenSSL on Solaris, it breaks on platforms that did not have pkg-config from the vendor. -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
On Sat, Feb 13, 2010 at 4:09 PM, Tim Rice <tim at multitalents.net> wrote:> > While the changes to m4/nut_check_libssl.m4 have improved detection > of OpenSSL on Solaris, it breaks on platforms that did not have > pkg-config from the vendor.Can you elaborate on the latter case? Are the libraries in /usr/lib or some other place that gets checked by default, or are you passing in certain options to ./configure to specify the location? -- - Charles Lepple
Citeren Tim Rice <tim op multitalents.net>:> While the changes to m4/nut_check_libssl.m4 have improved detection > of OpenSSL on Solaris, it breaks on platforms that did not have > pkg-config from the vendor.I'd be happy to add additional autoconf magic if people complain that this doesn't work for them anymore. But note that the SSL support is still a largely undocumented feature. It isn't mentioned in the sample configuration files either, so I question if this is a widely used thing anyway. We'll see. Best regards, Arjen -- Please keep list traffic on the list
On Sat, 13 Feb 2010, Charles Lepple wrote:> On Sat, Feb 13, 2010 at 4:09 PM, Tim Rice <tim at multitalents.net> wrote: > > > > While the changes to m4/nut_check_libssl.m4 have improved detection > > of OpenSSL on Solaris, it breaks on platforms that did not have > > pkg-config from the vendor. > > Can you elaborate on the latter case? Are the libraries in /usr/lib or > some other place that gets checked by default, or are you passing in > certain options to ./configure to specify the location?The libraries are in /usr/lib. It looks like nut_check_libssl.m4 relies only on pkg-config -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
Citeren Tim Rice <tim op multitalents.net>:>> Which platform is this? > > UnixWare 7.1.4Add to Buildbot wishlist: - Solaris - UnixWare Many of the warnings/errors spotted recently by these systems have been in the code for ages already. Best regards, Arjen -- Please keep list traffic on the list
On Feb 16, 2010, at 3:52 AM, Arjen de Korte wrote:> Citeren Tim Rice <tim at multitalents.net>: > >>> Which platform is this? >> >> UnixWare 7.1.4 > > Add to Buildbot wishlist: > > - Solaris > - UnixWareAbout a year ago, I experimented with running OpenSolaris in a a virtual environment. Unfortunately, neither of my desktop machines have hardware virtualization support, so performance was abysmal. I wonder if there are any cross-compilation targets we could use to test some of the word-size assumptions. Also, we could add in some static analysis tools.