00:37:54 does it even work on anything 64-bit (that's far enough back that maybe the answer is 'no') ? 00:57:17 jbk: i believe it's more on the side of x86-64 than not, but right on the threshold yeah 00:57:56 ipd makes sense though, i'll put one up 04:08:39 re. fipe: i've written an ipd - https://github.com/illumos/ipd/pull/27 . if i've not missed anything obvious i figure i'll mail developer@ .. well, maybe this week isn't the best :) 14:40:46 is someone running propolis in omnios? 14:47:39 I'm getting pkg install library/security/openssl-11 14:48:07 I'm sorry I'm getting error error: failed to run custom build command for `openssl-sys v0.9.103` 20:24:18 is there no better log than that? 20:25:21 hoping maybe it makes it more obvious what failed 20:29:30 "custom build command" is probably from build.rs when building openssl-sys, there's probably a cc or ld invocation and error just above that 20:59:37 neirac: Do you have pkg-config installed? 20:59:59 It will have said something about why it failed, FWIW 21:07:13 pkg-config sounds like something I have forgotten and rust stuff needed, fwiw 21:10:24 Yeah I think it's (not unreasonably) how many *-sys crates locate the libraries in question when building wrappers