Hi, I want to install grpc. First, I need to install protobuf. Since I do not have root permission ./configure --prefix=/home/guo.1384/xiayang/protobuf. "/home/guo.1384/" is my home. Then I “make install” . I checked /home/guo.1384/xiayang/protobuf/bin, it shows:
[guo.1384@head bin]$ ls -a . .. protoc I set up lib directory in LD_LIBRARY_PATH and bin dir in PATH. I think something is wrong now. Then I want to build grpc. I use "make -j 28 prefix=/home/guo.1384/xiayang/bin/grpc". Then it shows: protoc: error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory Could you please help me a little bit? Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
