getting error "recompile with -fPIC"

Bilal picture Bilal · Feb 26, 2013 · Viewed 7.3k times · Source

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

Answer

Bilal picture Bilal · Mar 15, 2013

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.