Changes between Initial Version and Version 1 of Ticket #29117


Ignore:
Timestamp:
Apr 13, 2011, 9:20:08 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29117

    • Property Cc ryandesign@… added
    • Property Keywords varnish compile fail pcre removed
    • Property Owner changed from macports-tickets@… to pmq@…
    • Property Summary changed from varnish fails to compile on osx 10.6 to varnish missing pcre dependency
  • Ticket #29117 – Description

    initial v1  
    1 OSX 10.6.7
    2 MacPorts 1.9.2
     1 * OSX 10.6.7
     2 * MacPorts 1.9.2
    33
    44Error when installing varnish follows. Solution for me was:
     5{{{
    56% sudo port install pcre
     7}}}
    68
    7 
     9{{{
    810% sudo port install varnish
    911--->  Configuring varnish
     
    2830and PCRE_LIBS to avoid the need to call pkg-config.
    2931See the pkg-config man page for more details.
    30 
     32}}}