osx - Need help in compiling lighttpd on MacOSx -
I try to download the lighttpd 1.4.23 source, and compiling it on MacOSX 10.5.5. This is what I am getting the error:
$ ./autogen.sh ./autogen.sh: Running `libtoolize --copy --force './autogen.sh: Line 19: libtoolize : No command
I tried to ask the same question on the lighttpd forum, but I can not find any help.
Thanks in advance.
libtoolize is part of GNU Libto, package for making libraries portable. On Mac, one option to get this is to use MacPorts, which is a package manager that works just like similar and FreeBSD, in which it prepares packages on your machine. See.
However, be careful, that it will be installed in the form of Gbblol, i.e. prefixes with 'G' This is a standard way that GNU tools reside in parallel with the Unix tool of the same name, which can be present (even if there is no one in this particular case).
The command to install libtool is from MacPorts: sudo port install libtool
To view the output output, after the 'port' command, a ' -d 'flag.
Comments
Post a Comment