Bug 82617 - [patch] fix shared library installation in databases/libmemcache
Summary: [patch] fix shared library installation in databases/libmemcache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sean Chittenden
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-24 17:20 UTC by Vasil Dimov
Modified: 2005-09-11 00:22 UTC (History)
1 user (show)

See Also:


Attachments
libmemcache_shlib.diff (1.05 KB, patch)
2005-06-24 17:20 UTC, Vasil Dimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vasil Dimov 2005-06-24 17:20:24 UTC
There are 2 issues about libmemcache shared libraries installation
in the port databases/libmemcache:

1. After installation no ldconfig is run to update the hints file
2. No shared library with "compatible" filename is installed, ldconfig
  puts only files named lib*.so.[0-9] in the cache

These both create problems when other ports need to depend on
this one with LIB_DEPENDS=
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2005-06-24 17:40:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->seanc

Over to maintainer
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-11 00:22:40 UTC
State Changed
From-To: open->closed

Committed, thanks!