php扩展和pb 编译的时候问题

/usr/bin/ld: /usr/local/lib/libprotobuf.a(common.o): relocation R_X86_64_32S against `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage@@GLIBCXX_3.4' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libprotobuf.a: could not read symbols: Bad value

collect2: ld returned 1 exit status


这个提示是说,pb编译的时候没有带 -fPIC。那么重新编译的时候应该这样:

./configure --prefix=/data/web_install/protobuf-2.4.1 CFLAGS=-fPIC CXXFLAGS=-fPIC --with-pic=PIC



重新再编译,ok了



php扩展编译的时候,其实是一个动态扩展调用静态的pb库问题。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值