cc -shared -o src/fastcgi/lfcgi.so src/fastcgi/lfcgi.c -lfcgi
/usr/bin/ld: /tmp/ccRkuTV8.o: relocation R_X86_64_32 against `.rodata' can not
be used when making a shared object; recompile with -fPIC
/tmp/ccRkuTV8.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make: *** [src/fastcgi/lfcgi.so] Error 1
Thankfully it seems to have been a simple fix. Can this (or something else
which might fix the problem) be made into a bugfix release for linux distro
packagers?
The error I was getting before was
Thankfully it seems to have been a simple fix. Can this (or something else which might fix the problem) be made into a bugfix release for linux distro packagers?