-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release binary launch failure: missing dependencies #3
Comments
The plot thickens! I am actually able to run the /usr/bin/ps3netsrv command directly and it runs fine, so that would make me think this is a service configuration issue of some kind? Anyways, at least it isn't a coding/build issue, but just an environment setup issue. I was able to run it via direct command line and have it be seen on webman/mm/etc., so any advice for how to resolve this might be useful for anyone who encounters this same issue. |
I'll check this bug this weekend |
Thanks so much! I am thinking it's likely in the service script in etc/init.d, since I do have a fine time running it directly via command line or setting up a custom script to run it. Just the init.d script doesn't seem to be working on my environment. Environment: OpenWrt 22.03.5, r20134-5f15225c1e on Netgear NightHawk XR500 |
I tested it but it works. I'm not very skilled with linux, so I always setup it using LUCI, without dealing with init.d script. |
I'm using the latest v22 (stable) of OpenWRT on an XR500 using the latest a15_neon-vfpv4 release binary (as appropriate for the XR500), and am running into a dependency issue upon service launch. Here is the attached logread:
I'm looking around on how to resolve it but it's probably just a missing library. Not quite sure what all libraries I could try loading up to see if it works, or if "jail" is the specific library in question.
The text was updated successfully, but these errors were encountered: