From nobody@FreeBSD.org  Sat Sep 22 10:30:18 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 19F3037B412
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Sep 2001 10:30:18 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f8MHUIL85319;
	Sat, 22 Sep 2001 10:30:18 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200109221730.f8MHUIL85319@freefall.freebsd.org>
Date: Sat, 22 Sep 2001 10:30:18 -0700 (PDT)
From: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: PHP needs to link against libming.so.3 now
X-Send-Pr-Version: www-1.0

>Number:         30743
>Category:       ports
>Synopsis:       PHP needs to link against libming.so.3 now
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    knu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 22 10:40:00 PDT 2001
>Closed-Date:    Sun Sep 23 03:08:38 JST 2001
>Last-Modified:  Sun Sep 23 03:09:23 JST 2001
>Originator:     Gabriel Ambuehl
>Release:        4.4 (ports cvsup as of 22.9.01)
>Organization:
>Environment:
>Description:
Building PHP on a system with newly added ming-0.2a breaks cause the new libming.so is libming.so.3, not libming.so.2.
>How-To-Repeat:
#Warning: don't do that on a production system where you need to have 
#ming support for PHP as you won't be able to build it that way without #reinstalling from the old ming-0.1.1 port!

pkg_delete ming"*" 
rm /usr/local/lib/libming* #(just to make it sure everything's gone)
cd /usr/ports/www/mod_php4
make #select ming support!

>Fix:
Just linking against the new libming won't work so I propose to temporarily add a ming-0.1.1 port in order to be able to link against libming from PHP even with the latest ports tree.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Sun Sep 23 03:08:38 JST 2001 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-ports->knu 
Responsible-Changed-By: knu 
Responsible-Changed-When: Sun Sep 23 03:08:38 JST 2001 
Responsible-Changed-Why:  
I'm the one who updated ming. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30743 
>Unformatted:
