[erlang-questions] Making changes to the erlang libs

Wes James comptekki@REDACTED
Wed Jan 24 17:14:13 CET 2018


How is your initial erlang installed.  One way is to git clone the source,
git checkout the version you want to install, make your changes to the file
and then make, then rename /usr/local/lib/erlang to something else, then
sudo make install and the change should take effect.  killall epmd or any
other erlang apps that might be running, then start your app.

On Wed, Jan 24, 2018 at 8:14 AM, Frans Schneider <fchschneider@REDACTED>
wrote:

> Hi list,
>
> I want to make some changes to xmerl_xsd because I think there is a bug in
> there. I use kerl and made an installation with the latest 20.2 release.
> So, I thought I would just edit the source of xmerl_xsd where kerl
> installed the sources and use c(xmerl_xsd) to compile the thing, however
> nothing happens. I see the beam file getting a new time stamp after
> compiling but its size remains the same, so I assume it compiles using some
> other source file than the one I am editing.
>
> So, what is it I am doing wrong and what is the easiest way to make
> changes to library modules and do some experiments?
>
> Thanks,
>
> Frans
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180124/4c5c93f5/attachment.htm>


More information about the erlang-questions mailing list