Bug 73566

Summary: [PATCH] `www/apache2' doesn't run `ldconfig -m ${PREFIX}/lib/apache2' on install and `ld' fails to find apr library.
Product: Ports & Packages Reporter: Lev A. Serebryakov <lev>
Component: Individual Port(s)Assignee: Clement Laforet <clement>
Status: Closed FIXED    
Severity: Affects Only Me CC: clement
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Lev A. Serebryakov freebsd_committer freebsd_triage 2004-11-05 15:50:34 UTC
  `www/apache2' port installs libapr-0.so.9 into `${PREFIX}/lib/apache2', but doesn't
  have INSTALLS_SHLIB in Makefile.
  If you install apache2, and after that try to build `devel/subversion' with
  apache2 support, subversion commands will not find libraries in `lib/apache2'.
  
  After reboot this problem will gone, because apache2 installs proper start-up
  script.

How-To-Repeat:  
  Install `www/apache2' on clean computer, and try to install `devel/subversion'
  with apache2 support (WITH_MOD_DAV_SVN=yes) without reboot.
Comment 1 Lev A. Serebryakov freebsd_committer freebsd_triage 2004-11-05 16:06:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement


Over to maintainer
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2004-11-08 20:48:24 UTC
State Changed
From-To: open->closed

Fix committed. 
Thanks :)