Hello Cardano Crew,
I am facing some issues with my
AWS EC2 “Amazon Linux 2 AMI (HVM) - Kernel 5.10, SSD Volume Type” node with
cardano-node.service.
ERROR:
cardano-node.service - Cardano node service
Loaded: loaded (/etc/systemd/system/cardano-node.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Son 2022-01-09 22:04:17 UTC; 3s ago
Process: 4510 ExecStart=/bin/bash -c /home/ec2-user/relay2/startRelayNode2.sh (code=exited, status=127)
Main PID: 4510 (code=exited, status=127)
Jän 09 22:04:17 ip-172-31-30-120.us-west-2.compute.internal systemd[1]: cardano-node.service: main process exited, code=exited, status=127/n/a
Jän 09 22:04:17 ip-172-31-30-120.us-west-2.compute.internal systemd[1]: Unit cardano-node.service entered failed state.
Jän 09 22:04:17 ip-172-31-30-120.us-west-2.compute.internal systemd[1]: cardano-node.service failed.
journalctl -e -f -u cardano-node.service -->
/usr/local/bin/cardano-node: error while loading shared libraries: libsodium.so.23: cannot open shared object file: No such file or directory
I have set the follwing path in my .bashrc
PATH=/home/ec2-user/.local/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.cabal/bin:/home/ec2-user/.ghcup/bin:
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
and in ~/.bash_profile I have added:
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
test -f ~/.bashrc && source ~/.bashrc # --> only this line was added
if I run:
/bin/bash -c /home/ec2-user/relay2/startRelayNode2.sh
it works and tips get extended.
I am really at the end of my ideas.
I would kindly ask for some support.
Thx.
BTW: I think I have produced my first block today