Accidentally Compiled Asterisk without cURL, What Now?

Hi All,

I recently re-compiled Asterisk without cURL. I tried re-compiling again with cURL but it will not reinstall.

image

Does anyone have any idea on what could be going on here? Is there a way to re-add cURL without re-compiling?

Cheers,
natejw

You have to recompile.

You need to use the CLI “module load” command, so that you see the error messages you get, or look for them in the log, from the start up.

Typical reasons for failing to load are:

  • Errors in modules.conf;
  • Errors in the .conf files used by that module;
  • Compiled against the wrong version of Asterisk;
  • Missing shared libraries (although these will normally get found at ./configure and make menuconfig time).

I fixed it.
All in all it was just missing from modules.conf.

natejw.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.