Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自分でUbuntuサーバーffserverにインストールし、デフォルトの構成で実行しようとすると、次のエラーが発生します:
bind (ポート 8090): プロトコルでサポートされていないアドレス ファミリ
アドレス(8082、8083)を変更しようとしましたが、うまくいきません:(
何か提案はありますか?
アドレス ファミリは、IPv4 の場合は AF_INET、IPv6 の場合は AF_INET6 にする必要があります。address 構造体の sin_family メンバーに有効な値が割り当てられていないようです。これをチェックしてください。