Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sugaroverflow/266e7f959fcee86dbee1 to your computer and use it in GitHub Desktop.
Save sugaroverflow/266e7f959fcee86dbee1 to your computer and use it in GitHub Desktop.
Installing python fails with openssl/crypto error
```
2016-03-16 13:00:55 -0400
make
depend
making depend in crypto...
make[1]: Entering directory `/tmp/openssl20160316-28192-ejd2rg/openssl-1.0.2g/crypto'
../util/domd: 31: ../util/domd: makedepend: not found
mv: cannot stat 'Makefile.new': No such file or directory
make[1]: *** [local_depend] Error 127
make[1]: Leaving directory `/tmp/openssl20160316-28192-ejd2rg/openssl-1.0.2g/crypto'
make: *** [depend] Error 1
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/linuxbrew
HEAD: 568ec29a1d30c7b480932c7c8acb82dde5895900
Last commit: 12 hours ago
HOMEBREW_PREFIX: /home/fatimak/.linuxbrew
HOMEBREW_REPOSITORY: /home/fatimak/.linuxbrew
HOMEBREW_CELLAR: /home/fatimak/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: dual-core 64-bit arrandale
Kernel: Linux 3.16.0-67-generic x86_64 GNU/Linux
OS: Ubuntu 14.04.3 LTS
Codename: trusty
OS glibc: 2.19
OS gcc: 4.8.4
Linuxbrew glibc: N/A
Linuxbrew gcc: 5.3.0
Clang: N/A
X11: 2.7.8 => /usr
System Ruby: 1.9.3-p484 => /usr/bin/ruby1.9.1
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1
Java: N/A
CC: /home/fatimak/.linuxbrew/bin/gcc-5 => /home/fatimak/.linuxbrew/Cellar/gcc/5.3.0/bin/gcc-5
CXX: /home/fatimak/.linuxbrew/bin/g++-5 => /home/fatimak/.linuxbrew/Cellar/gcc/5.3.0/bin/g++-5
OBJC: /home/fatimak/.linuxbrew/bin/gcc-5
OBJCXX: /home/fatimak/.linuxbrew/bin/g++-5
CFLAGS: -Os -w -pipe -march=core2
CXXFLAGS: -Os -w -pipe -march=core2
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment