Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 2042  / 2 Years ago, tue, november 23, 2021, 9:09:08

I am compiling erld, a program to run Erlang programs as a UNIX daemon, see



https://github.com/ShoreTel-Inc/erld/wiki



The make instructions which I followed are here:



https://github.com/ShoreTel-Inc/erld/blob/master/README



In the middle of the make step there is an error:



In file included from slay.c:25:0:
debug.h:41:6: warning: conflicting types for built-in
function ‘log’ [enabled by default]
slay.c:29:45: fatal error: proc/readproc.h: No such file or directory
compilation terminated.
make[1]: *** [erld-slay.o] Error 1
make[1]: Leaving directory `/home/ad/erld/c_src'
make: *** [all-recursive] Error 1


This is ubuntu 12.04 server 64:



$ uname -a
Linux lfe1 3.2.0-26-virtual #41-Ubuntu SMP Thu Jun 14 18:08:54 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux





I was not able to add the tag "erlang" to this question. Maybe someone with more points can do it.


More From » services

 Answers
6

Install libproc-dev Install libproc-dev



or run sudo apt-get install libproc-dev


[#36279] Wednesday, November 24, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arkcker

Total Points: 296
Total Questions: 111
Total Answers: 104

Location: Nepal
Member since Tue, Sep 8, 2020
4 Years ago
arkcker questions
Tue, Aug 17, 21, 00:08, 3 Years ago
Sun, May 14, 23, 01:04, 1 Year ago
Wed, Nov 16, 22, 03:12, 1 Year ago
Tue, Jun 1, 21, 01:29, 3 Years ago
;