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 <epon...@gatech.edu> 于2023年4月9日周日 01:17写道:

> 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:
>
>
>
> Is there any other respository or link I could use to download libprotbuf9?
> ------------------------------
> *From:* Brian Chan <asd1366464...@gmail.com>
> *Sent:* 08 April 2023 08:21
> *To:* Ponda, Esha Ashish <epon...@gatech.edu>
> *Cc:* m...@cs.umass.edu <m...@cs.umass.edu>; The gem5 Users mailing list <
> gem5-users@gem5.org>
> *Subject:* Re: [gem5-users] Re: Error in loading libprotobuf9
>
> 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 you unless your computer arch is not amd64. If you
> installed the package successfully then the libprotobuf.so.9 should be
> under the directory /usr/lib/x86_64-linux-gnu, and you should export the
> path to your PATH environment variable.
>
> Ponda, Esha Ashish <epon...@gatech.edu> 于2023年4月8日周六 09:25写道:
>
> Does anyone know a repository from which I can get libprotobuf9? I tried
> debian packages archive but it is not working.
>
> Thank you,
> Esha
> ------------------------------
> *From:* Brian Chan <asd1366464...@gmail.com>
> *Sent:* 06 April 2023 00:12
> *To:* m...@cs.umass.edu <m...@cs.umass.edu>
> *Cc:* The gem5 Users mailing list <gem5-users@gem5.org>; Ponda, Esha
> Ashish <epon...@gatech.edu>
> *Subject:* Re: [gem5-users] Re: Error in loading libprotobuf9
>
> consider install libprotobuf9 deb package and export using command  export
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/libprotobuf9
>
> Eliot Moss <m...@cs.umass.edu> 于2023年4月6日周四 01:41写道:
>
> On 4/5/2023 1:25 PM, Ponda, Esha Ashish via gem5-users wrote:
> > I tried to look into it and found that my OS has libprotobuf17 installed
> >
> >
> >
> > ./build/ARM/gem5.opt configs/example/arm/starter_se.py --cpu="minor"
> > tests/test-progs/hello/bin/arm/linux/hello
> >
> > I am trying to run the above command and getting the following error:
> >
> >
> >
> > Any suggestions on what I can do to avoid getting the above error?
>
> I wonder if you have updated your OS *after* building gem5.  Maybe
> a rebuild of gem5 will cause it to pick up the current version of
> libprotobuf?
>
> Best - EM
>
>
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to