我迁移到64位Ubuntu,现在我无法编译我的扩展。在32位它工作得很好。有人知道什么是问题吗?谢谢。我有这个错误报告。
$ make
g++ -shared -o extension.so main.o -lphpcpp -lpqxx -lpq -fPIC
/usr/bin/ld: //usr/local/lib/libpqxx.a(connection_base.o):
relocation R_X86_64_32 against `_ZN4pqxx17broken_connectionD1Ev'
can not be used when making a shared object; recompile with -fPIC
//usr/local/lib/libpqxx.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make: *** [extension.so] Error 1