Replies: 3 comments 13 replies
|
Try with node v18 |
|
Freebsd support is currently broken, during build it tries to download swc-freebsd-x64-14.2.18 which does not exist. Looking upstream support in swc for freebsd has been deprecated: Is there a way this dependency could be avoided or be optional? |
|
This has taken me a lot of time, but here is my "steps" to get seerr working on freebsd linux jail/chroot:
The reasons for need for the docker container, is that for some reason building causes open file limit errors, even when the limit is 1000000000. This seems like a bug somewhere to me, but using the docker container seems to work albeit extremely hacky. I know this isn't a clear script, but I hope it is sufficient EDIT: it may be neccesarry to install sqlite via npm as well, I don't remember. But once you get there its not that difficult to debug I think |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I prefer to run all my services on FreeBSD jails.
I tried to build the project, but ran into what seems like sqlite3 dependency failure:
Any help is appreciated, or perhaps even official FreeBSD support would be greatly appreciated!
All reactions