Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2
-
None
-
None
-
ProductName: Mac OS X
ProductVersion: 10.5.2
BuildVersion: 9C2028
Description
When building the ActiveMQ CPP client on MacOS X 10.5, I continually received the following error even though I had all the right tools and versions installed:
$ ./autogen.sh
Can't exec "libtoolize": No such file or directory at /opt/local/share/autoconf/Autom4te/FileUtils.pm line 290, <GEN2> line 5.
autoreconf: failed to run libtoolize: No such file or directory
I was able to work around this by using the LIBTOOLIZE environment variable to point to /usr/bin/glibtoolize. After doing this the build completed successfully.