FYI: Installation instructions updated to include Mac OS X
Tom Lazar
lists at tomster.org
Thu Nov 2 17:17:25 CET 2006
On Oct 31, 2006, at 8:39 PM, Eirik Øverby wrote:
> On Oct 28, 2006, at 7:10 PM, Tom Lazar wrote:
>
>> I just installed varnish successfully on my OSX boxen and edited
>> the installation instructions[1] accordingly.
>
> Just curious, what happened to those missing time functions on OSX?
not sure about that issue (sorry for the late response)
atm varnish doesn't actually run on my mac. i don't have the error
handy, but i guess it means, for the time being, that varnish
compiles but doesn't run on mac os x.
cheers,
tom
> /Eirik
>
>>
>> it's just two additional steps:
>>
>> --snip--
>> 1. install `automake`, i.e. via [http://
>> darwinports.opendarwin.org/ Darwin Ports]: `sudo port install
>> automake` as the version of `automake` that ships with OS X is too
>> old.
>>
>> 2. patch the `autogen.sh` file:
>>
>> {{{
>> 10a11,15
>> > if [ -e /opt/local/bin/automake ] ; then
>> > PATH=/opt/local/bin:${PATH}
>> > export PATH
>> > fi
>> >
>> 30c35
>> < libtoolize --copy --force
>> ---
>> > glibtoolize --copy --force
>> }}}
>>
>> ''n.b. this assumes you are using the abovementioned [http://
>> darwinports.opendarwin.org/ Darwin Ports]. The key point is to
>> insert the path to your newer version of `automake` '''before'''
>> the system path in order to 'hide' the old version from
>> `autogen.sh`.''
>>
>> --snap--
>>
>>
>> cheers,
>>
>> tom
>>
>> [1] http://varnish.projects.linpro.no/wiki/Installation
>> _______________________________________________
>> varnish-misc mailing list
>> varnish-misc at projects.linpro.no
>> http://projects.linpro.no/mailman/listinfo/varnish-misc
>>
>>
>
>
More information about the varnish-misc
mailing list