After ./configure asterisk in centos I type make command but getting the following error
/usr/bin/ld: /usr/local/lib/liblua.a(lapi.o): relocation R_X86_64_32 against `luaO_nilobject_' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/liblua.a: could not read symbols: Bad value
./configure CFLAGS=-fPIC; make
instead. – user529758