You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several problems that one can encounter when trying to install the library on Mac OSX 10.13.x or higher.
Autoconf
It is not enough to do brew install autoconf. You will also need to install automake and libtool. See more about it here.
Libotr
The usual prefix for installation defined on the INSTALL document of libotr will not work for MacOS, as it is explained here. You will need to use this command: ./configure --with-pic --prefix=/usr/local --mandir=/usr/local/share/man