Re: creating Linux "portable" x64 binary

2019-02-22 Thread Paul Zillmann
Hello Juan, unfortunately is it not possible to static link the glibc. You can try static link another libc like musl-libc [1]. Should there be any problems compiling OpenSSL with musl-libc, take a look at the packages from Alpine Linux [2], they are using musl as their standard libc. You sho

[openssl-users] Wiki misleading Enc

2018-10-06 Thread Paul Zillmann
Hello, the wiki page [1] is wrong about the pass parameter. According to [2] the parameter for a keyfile is -pass file:path and not -pass pass:path - Paul 1: https://wiki.openssl.org/index.php/Enc 2: https://www.openssl.org/docs/man1.0.2/apps/openssl.html -- openssl-users mailing list To unsu