Changes between Initial Version and Version 1 of Ticket #36859


Ignore:
Timestamp:
Nov 3, 2012, 2:06:41 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

We only have libmemcached 1.0.10 in MacPorts. Do you perhaps have a local portfile of libmemcached 0.34?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36859

    • Property Owner changed from macports-tickets@… to ryandesign@…
  • Ticket #36859 – Description

    initial v1  
    11I can't install php54-memcached.
    22
     3{{{
    34$ sudo port install php54-memcached
    45--->  Computing dependencies for php54-memcached
     
    1415--->  Building libmemcached
    1516...
     17}}}
    1618
    1719And it fails with:
     20{{{
    1821:info:configure checking for libmemcached location... configure: error: Can't find libmemcached 1.0.x headers under "/opt/local"
    1922:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php-memcached/php54-memcached/work/memcached-2.1.0" && ./configure --prefix=/opt/local --with-php-config=/opt/local/bin/php-config54 --with-libmemcached-dir=/opt/local --with-zlib-dir=/opt/local
    2023:info:configure Exit code: 1
    2124:error:configure org.macports.configure for port php54-memcached returned: configure failure: command execution failed
    22 
     25}}}
    2326
    2427There appear to be two versions of libmemcached:
    2528
     29{{{
    2630$ port search libmemcached
    2731libmemcached @0.34 (devel)
     
    3034libmemcached @1.0.10 (devel)
    3135    libmemcached is a C and C++ client library to the memcached server
    32 
     36}}}
    3337
    3438And it's using the wrong one?