Bug 587277

Summary: libmemcached-devel missing package
Product: Red Hat Enterprise Linux 6 Reporter: John Gorman <jgorman>
Component: libmemcachedAssignee: Joe Orton <jorton>
Status: CLOSED WORKSFORME QA Contact: qe-baseos-daemons
Severity: high Docs Contact:
Priority: low    
Version: 6.0CC: notting
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-29 14:44:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Gorman 2010-04-29 14:08:14 UTC
Description of problem:

libmemcached-devel is missing which means that memcached.h is missing.

Unable to build applications that depend on memcached.h
like this:

#include <libmemcached/memcached.h>


Version-Release number of selected component (if applicable):

Red Hat Enterprise Linux release 6.0 Beta (Santiago)


How reproducible: Always.


Steps to Reproduce:
1. # yum install libmemcached
2. $ gcc -c any_code_that_includes_memcached_h.c
3. tl_lock.c:53:36: error: libmemcached/memcached.h: No such file or directory
  

Actual results:

tl_lock.c:53:36: error: libmemcached/memcached.h: No such file or directory


Expected results:

Correct compile.

Additional info:

Comment 2 Bill Nottingham 2010-04-29 14:44:57 UTC
It's in the optional repository.