<p>Thanks.</p><p>I thing I am using      R12B-5. </p><p>Here is my erl shell output when it start.</p><p>Erlang (BEAM) emulator version 5.6.5 [source] [smp:2] [async-threads:0] [hipe] [kernel-poll:false]<br><br>Eshell V5.6.5  (abort with ^G).</p>
<p></p><p></p><p>I tried replace httpd_util:to_lower with string:to_lower and now it complies ok.<br></p><p></p><p>Thanks for all your help.</p><p></p><p>Regards.</p><p>Scott</p><br><div class="gmail_quote">On Tue, Feb 17, 2009 at 11:41 PM, Robert Raschke <span dir="ltr"><<a href="mailto:rtrlists@googlemail.com">rtrlists@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">2009/2/17 Yang Zhang <<a href="mailto:getyourcontacts@gmail.com">getyourcontacts@gmail.com</a>>:<br>

</div><div class="Ih2E3d">> So I am trying ibrowse. But I got a compile error.<br>
><br>
> make[3]: Entering directory `/home/scott/erlang/jungerl/lib/ucs/priv'<br>
> erl -noshell -pa ../ebin -s ucs rebuild_database mibenum -s init stop<br>
> ERROR: {undef,[{httpd_util,to_lower,["ANSI_X3.4-1968"]},<br>
>   {ucs_data_build,scan_name_line,1},<br>
>   {ucs_data_build,process_mibenum_data_file,1},<br>
>   {ucs_data_build,mibenum,1},<br>
>   {ucs_data,rebuild_database,2},<br>
>   {init,start_it,1},<br>
>   {init,start_em,1}]}make[3]: Leaving directory<br>
> `/home/scott/erlang/jungerl/lib/ucs/priv'<br>
> make[2]: Leaving directory `/home/scott/erlang/jungerl/lib/ucs'<br>
<br>
</div>Not sure which version of Erlang you're using, but in R12B it looks<br>
like there's no httpd_util:to_lower/1, but there is a<br>
string:to_lower/1. So you could replace the call in<br>
ucs_data_build:scan_name_line/1 perhaps?<br>
<br>
Robby<br>
</blockquote></div><br>