Bug #1569
closedgcc mod_magnet.so: "relocation R_X86_64_32 cannot be used"
Description
Hello, I cannot compile lighttpd 1.4.18 with mod_magnet, due to the following error during make:
make | tee make.log 2>&1 make all-recursive make[1]: Entering directory `/installed-sources/lighttpd-1.4.18-with-lua' Making all in src make[2]: Entering directory `/installed-sources/lighttpd-1.4.18-with-lua/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lib\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF .deps/mod_flv_streaming.Tpo -c -o mod_flv_streaming.lo mod_flv_streaming.c mkdir .libs gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=\"/usr/local/lib\" -DSBIN_DIR=\"/usr/local/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF .deps/mod_flv_streaming.Tpo -c mod_flv_streaming.c -fPIC -DPIC -o .libs/mod_flv_streaming.o mv -f .deps/mod_flv_streaming.Tpo .deps/mod_flv_streaming.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined -L/usr/lib -L/usr -o mod_flv_streaming.la -rpath /usr/local/lib mod_flv_streaming.lo gcc -shared .libs/mod_flv_streaming.o -L/usr/lib -L/usr -Wl,-soname -Wl,mod_flv_streaming.so -o .libs/mod_flv_streaming.so creating mod_flv_streaming.la (cd .libs && rm -f mod_flv_streaming.la && ln -s ../mod_flv_streaming.la mod_flv_streaming.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lib\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_evasive.lo -MD -MP -MF .deps/mod_evasive.Tpo -c -o mod_evasive.lo mod_evasive.c gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=\"/usr/local/lib\" -DSBIN_DIR=\"/usr/local/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_evasive.lo -MD -MP -MF .deps/mod_evasive.Tpo -c mod_evasive.c -fPIC -DPIC -o .libs/mod_evasive.o mv -f .deps/mod_evasive.Tpo .deps/mod_evasive.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined -L/usr/lib -L/usr -o mod_evasive.la -rpath /usr/local/lib mod_evasive.lo gcc -shared .libs/mod_evasive.o -L/usr/lib -L/usr -Wl,-soname -Wl,mod_evasive.so -o .libs/mod_evasive.so creating mod_evasive.la (cd .libs && rm -f mod_evasive.la && ln -s ../mod_evasive.la mod_evasive.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lib\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_webdav_la-mod_webdav.lo -MD -MP -MF .deps/mod_webdav_la-mod_webdav.Tpo -c -o mod_webdav_la-mod_webdav.lo `test -f 'mod_webdav.c' || echo './'`mod_webdav.c gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=\"/usr/local/lib\" -DSBIN_DIR=\"/usr/local/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_webdav_la-mod_webdav.lo -MD -MP -MF .deps/mod_webdav_la-mod_webdav.Tpo -c mod_webdav.c -fPIC -DPIC -o .libs/mod_webdav_la-mod_webdav.o mod_webdav.c: In function 'webdav_delete_file': mod_webdav.c:536: warning: unused parameter 'p' mod_webdav.c: In function 'webdav_copy_file': mod_webdav.c:664: warning: unused parameter 'p' mod_webdav.c: In function 'webdav_has_lock': mod_webdav.c:1153: warning: unused parameter 'srv' mod_webdav.c:1153: warning: unused parameter 'con' mod_webdav.c:1153: warning: unused parameter 'p' mod_webdav.c:1153: warning: unused parameter 'uri' mv -f .deps/mod_webdav_la-mod_webdav.Tpo .deps/mod_webdav_la-mod_webdav.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined -L/usr/lib -L/usr -o mod_webdav.la -rpath /usr/local/lib mod_webdav_la-mod_webdav.lo gcc -shared .libs/mod_webdav_la-mod_webdav.o -L/usr/lib -L/usr -Wl,-soname -Wl,mod_webdav.so -o .libs/mod_webdav.so creating mod_webdav.la (cd .libs && rm -f mod_webdav.la && ln -s ../mod_webdav.la mod_webdav.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lib\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_magnet_la-mod_magnet.lo -MD -MP -MF .deps/mod_magnet_la-mod_magnet.Tpo -c -o mod_magnet_la-mod_magnet.lo `test -f 'mod_magnet.c' || echo './'`mod_magnet.c gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=\"/usr/local/lib\" -DSBIN_DIR=\"/usr/local/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_magnet_la-mod_magnet.lo -MD -MP -MF .deps/mod_magnet_la-mod_magnet.Tpo -c mod_magnet.c -fPIC -DPIC -o .libs/mod_magnet_la-mod_magnet.o mv -f .deps/mod_magnet_la-mod_magnet.Tpo .deps/mod_magnet_la-mod_magnet.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lib\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_magnet_la-mod_magnet_cache.lo -MD -MP -MF .deps/mod_magnet_la-mod_magnet_cache.Tpo -c -o mod_magnet_la-mod_magnet_cache.lo `test -f 'mod_magnet_cache.c' || echo './'`mod_magnet_cache.c gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=\"/usr/local/lib\" -DSBIN_DIR=\"/usr/local/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/usr/include -I/usr -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/usr/local/include -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_magnet_la-mod_magnet_cache.lo -MD -MP -MF .deps/mod_magnet_la-mod_magnet_cache.Tpo -c mod_magnet_cache.c -fPIC -DPIC -o .libs/mod_magnet_la-mod_magnet_cache.o mv -f .deps/mod_magnet_la-mod_magnet_cache.Tpo .deps/mod_magnet_la-mod_magnet_cache.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/local/include -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined -L/usr/lib -L/usr -o mod_magnet.la -rpath /usr/local/lib mod_magnet_la-mod_magnet.lo mod_magnet_la-mod_magnet_cache.lo -L/usr/local/lib -llua -lm -lm gcc -shared .libs/mod_magnet_la-mod_magnet.o .libs/mod_magnet_la-mod_magnet_cache.o -L/usr/lib -L/usr -L/usr/local/lib -llua -lm -Wl,-soname -Wl,mod_magnet.so -o .libs/mod_magnet.so /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 collect2: ld returned 1 exit status make[2]: *** [mod_magnet.la] Error 1 make[2]: Leaving directory `/installed-sources/lighttpd-1.4.18-with-lua/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/installed-sources/lighttpd-1.4.18-with-lua' make: *** [all] Error 2
My system is Ubuntu:
uname -a Linux tulse 2.6.15-26-amd64-generic #1 SMP PREEMPT Fri Sep 8 19:55:50 UTC 2006 x86_64 GNU/Linux
I'm not sure where the problem lies, at all. I believe I have all the required Lua packages from apt-get (5.0.2-5ubuntu1). I also tried with a source installation of Lua 5.1.3, but no change.
-- kumi
Updated by stbuehler about 17 years ago
I guess this is the error you got for the liblua you compiled yourself (as it is in /usr/local/lib) - and the linker wants you to compile that with -fPIC too
Are you sure you got the same error for the lib from liblua5.1-0-dev (at least that is the name in debian^^) ?
I think you need to specify the pkg-config name to ./configure:
./configure --with-lua=lua5.1
It is often a good idea to look at the source-packages from you distro to see how they compile it (debian/rules is the important file).
Updated by darix about 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
your liblua is compiled without -fPIC. recompile your lua and the problem will be gone. anyway this is not a valid lighttpd bug.
Also available in: Atom