Closed GoogleCodeExporter closed 9 years ago
This issue was updated by revision 651e97456b24.
Original comment by Petteri.Aimonen
on 22 Feb 2015 at 1:32
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
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
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
Fix released in nanopb-0.3.3
Original comment by Petteri.Aimonen
on 10 Apr 2015 at 6:06
Original issue reported on code.google.com by
Petteri.Aimonen
on 19 Feb 2015 at 6:16