search for: autoconf_version

Displaying 5 results from an estimated 5 matches for "autoconf_version".

2013 May 06
1
What is bootstrap.sh for ? Possible bug in 11.3.0 ?
...to script res-memcached installation (see res_memcached<https://github.com/drivefast/asterisk-res_memcached>), I banged into this on a fresh 11.3.0 setup: 1. When run for the first time bootstrap.sh displays a non-blocking error. # sh -x bootstrap.sh + uname -sr + MY_AC_VER= + MY_AM_VER= + AUTOCONF_VERSION=2.60 + AUTOMAKE_VERSION=1.9 + export AUTOCONF_VERSION + export AUTOMAKE_VERSION + check_for_app autoconf + autoconf --version + [ 0 != 0 ] + check_for_app autoheader + autoheader --version + [ 0 != 0 ] + check_for_app automake + automake --version + [ 0 != 0 ] + check_for_app aclocal + aclocal --ve...
2004 Aug 06
0
solved: building icecast2 on OpenBSD
...ecast2 (as of today) on OpenBSD. This workaround is based on Karl Heyes' findings that _XOPEN_SOURCE is the root of all evil, at least on OBSD: 1. "autoconf version problems" OpenBSD 3.2: change all "autoconf" in autogen.sh to "autoconf-new" OpenBSD 3.3: $ export AUTOCONF_VERSION=2.52 2. configure.in line 14: replace _XOPEN_SOURCE with _XOPEN_SOURCE_EXTENDED or comment out the whole thing by putting "dnl " in front of it. (I'm currently trying to figure out which is The Right Way to do it, both seem to work.) line 54: repl...
2020 Jul 24
2
Openssl 3
Anyone trying openssl 3 against openssh? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b Put more trust in nobility of character than in an oath. -Solon
2004 Aug 06
2
building icecast2 on OpenBSD
> > from source with no problem on Linux, but on my OBSD system the configure > bombs > > while checking for a function in libxslt... > > If you look at your config.log, you'll find the actual error to be > > ld: -lpthread: no match > > If you want threads on OpenBSD, -pthread is the way to go (it's a > wrapper saying "Do whatever you have to,
2013 Jul 29
3
nut package with Riello UPS support
...art with Riello? I tried to install from source but stuck: # git clone https://github.com/networkupstools/nut.git # pkg_add python-3.2.3p0 autoconf-2.69p0 automake-1.13.1 libtool asciidoc # ln -s /usr/local/bin/python2.7 /usr/local/bin/python # pwd /root/nut # export AUTOMAKE_VERSION=1.13 # export AUTOCONF_VERSION=2.69 # export CONFIGURE_STYLE=autoconf # ./autogen.sh Calling autoreconf... aclocal-1.13: warning: autoconf input should be named 'configure.ac', not ' configure.in' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros...