[Freeswitch-users] FreeSWITCH, OSX, Libtool, Macports
Chris Mylonas
chris at opencsta.org
Fri May 11 04:01:20 MSD 2012
Hi FS Users,
tl;dr; - removed macports, removed tree, pulled fresh tree = installed FS on OSX.
Here is the longer version that had a bit of a pre-emptive whinge about libtool version mismatch. But we never got there - it worked!
I'm in the process of re-installing FS on OSX (10.6.8). I have removed Macports to try and get this up and running.
I re-bootstrapped and got this error:
quiet_libtool: Version mismatch error. This is libtool 2.4, but the
quiet_libtool: definition of this LT_INIT comes from libtool 2.2.4.
quiet_libtool: You should recreate aclocal.m4 with macros from libtool 2.4
quiet_libtool: and run autoconf again.
make[1]: *** [libfreeswitch_la-switch_apr.lo] Error 63
make: *** [all] Error 2
Removed the whole git tree just in case there was some left over junk. Pulled a fresh tree and noticed this remark during a fresh bootstrap
arakis:freeswitch-git chrismylonas$ rm -Rf freeswitch/
arakis:freeswitch-git chrismylonas$ git clone git://git.freeswitch.org/freeswitch.git
Cloning into freeswitch...
remote: Counting objects: 185609, done.
remote: Compressing objects: 100% (39208/39208), done.
remote: Total 185609 (delta 143241), reused 181443 (delta 140035)
Receiving objects: 100% (185609/185609), 77.85 MiB | 267 KiB/s, done.
Resolving deltas: 100% (143241/143241), done.
arakis:freeswitch-git chrismylonas$ cd freeswitch/
arakis:freeswitch chrismylonas$ ./bootstrap.sh
bootstrap: checking installation...
bootstrap: autoconf version 2.61 (ok)
bootstrap: automake version 1.10 (ok)
bootstrap: aclocal version 1.10 (ok)
bootstrap: libtool version 2.2.4 (ok)
Bootstrapping using:
autoconf : /usr/bin/autoconf
automake : /usr/bin/automake
aclocal : /usr/bin/aclocal
libtool : /usr/bin/glibtool (2.2.4.)
libtoolize: /usr/bin/glibtoolize
make : /usr/bin/make (GNU Make 3.81)
awk : ()
It is still reporting a 2.2.4 version of libtool.
...
...
...
In the end, it has been compiled and installed though
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120511/14fd930b/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list