[gem5-users] Re: Error in loading libprotobuf9

2023-04-08 Thread Brian Chan via gem5-users
That means the file is not on the server. The first email I sent has the url to the ubuntu package archive, you can find all arch packages under https://launchpad.net/ubuntu/+source/protobuf/2.6.1-1 which you can select arch under the *Builds *title. Ponda, Esha Ashish 于2023年4月9日周日 01:17写道: > So

[gem5-users] Re: Error in loading libprotobuf9

2023-04-08 Thread Ponda, Esha Ashish via gem5-users
So I went to the debian archives to get libprotobuf9, since it was not available in the repository which I have on my system. I used the command: wget http://ftp.us.debian.org/debian/pool/main/p/protobuf/libprotobuf9_2.6.1-1+deb8u1_amd64.deb But it is showing the following error: [cid:b2206b82-

[gem5-users] Re: Error in loading libprotobuf9

2023-04-08 Thread Brian Chan via gem5-users
What do you mean by you tried debian packages archive but it is not working? This package is not compatible with your system? Or after installing the package your gem5 still has something wrong? I notice that you are using command `apt-get` which means that the amd64 .deb package should work for yo