システムにインストールされているライブラリとは独立して移動できる、完全に自己完結型の OTP を構築しようとしています。
次のように、ソースから OpenSSL 1.0.0d をビルドします。
./config --prefix=<open-ssl-dir>
make
make install
次に、OTP R14B03:
./configure --prefix=<erlang-dir> --with-ssl=<open-ssl-dir> --without-termcap
Make of Erlang は次のように失敗します。
relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used when making a shared object; recompile with -fPIC
Ubuntu 10.04 について話しています。どんな助けでも大歓迎です-ありがとう!