[erlang-questions] ibrowse compile error
Tamas Nagy
tamas.nagy@REDACTED
Tue Feb 17 16:38:30 CET 2009
Hi!
The ucs application seem to depend on an older version of httpd_util
(pre R12).
Try to change httpd_util:to_lower/1 to string:to_lower/1 or use it
with an earlier version of erlang.
Regards,
Tamas
Tamas Nagy
Erlang Training & Consulting
http://www.erlang-consulting.com
On 17 Feb 2009, at 15:21, Yang Zhang wrote:
> Hi. All.
>
> I am trying to find a better httpclient library of Erlang.
>
> So I am trying ibrowse. But I got a compile error.
>
> make[3]: Entering directory `/home/scott/erlang/jungerl/lib/ucs/priv'
> erl -noshell -pa ../ebin -s ucs rebuild_database mibenum -s init stop
> ERROR: {undef,[{httpd_util,to_lower,["ANSI_X3.4-1968"]},
> {ucs_data_build,scan_name_line,1},
> {ucs_data_build,process_mibenum_data_file,1},
> {ucs_data_build,mibenum,1},
> {ucs_data,rebuild_database,2},
> {init,start_it,1},
> {init,start_em,1}]}make[3]: Leaving directory `/home/scott/erlang/
> jungerl/lib/ucs/priv'
> make[2]: Leaving directory `/home/scott/erlang/jungerl/lib/ucs'
>
> any idea?
>
>
> thanks.
>
> Regards.
>
> Scott
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list