Which ODBC and WX is needed?
Carl McDade
carlmcdade@REDACTED
Sun Jul 12 13:52:28 CEST 2009
Hi,
When compiling erlang on Mint Linux there is a check for Java , ODBC
and WX. I have installed Java. But I can't find the right the ODBC
and WX libraries. Which ones are needed?
packages to install:
sudo apt-get install build-essential libncurses5-dev m4
sudo apt-get install openssl libssl-dev
sudo apt-get install libsctp-dev freeglut3-dev libwxgtk2.8-dev g++
Download and extract Erlang R13B:
wget http://www.erlang.org/download/otp_src_R13B.tar.gz
tar -xzvf otp_src_R13B.tar.gz
cd otp_src_R13B
Then configure, compile and install.
./configure \
--enable-threads --enable-smp-support --enable-kernel-poll \
--enable-hipe --enable-sctp --prefix=/opt/erlang
make
sudo make install
for file in erl erlc epmd run_erl to_erl dialyzer typer escript; do
sudo ln -s /opt/erlang/lib/erlang/bin/$file /usr/bin/$file;
done
--
Carl McDade
Web developer
www.hiveminds.co.uk
________________________
More information about the erlang-questions
mailing list