Open arcanumbridge opened 6 months ago
FreeBSD isn't supported yet. That would be nice (and not to hard) to have support for it, but AFAIK the project has never been tested on this OS and we don't have a CI for it.
We'll be glad to accept patch adding proper FreeBSD support, we also accept sponsorships to implement proper FreeBDD support :)
Understood. That's what I'm trying to do. If you have any pointers on where to start looking regarding this error that would be helpful.
I would first try to compile without relying on xcaddy
(which is known to sometimes cause weird issues).
These instructions should work on FreeBSD (but I never tried).
Already tried that. Compiles just fine. Same error on execute, I used a modified version of the command: CGO_CFLAGS="$(php-config --includes) -I${LOCALBASE}/include" CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" go build
What happened?
I'm getting the following error while trying to run frankenphp on FreeBSD 14.0 amd64/x86_64. I've built PHP with the flags for linux listed in compile.md and have used xcaddy to build the frankenphp binary.
Build Type
Custom (tell us more in the description)
Worker Mode
No
Operating System
Other (tell us more in the description)
CPU Architecture
x86_64
PHP configuration
Relevant log output
No response