Status: New
Owner: ken...@google.com
Labels: Type-Defect Priority-Medium

New issue 213 by marco.tijuana: libprotobuf.so.6 not found after installation
http://code.google.com/p/protobuf/issues/detail?id=213

After an (apparently) successful installation, I get the following error:
$ protoc
protoc: error while loading shared libraries: libprotobuf.so.6: cannot open shared object file: No such file or directory


What steps will reproduce the problem?
1. make distclean
2. ./configure &> /home/marco/configure.log || echo "ERROR"
3. make &> /home/marco/make.log || echo "ERROR"
4. sudo make install &> /home/marco/install.log || echo "ERROR"

(output files attached)


All files seem to be in place:
$ls -la /usr/local/lib/libproto*
-rw-r--r-- 1 root root 13709948 Aug 20 11:31 /usr/local/lib/libprotobuf.a
-rwxr-xr-x 1 root root      960 Aug 20 11:31 /usr/local/lib/libprotobuf.la
-rw-r--r-- 1 root root 1770736 Aug 20 11:31 /usr/local/lib/libprotobuf-lite.a -rwxr-xr-x 1 root root 995 Aug 20 11:31 /usr/local/lib/libprotobuf-lite.la lrwxrwxrwx 1 root root 25 Aug 20 11:31 /usr/local/lib/libprotobuf-lite.so -> libprotobuf-lite.so.6.0.0 lrwxrwxrwx 1 root root 25 Aug 20 11:31 /usr/local/lib/libprotobuf-lite.so.6 -> libprotobuf-lite.so.6.0.0 -rwxr-xr-x 1 root root 882428 Aug 20 11:31 /usr/local/lib/libprotobuf-lite.so.6.0.0 lrwxrwxrwx 1 root root 20 Aug 20 11:31 /usr/local/lib/libprotobuf.so -> libprotobuf.so.6.0.0 lrwxrwxrwx 1 root root 20 Aug 20 11:31 /usr/local/lib/libprotobuf.so.6 -> libprotobuf.so.6.0.0 -rwxr-xr-x 1 root root 6190003 Aug 20 11:31 /usr/local/lib/libprotobuf.so.6.0.0
-rw-r--r-- 1 root root 11961690 Aug 20 11:31 /usr/local/lib/libprotoc.a
-rwxr-xr-x 1 root root      976 Aug 20 11:31 /usr/local/lib/libprotoc.la
lrwxrwxrwx 1 root root 18 Aug 20 11:31 /usr/local/lib/libprotoc.so -> libprotoc.so.6.0.0 lrwxrwxrwx 1 root root 18 Aug 20 11:31 /usr/local/lib/libprotoc.so.6 -> libprotoc.so.6.0.0 -rwxr-xr-x 1 root root 4695868 Aug 20 11:31 /usr/local/lib/libprotoc.so.6.0.0


What version of the product are you using? On what operating system?
protobuf-2.3.0 on Linux RedHat


Attachments:
        configure.log  10.8 KB
        install.log  15.0 KB
        make.log  68.6 KB

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to