I’m Not Able To Install Asterisk In AWS Cloud
Hi folks,
I’m not able to install asterisk whenever I hit make command I get below error:
make[1]: *** No rule to make target `../main/modules.link’, needed by
`asterisk’. Stop. make: *** [main] Error 2
Regards Akhilesh
10 thoughts on - I’m Not Able To Install Asterisk In AWS Cloud
Just guessing. Did you call “./configure”?
jg
yes I called
Read the config.log file to know for which dependency it failed.
Does `../main/modules.link’ exist after running ./configure?
–
yes modules.link is existing in pbx/modules.link.
The below error make[1]: *** No rule to make target `../main/modules.link’, needed by
`asterisk’. Stop. make: *** [main] Error 2
may be due problem in settings/configuration, double check these and try again
Hi Akhilesh,
Here is another fix,
getting the error, that: make[1]: *** No rule to make target
`../main/modules.link’, needed by `asterisk’. Stop. make: *** [main] Error
2 when compile asterisk
To get around this, just delete following line in file makeopts.embed_rules
EMBED_LDSCRIPTS+=../main/modules.link
Source: http://showmyroutes.com/wordpress/?p=500
Sincerely,
M azhar
http://www.nicacresults.com
Did you do make menuselect and saved the options ?
Mitul
Hi Ajahar,
I tried your solution it is working.Thanks a lot man.
Regards Akhilesh
Two conclusions:
1. Why would you use module embedding? I don’t think this gives you any benefits on a system with a proper linker.
2. When you ask a question about a failed build, please include something closer to a full build log. Specifically, a few more lines of context before the actual error.
—
Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com
—