[erlang-questions] How to install yaws on local erlang installation
Claes Wikstrom
klacke@REDACTED
Thu May 28 21:27:56 CEST 2009
>> configure:1935: result: no
>> configure:2010: error: Broken Erlang installation, does not exist!
>>
>> Any advice is appreciated.
>>
Just make sure you have 'erl' in your path when you execute
the ./configure --prefix=/foo/bra command
Then configure will pick up the erl found in the path.
So either
$ export PATH=/path/to/erl:$PATH
$ ./configure
or
$ PATH=/path/to/erl:$PATH ./configure
works
/klacke
More information about the erlang-questions
mailing list