Artison not starting on Pi5 64 bit (bookworm) #1450
glenmbaker
started this conversation in
General
Replies: 1 comment 1 reply
-
Huh. I did the obvious (since I really didn't have much on the Pi): re-flashed the OS, re-installed artisan, and presto! it's now working. Clearly user error, but it sure seems like I just did the same thing twice and it worked the second time :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a brand new Pi5 with a fresh bookworm install (64 bit). I've downloaded and installed the .deb package for this system, but when I try to start artisan I get ... nothing. Just an immediate return to a shell prompt. I can't see any logfiles anywhere, so in a fit of desparation I added a "set -x" in /usr/bin/artisan. It yields the following:
gbaker@moe:~ $ artisan
+++ dirname /usr/bin/artisan
++ cd /usr/bin
++ pwd
Right off the bat I notice a reference to /usr/lib/x86_64-linux-gnu/libwayland-client.so.0 which doesn't exist. Any clues as to where I should be looking?
Oh, and it looks like the exit code is 127 (echo $? after trying to launch artisan)
Beta Was this translation helpful? Give feedback.
All reactions