Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Last active March 30, 2017 19:05
Show Gist options
  • Save nanusdad/02bf0b813a02506d72b0e3cda45689fd to your computer and use it in GitHub Desktop.
Save nanusdad/02bf0b813a02506d72b0e3cda45689fd to your computer and use it in GitHub Desktop.
Building with openssl

Commandline:

make dclean
make clean
./config --openssldir=/home/locallinux/lib/openssl no-zlib no-shared
make depend
make test
make all
make install

z-lib compression and shared runtime not needed, thus disabled.

Specs:

Previous OpenSSL version: 1.0.2h Trying to compile: OpenSSL 1.0.2l

$ uname -a
Linux locallinux 3.2.0-4-amd64 #1 SMP Debian 3.2.84-1 x86_64 GNU/L

$ cat /proc/version
Linux version 3.2.0-4-amd64 ([email protected]) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.84-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment