iamandi / nanopb

Automatically exported from code.google.com/p/nanopb
zlib License
0 stars 0 forks source link

Version 0.3.2 Linux binary packages are missing files #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download 0.3.2 linux binaries on a computer without protobuf 2.6
2. Try to make in examples/simple
3. Observe error:
nanopb-0.3.2-linux-x86/generator-bin/protoc.bin: error while loading shared 
libraries: libprotobuf.so.9: cannot open shared object file: No such file or 
directory

Original issue reported on code.google.com by Petteri.Aimonen on 19 Feb 2015 at 6:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 651e97456b24.

Original comment by Petteri.Aimonen on 22 Feb 2015 at 1:32

GoogleCodeExporter commented 9 years ago
Fixed in newest dev builds:
http://lakka.kapsi.fi:50140/job/nanopb-binary-linux/

Original comment by Petteri.Aimonen on 22 Feb 2015 at 1:36

GoogleCodeExporter commented 9 years ago
With the newest dev build:

nanopb-0.3.2-15-g62a7e4f-linux-x86/generator-bin$ ./protoc --version
./protoc.bin: error while loading shared libraries: libstdc++.so.6: cannot open 
shared object file: No such file or directory

On my 64-bit install of Ubuntu I had to run:

sudo apt-get install lib32stdc++6

in order to get the binary to work. Maybe any libraries that are not statically 
linked should be listed as a dependency in the README?

Original comment by ben.kam...@synapse.com on 23 Mar 2015 at 8:34

GoogleCodeExporter commented 9 years ago
Maybe, or in general some note about needing 32 bit libs. Though should be 
possible to just make 64 bit builds also.

Original comment by Petteri.Aimonen on 24 Mar 2015 at 7:18

GoogleCodeExporter commented 9 years ago
Fix released in nanopb-0.3.3

Original comment by Petteri.Aimonen on 10 Apr 2015 at 6:06