Greetings,
I have been putting some effort into compiling the yubikey PAM module on
FreeBSD 9, but with little success. So far, my searches for information
on the Internet have been fruitless. I wonder if anyone has succeeded in
building libpamyubico on FreeBSD, and what steps they may have taken to
succeed.
I have the following versions of the listed dependencies installed:
automake-1.12.4
autoconf-2.13.000227_6 (legacy)
autoconf-2.69
libtool-2.4.2
curl-7.24.0_1
I have checked out the source code from github, for the following
projects:
yubico-c
yubico-c-client
yubico-pam
So far, I have been able to build and install yubico-c without much
difficulty. However, moving on to yubico-c-client is where my troubles
begin.
As suggested in the README, I have added "-Wno-extra-portability" to the
configure.ac file for yubico-c-client (for my version of automake > 1.11).
However, attempting to configure with "autoreconf --install" fails with
the following output:
Code:
$ autoreconf --install
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:45: installing './config.guess'
configure.ac:45: installing './config.sub'
configure.ac:42: installing './install-sh'
configure.ac:42: installing './missing'
Makefile.am: installing './INSTALL'
automake-1.12: warnings are treated as errors
/usr/local/share/automake-1.12/am/ltlibrary.am: warning: 'libykclient.la': linking libtool libraries using a non-POSIX
/usr/local/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
Makefile.am:37: while processing Libtool library 'libykclient.la'
Makefile.am: installing './depcomp'
autoreconf-2.69: automake failed with exit status: 1
$
If anyone can point me in the right direction, I would appreciate it.