|
Re: Failed to save config from Admin-Panel
Also I forgot to mention that I have launched EVerest previously as required for the serve launch.
Also I forgot to mention that I have launched EVerest previously as required for the serve launch.
|
By
Lerca Cristian Andrei
·
#327
·
|
|
Failed to save config from Admin-Panel
Hello, I won't waste anyone's time as the Admin-Panel is in beta but as it is starting to look very promising I wanted to know whether if this is a known issue or not, or if I made some sort of
Hello, I won't waste anyone's time as the Admin-Panel is in beta but as it is starting to look very promising I wanted to know whether if this is a known issue or not, or if I made some sort of
|
By
Lerca Cristian Andrei
·
#326
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi,
Error:
./manager: error while loading shared libraries: libboost_program_options.so.1.74.0: can not open shared object file: No such file or directory
Issue diagnose :
Issue seems configured
Hi,
Error:
./manager: error while loading shared libraries: libboost_program_options.so.1.74.0: can not open shared object file: No such file or directory
Issue diagnose :
Issue seems configured
|
By
Anita Mahale
·
#325
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Dear Anton,
I verified that the Raspberry Pi already has the libboost-program-options library installed.
Regards,
Anita
Dear Anton,
I verified that the Raspberry Pi already has the libboost-program-options library installed.
Regards,
Anita
|
By
Anita Mahale
·
#324
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Dear Anita,
the error message states, that the libboost_program_options library can't be found. Could you try the following command
apt search libboost-program-options
and check its output. I guess
Dear Anita,
the error message states, that the libboost_program_options library can't be found. Could you try the following command
apt search libboost-program-options
and check its output. I guess
|
By
Anton Wöllert
·
#323
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi Julian,
First, I emptied the build-cross and CPM caches. and then recompiled and copied the binaries.
but on a Raspberry Pi, when I execute Everest Manager, this does not work for me.
Again, I
Hi Julian,
First, I emptied the build-cross and CPM caches. and then recompiled and copied the binaries.
but on a Raspberry Pi, when I execute Everest Manager, this does not work for me.
Again, I
|
By
Anita Mahale
·
#322
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi Anita,
probably emptying the entire build-cross folder and your CPM cache could help in this case:
rm -rf ~/checkout/everest-workspace/everest-core/build-cross/*
rm -rf ~/.cache/CPM
And then
Hi Anita,
probably emptying the entire build-cross folder and your CPM cache could help in this case:
rm -rf ~/checkout/everest-workspace/everest-core/build-cross/*
rm -rf ~/.cache/CPM
And then
|
By
julian.raedel@...
·
#321
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi Julian,
Yes I am sure, I copied the correct binaries from ~/checkout/everest-workspace/everest-core/build-cross/dist/home/anita/everest/* to Raspberry Pi /home/anita/everest location.
I used the
Hi Julian,
Yes I am sure, I copied the correct binaries from ~/checkout/everest-workspace/everest-core/build-cross/dist/home/anita/everest/* to Raspberry Pi /home/anita/everest location.
I used the
|
By
Anita Mahale
·
#320
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi Anita,
can you make sure you transferred the correct binaries to your Pi and not older ones from previous compilation ?
The newly compiled ones should be rsynced from the location on your Ubuntu
Hi Anita,
can you make sure you transferred the correct binaries to your Pi and not older ones from previous compilation ?
The newly compiled ones should be rsynced from the location on your Ubuntu
|
By
julian.raedel@...
·
#319
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi Julian,
As per your reply, I recompiled the binary files but my problem is not solved.
To compile binary files I follow the below procedure,
cd ~/checkout/everest-workspace/everest-core
cmake
Hi Julian,
As per your reply, I recompiled the binary files but my problem is not solved.
To compile binary files I follow the below procedure,
cd ~/checkout/everest-workspace/everest-core
cmake
|
By
Anita Mahale
·
#318
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi Anita,
the error occurs due to a wrong path to the config file. You missed the two dots ".." before /everest/etc/... .
However I did forget to mention, that you need to modify the
Hi Anita,
the error occurs due to a wrong path to the config file. You missed the two dots ".." before /everest/etc/... .
However I did forget to mention, that you need to modify the
|
By
julian.raedel@...
·
#317
·
|
|
Upcoming Events
#cal-summary
EVerest Discussion Upcoming Events EVerest Weekly Tech Sync
When:
Tuesday, April 25, 2023, 10:00am to 11:00am
(GMT+02:00) Europe/Berlin
Organizer:
EVerest Discussion Upcoming Events EVerest Weekly Tech Sync
When:
Tuesday, April 25, 2023, 10:00am to 11:00am
(GMT+02:00) Europe/Berlin
Organizer:
|
By
Group Notification <noreply@...>
·
#316
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi Julian,
Thank you so much for your reply. As per your reply, I reflashed the SD card with a new image that is 2023-02-21-raspios-bullseye-arm64.img.
then I copied the binary files into
Hi Julian,
Thank you so much for your reply. As per your reply, I reflashed the SD card with a new image that is 2023-02-21-raspios-bullseye-arm64.img.
then I copied the binary files into
|
By
Anita Mahale
·
#315
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi Anita,
In order to try EVerest on a vanilla raspios bullseye, the best way would be to simply copy over the contents of your build-cross/dist/* to any location of a freshly imaged SD card, e.g.
Hi Anita,
In order to try EVerest on a vanilla raspios bullseye, the best way would be to simply copy over the contents of your build-cross/dist/* to any location of a freshly imaged SD card, e.g.
|
By
julian.raedel@...
·
#314
·
|
|
Re: Issues new user first setup
Hi,
it looks like you are missing the package `pkg-config`
`sudo apt install pkg-config` might help.
Kind regards
Julian
Hi,
it looks like you are missing the package `pkg-config`
`sudo apt install pkg-config` might help.
Kind regards
Julian
|
By
julian.raedel@...
·
#313
·
|
|
Issues new user first setup
Hello Everyone,
I am trying to do the first setup and followed the manual to build on Ubuntu 20.04.
First I had an issue and that was solved with a post I found here with the 509 error.
When do the
Hello Everyone,
I am trying to do the first setup and followed the manual to build on Ubuntu 20.04.
First I had an issue and that was solved with a post I found here with the 509 error.
When do the
|
By
tom@...
·
#312
·
|
|
Re: Blocks Joining Issue in Everest Admin Panel
Hi,
I set up the cross compile environment in Ubuntu and the build-cross/dist/ binaries are successfully created in everest-core.
then first I write 2023-02-21-raspios-bullseye-arm64.img into the
Hi,
I set up the cross compile environment in Ubuntu and the build-cross/dist/ binaries are successfully created in everest-core.
then first I write 2023-02-21-raspios-bullseye-arm64.img into the
|
By
Anita Mahale
·
#311
·
|
|
Re: Issue @ building EVerest on RPi
Hello Cornelius,
The issue was with the SD card acting weird and not upgrading the dependencies with new versions. I tried running the set up with a new SD card and everything worked well and built
Hello Cornelius,
The issue was with the SD card acting weird and not upgrading the dependencies with new versions. I tried running the set up with a new SD card and everything worked well and built
|
By
abrahamthomas5500@...
·
#310
·
|
|
Re: Issue @ building EVerest on RPi
Hi,
What is your boost version? Maybe it is too old.
Best
Cornelius
<abrahamthomas5500@...> schrieb am Mo., 17. Apr. 2023, 13:11:
Hi,
What is your boost version? Maybe it is too old.
Best
Cornelius
<abrahamthomas5500@...> schrieb am Mo., 17. Apr. 2023, 13:11:
|
By
Cornelius Claussen
·
#309
·
|
|
Re: Issue @ building EVerest on RPi
Hello Anton,
Thank you for your message. The issue was solved by updating the pyopenssl and the cmake .. completes.
But I have an error in the make install at [18%] with showing two errors at Building
Hello Anton,
Thank you for your message. The issue was solved by updating the pyopenssl and the cmake .. completes.
But I have an error in the make install at [18%] with showing two errors at Building
|
By
abrahamthomas5500@...
·
#308
·
|