Skip to content
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

On OpenBSD, bind network address failed with error: Address family not supported by protocol family (47) #15

Open
zamronypj opened this issue Dec 9, 2020 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@zamronypj
Copy link
Member

zamronypj commented Dec 9, 2020

Description

When Fano Framework web application run as daemon server on OpenBSD, it fails to bind to network address.
Message: Bind failed on 127.0.0.1:20477, error: Address family not supported by protocol family (47)

Step to reproduce

Generate Fano web application project on OpenBSD. Compile and run

$ ./bin/app.cgi
Starting application at 127.0.0.1:20477
Fail to bind socket.
Exception: ESockBind
Message: Bind failed on 127.0.0.1:20477, error: Address family not supported by protocol family (47)
@zamronypj
Copy link
Member Author

It is related to Free Pascal bug report 0038188.

@zamronypj zamronypj added the bug Something isn't working label Dec 9, 2020
@zamronypj zamronypj self-assigned this Dec 9, 2020
@zamronypj zamronypj pinned this issue Dec 14, 2020
@zamronypj zamronypj changed the title Message: Bind failed on 127.0.0.1:20477, error: Address family not supported by protocol family (47) on OpenBSD On OpenBSD, bind network address failed with error: Address family not supported by protocol family (47) Feb 19, 2021
@zamronypj zamronypj added the help wanted Extra attention is needed label Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant