harvard-acc / gem5-aladdin

End-to-end SoC simulation: integrating the gem5 system simulator with the Aladdin accelerator simulator.
BSD 3-Clause "New" or "Revised" License
210 stars 59 forks source link

error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory #29

Open 0user1 opened 3 years ago

0user1 commented 3 years ago

Hi Sam,

I am getting the following error with the latest version of gem5-Aladdin docker file:

/workspace/gem5-aladdin/src/aladdin/../../build/X86_MESI_Two_Level_aladdin/gem5.opt: error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory

Please suggest what needs to be done.

Thanks in advance.

xyzsam commented 3 years ago

Odd. Did you have any issues building gem5? Did scons find the protobuf library? It'll say close to the top whether libprotobuf was found or not.