0

我迁移到 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
4

0 回答 0