[asterisk-dev] Error compile asterisk 11

Giuseppe Longo giuseppelng at gmail.com
Wed Aug 29 10:23:59 CDT 2012


Ok, now it's work.
This is the fix:

go to the lua directory
nano -w src/Makefile

find the line:
CFLAGS= -O2 -Wall $(MYCFLAGS)

and change to
CFLAGS= -O2 -Wall -fPIC $(MYCFLAGS

recompile lua:

make clean
make linux
make install

go to asterisk directory, and make ;)



More information about the asterisk-dev mailing list