ShoreTel-Inc / erld

Erlang UNIX daemon wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS X 10.8.3 - missing `libproc`

ybogdanov opened this issue · comments

Hi,

./configure
checking for proc/readproc.h... no
checking for library containing readproctab... no
configure: error: Unable to find readproctab(). Make sure either libproc or libprocps is installed

Where can I find libproc to compile erld for OSX?
Thanks!

No idea, sorry. We don't use OSX, so any support for it in erld is purely coincidental :) You might try asking ericbmerritt, since he's submitted a patch a while back to fix some OSX compile warnings.

I hit this issue today too.