Ahoj,
skúšal som nainštalovať jeden program. Bol zabalený do .tar.gz, tak som ho rozbalil. Po rozbalení som vošiel do nového adresára a našiel súbor setup.py . Tak som mu pridal atribút spustenia a spustil som ho. Program mi nenainštaloval a do terminálu vypísal:Searching for platform OpenSSL.
Looking in /usr/local/ssl ...
Looking in /usr/contrib/ssl ...
Looking in /usr/lib/ssl ...
Looking in /usr/ssl ...
Looking in /usr/pkg ...
Looking in /usr/local ...
Looking in /usr ...
Looking in / ...
======================================================================
I need OpenSSL 0.9.7 or greater, and I couldn't find it anywhere that
I looked. If you installed it somewhere unusual, try setting the
variable OPENSSL_PREFIX as in:
make OPENSSL_PREFIX=/opt/openssl-0.9.7
If you have a nonstandard OpenSSL 0.9.7 installation, you may need to
give compiler flags directly, as in:
make OPENSSL_CFLAGS='-I ~/openssl-include' \
OPENSSL_LDFLAGS='-L ~/openssl-libs -lssl097 -lcrypto097'
If your C compiler knows where to find OpenSSL 0.9.7, and I should
just trust it, use the SKIP_OPENSSL_SEARCH option, as in:
make SKIP_OPENSSL_SEARCH="y"
Finally, if you don't have OpenSSL 0.9.7 and you don't want to install
it, you can grab and build a local copy for Mixminion only by running:
make download-openssl
make build-openssl
(then)
make
(Or, if you have the OpenSSL source somewhere else, use OPENSSL_SRC
as in:
make build-openssl OPENSSL_SRC=~/src/openssl-0.9.7
make OPENSSL_SRC=~/src/openssl-0.9.7
)
======================================================================
Čo s tým?