[erlang-questions] ibrowse compile error
Robert Raschke
rtrlists@REDACTED
Tue Feb 17 16:41:05 CET 2009
2009/2/17 Yang Zhang <getyourcontacts@REDACTED>:
> 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'
Not sure which version of Erlang you're using, but in R12B it looks
like there's no httpd_util:to_lower/1, but there is a
string:to_lower/1. So you could replace the call in
ucs_data_build:scan_name_line/1 perhaps?
Robby
More information about the erlang-questions
mailing list