<div dir="ltr">Hi all,<div><br></div><div>I am compiling strongswan-5.3.5 for freeBSD with the following option.I am able to make and install the library.</div><div><br></div><div>./configure --enable-kernel-pfkey --enable-kernel-pfroute --disable-kernel-netlink --disable-scripts --with-group=wheel --disable-gmp --enable-openssl --enable-vici --enable-swanctl<br></div><div><br></div><div><br></div><div>strongswan.conf file contains the URL for charon.vici as below</div><div>charon {<br></div><div><div>    load_modular = yes</div><div>    plugins {</div><div>        include strongswan.d/charon/*.conf</div><div>        vici {</div><div>           socket = unix:///var/run/charon.vici</div><div>        }</div><div>    }</div><div>}</div><div><br></div><div>include strongswan.d/*.conf</div></div><div><br></div><div>swanctl.conf contains the rules for PSK based authentication.</div><div><br></div><div>when I am executing swanctl --load-conns from /usr/local/etc, I am getting the error </div><div><br></div><div><div>root@lnxintux10:/usr/local/etc # swanctl --load-conns</div><div>connecting to 'unix:///var/run/charon.vici' failed: No such file or directory</div><div>Error: connecting to 'default' URI failed: No such file or directory</div><div>strongSwan 5.3.5 swanctl</div><div>usage:</div><div> swanctl --load-conns [--raw|--pretty]</div><div>      --help       (-h)  show usage information</div><div>      --raw       (-r)  dump raw response message</div><div>      --pretty      (-P)  dump raw response message in pretty print</div><div>      --debug      (-v)  set debug level, default: 1</div><div>      --options     (-+)  read command line options from file</div><div>      --uri       (-u)  service URI to connect to</div></div><div><br></div><div><br></div><div>Please can any one help me to understand what I am missing here.</div><div><br></div><div>Regards</div><div>Jayalakshmi</div><div><br></div></div>