jetti777Ltd / mochiweb

Automatically exported from code.google.com/p/mochiweb
Other
0 stars 0 forks source link

new_mochiweb error #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run scripts/new_mochiweb.erl newproj

What is the expected output? What do you see instead?

escript: exception error: undefined function re:replace/4
  in function  mochiweb_skel:skelcopy/4
  in call from mochiweb_skel:skelcopy/2

What version of the product are you using? On what operating system?

svn At revision 102.

Please provide any additional information below.

Erlang (BEAM) emulator version 5.6.3 [source] [64-bit] [smp:8] [async-
threads:0] [kernel-poll:false]

Eshell V5.6.3  (abort with ^G)

1> code:get_path().
[".","/usr/lib/erlang/lib/kernel-2.12.3/ebin",
 "/usr/lib/erlang/lib/stdlib-1.15.3/ebin",
 "/usr/lib/erlang/lib/xmerl-1.1.9/ebin",
 "/usr/lib/erlang/lib/webtool-0.8.3.2/ebin",
 "/usr/lib/erlang/lib/typer-0.1.3/ebin",
 "/usr/lib/erlang/lib/tv-2.1.4.2/ebin",
 "/usr/lib/erlang/lib/tools-2.6.1/ebin",
 "/usr/lib/erlang/lib/toolbar-1.3.0.1/ebin",
 "/usr/lib/erlang/lib/test_server-3.2.2/ebin",
 "/usr/lib/erlang/lib/syntax_tools-1.5.5/ebin",
 "/usr/lib/erlang/lib/ssl-3.9/ebin",
 "/usr/lib/erlang/lib/ssh-0.9.9.6/ebin",
 "/usr/lib/erlang/lib/snmp-4.11/ebin",
 "/usr/lib/erlang/lib/sasl-2.1.5.3/ebin",
 "/usr/lib/erlang/lib/runtime_tools-1.7.2/ebin",
 "/usr/lib/erlang/lib/pman-2.6/ebin",
 "/usr/lib/erlang/lib/pgsql/ebin",
 "/usr/lib/erlang/lib/percept-0.7.2/ebin",
 "/usr/lib/erlang/lib/parsetools-1.4.5/ebin",
 "/usr/lib/erlang/lib/otp_mibs-1.0.4.1/ebin",
 "/usr/lib/erlang/lib/os_mon-2.1.6/ebin",
 "/usr/lib/erlang/lib/orber-3.6.9/ebin",
 "/usr/lib/erlang/lib/odbc-2.10.2/ebin",
 "/usr/lib/erlang/lib/observer-0.9.7.4/ebin",
 "/usr/lib/erlang/lib/mnesia-4.4.3/ebin",
 "/usr/lib/erlang/lib/megaco-3.8/ebin",
 "/usr/lib/erlang/lib/inviso-0.6/ebin",
 [...]|...]

Original issue reported on code.google.com by dvar...@gmail.com on 28 Jul 2009 at 9:33

GoogleCodeExporter commented 8 years ago
seems like upgrading to the latest version of erlang fixes the problem

Original comment by carlo.ca...@gmail.com on 30 Aug 2009 at 7:44

GoogleCodeExporter commented 8 years ago
Thx, it`s cure.

Original comment by dvar...@gmail.com on 30 Aug 2009 at 7:50

GoogleCodeExporter commented 8 years ago

Original comment by bob.ippo...@gmail.com on 30 Aug 2009 at 8:26