Im trying to install a php extension that is written in c and make use of mongodb c driver. I have been trying for the last 2 days to compile and install the extension however im getting the same error.
/usr/bin/ld: /usr/local/lib/libmongoc.a(bson.o): relocation R_X86_64_32S against `bson_numstrs' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libmongoc.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [thaps.la] Error 1
The full log can be found at pastbin : http://pastebin.com/iqpqHYpm
The extension im trying to install is at bitbucket: https://bitbucket.org/heinep/thaps
Im using php 5.4 with zend 2.4 apache 2.2 mongodb c driver v0.5 ubuntu 12.04 64bits