LINUX下编译安装PROTOBUF

如果出现错误: protoc: error while loading shared libraries: libprotobuf.so.0: cannot open shared object file: No such file or directory The issue is that Ubuntu 8.04 doesn't include /usr/local/lib in library paths.

To fix it for your current terminal session, just type in export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib



Previous     Next
Ntkrnl /
Published under (CC) BY-NC-SA in categories linux  程序  tagged with linux  protobuf