I am using Red Hat Linux. I have followed the below steps:
1. I have downloaded the erlang package un der /saurabh directory.
2. Then did un-tar of ‘otp_src_R13B04.tar.gz’. Now from ‘/saurabh/otp_src_R13B04’ ran command ‘./configure’. It did someting. Attached is the file ‘erlangInstall.txt’ (in Attachememt.zip) which lists the ./configure process. Below warning observed:
configure: WARNING: No odbc library found skipping odbc
configure: WARNING: “ODBC library - link check failed”
configure: WARNING:
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
‘wx-config—libs’ or ‘wx-config—static—libs’ command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 2.8.4 or above.
configure: WARNING: No ‘fop’ command found: the documentation can not be built
configure: WARNING: Could not find any usable java compiler, will skip: jinterface
3. Now did un-tar of ‘tsung-1.3.1.tar.gz’.
4. Then from ‘/saurabh/tsung-1.3.1’ folder ran ‘./congure’. It showed following output:
[root@AUT-LIN-IMASR1 tsung-1.3.1]# ./configure
checking for sed… /bin/sed
checking for erlc… no
checking for erl… no
checking for prefix by checking for erl… no
checking for erlc… erlc
checking for erl… erl
checking for Erlang/OTP root directory… configure: error: in `/saurabh/tsung-1.3.1’:
configure: error: test Erlang program execution failed
See `config.log’ for more details.[/color]
