<p dir="ltr">whereis erl<br>
whence erl<br>
Or some command like that should tell you where it is.</p>
<div class="gmail_quote">On May 6, 2014 4:03 PM,  <<a href="mailto:lloyd@writersglen.com">lloyd@writersglen.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I've been working my way up the Erlang learning curve for several years now quite cheerfully--- coding, installing, compiling, uninstalling, etc. But over the past several days my attempts to install n2o/samples have thrown crash dumps at the very last stages of compilation.<br>

<br>
Thinking the problem may be an hardware, OS, or Erlang installation issue, I moved to another box running Debian Wheezy. But on this box installation of rebar fails in the ./bootstrap step.  Moved to second Debian box--- same issue.<br>

<br>
The only common denominator is and upgrade of Ubuntu to 14.04 on box one and installation of Erlang under kerl on all three boxes.<br>
<br>
Been at this all day trying to get to the root of the problem. Decided to go back to basics and COMPLETELY uninstall Erlang, rebar, and kerl from the first Debian box and reinstall Erlang and rebar from scratch.<br>
<br>
But here's the mystery:<br>
<br>
lloyd@Intrepid:~$ sudo apt-get --purge remove 'erlang*'<br>
lloyd@Intrepid:~$ sudo dpkg-query -l 'erlang*'<br>
dpkg-query: no packages found matching erlang*<br>
lloyd@Intrepid:~$ sudo dpkg-query -l kerl<br>
dpkg-query: no packages found matching kerl<br>
lloyd@Intrepid:~$ sudo dpkg-query -l rebar<br>
dpkg-query: no packages found matching rebar<br>
lloyd@Intrepid:~$ cd .kerl<br>
bash: cd: .kerl: No such file or directory<br>
lloyd@Intrepid:~$ whereis erlang<br>
erlang:<br>
lloyd@Intrepid:~$ whereis rebar<br>
rebar:<br>
lloyd@Intrepid:~$ whereis kerl<br>
kerl:<br>
lloyd@Intrepid:~$ cd /usr/local/bin<br>
lloyd@Intrepid:/usr/local/bin$ ls -l<br>
total 0<br>
lloyd@Intrepid:~$ cd ~<br>
lloyd@Intrepid:~$ erl<br>
Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:2:2] [async-threads:10] [hipe] [kernel-poll:false]<br>
<br>
Eshell V6.0  (abort with ^G)<br>
1><br>
<br>
Yikes! After all that house-cleaning, erl still runs!<br>
<br>
So my question: In which dark corner of my directory tree is erl still lurking?<br>
<br>
Bonus question: Am I being a stupid dunderhead at somewhere along the line or my computers IPIO (Inate Perversion of Inanimate Objects) deamons?<br>
<br>
Help!<br>
<br>
Many thanks,<br>
<br>
LRP<br>
<br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>