-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated libgomp/zlib1g-dev solution and updated CLI command list
- Loading branch information
Showing
4 changed files
with
60 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# error while loading shared libraries: libgomp.so.1: No such file or directory | ||
# error while loading shared libraries: libz.so: No such file or directory | ||
|
||
When running `./verusd` on an ARM64 ubuntu 18, not all dependencies may be installed on default, resulting in the errormessage `error while loading shared libraries: libgomp.so.1: No such file or directory` or `error while loading shared libraries: libz.so: No such file or directory`. | ||
When running `./verusd` on a Linux distro (eg Debian or Devuan), not all dependencies may be installed by default, resulting in the errormessage `error while loading shared libraries: libgomp.so.1: No such file or directory` or `error while loading shared libraries: libz.so: No such file or directory`. | ||
|
||
To solve this you need to install the libgomp and zlib1g-dev libraries: | ||
`sudo apt-get install libgomp1 zlib1g-dev` | ||
|
||
Solution supplied by: _PureHate.vrsc@ & HobowithanOatbun@ | ||
Solution supplied by: Oink.vrsc@ | ||
|
||
Note: creation date 2021-02-05. | ||
Note: revision date 2021-12-01. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# error while loading shared libraries: libgomp.so.1: No such file or directory | ||
# error while loading shared libraries: libz.so: No such file or directory | ||
|
||
When running `./verusd` on a Linux distro (eg Debian or Devuan), not all dependencies may be installed by default, resulting in the errormessage `error while loading shared libraries: libgomp.so.1: No such file or directory`. | ||
When running `./verusd` on a Linux distro (eg Debian or Devuan), not all dependencies may be installed by default, resulting in the errormessage `error while loading shared libraries: libgomp.so.1: No such file or directory` or `error while loading shared libraries: libz.so: No such file or directory`. | ||
|
||
To solve this you need to install the libgomp library: | ||
`sudo apt-get install libgomp1` | ||
To solve this you need to install the libgomp and zlib1g-dev libraries: | ||
`sudo apt-get install libgomp1 zlib1g-dev` | ||
|
||
Solution supplied by: 0x03.vrsc@ | ||
Solution supplied by: Oink.vrsc@ | ||
|
||
Note: creation date 2020-02-12. | ||
Note: revision date 2021-12-01. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters