<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <pre wrap="">Hi all.
With very little Linux knowledge but determination to setup my own IKEv2 vpn server I've dived in to Strongswan setup.
First installed it from Ubuntu repos with apt get and got it working. But, then, wanted to use latest version so built and installed from the source which installed fine but I have failed to configure (I was probably trying to change configuration files from Ubuntu repo version) 

Anyways, I have deiced to go back to Ubuntu version and got it working again and manually deleted ipsec folder under /usr/local/libexec/

Unfortunately now, when I enter 

<u><i>ipsec statusall</i></u> in terminal I get:

<b><i>/usr/local/sbin/ipsec: 235: /usr/local/sbin/ipsec: /usr/local/libexec/ipsec/stroke: not found</i></b>


Everything works fine when i enter <i>/usr/sbin/ipsec statusall</i>

<i>whereis ipsec</i> gives me the following
<b><i>ipsec: /usr/sbin/ipsec /usr/lib/ipsec /etc/ipsec.conf /etc/ipsec.secrets /etc/ipsec.d /usr/local/sbin/ipsec /usr/local/etc/ipsec.conf /usr/local/etc/ipsec.secrets /usr/local/etc/ipsec.d /usr/local/lib/ipsec /usr/libexec/ipsec /usr/share/man/man8/ipsec.8.gz</i></b><b><i>
</i></b>

How can I remove remove residue left from installation of the source version and make sure ipsec command runs  usr/sbin/ipsec? I suspect /usr/libexec/ipsec stuff is from left over from the source installation

I have tried make uninstall but it didn't remove anything

Thanks
</pre>
  </body>
</html>