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
I resolved the problem. I was compiling on 64 bit platform, but /usr/local/lib/liblua.a is 32 bit. so I just disable it make menuselect.