From owner-freebsd-bugs@FreeBSD.ORG Thu May 29 20:40:01 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54CC1846 for ; Thu, 29 May 2014 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 298A42537 for ; Thu, 29 May 2014 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TKe1CV046298 for ; Thu, 29 May 2014 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4TKe055046297; Thu, 29 May 2014 20:40:01 GMT (envelope-from gnats) Date: Thu, 29 May 2014 20:40:01 GMT Message-Id: <201405292040.s4TKe055046297@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gary Palmer Subject: Re: misc/190324: PHP 5.5.x fails to install on 10.0-RELEASE Reply-To: Gary Palmer X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 20:40:01 -0000 The following reply was made to PR misc/190324; it has been noted by GNATS. From: Gary Palmer To: Chris Phillips Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/190324: PHP 5.5.x fails to install on 10.0-RELEASE Date: Thu, 29 May 2014 15:47:21 -0400 On Tue, May 27, 2014 at 10:28:46PM +0000, Chris Phillips wrote: > > >Number: 190324 > >Category: misc > >Synopsis: PHP 5.5.x fails to install on 10.0-RELEASE > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue May 27 22:30:00 UTC 2014 > >Closed-Date: > >Last-Modified: > >Originator: Chris Phillips > >Release: 10.0-RELEASE > >Organization: > Aptient Consulting Group, Inc. > >Environment: > FreeBSD domain.com 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:31:10 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > >Description: > PHP-5.5.x fails to install on a source build. As far as I can tell, the issue is with libtool. The libphp5.so module is not being created by libtool and thus not installed. > > [root@server01 /usr/local/src/php-5.5.5]# make install > Installing PHP SAPI module: apache2handler > /usr/local/httpd/build/instdso.sh SH_LIBTOOL='/usr/local/apr/build-1/libtool' libphp5.la /usr/local/httpd/modules > /usr/local/apr/build-1/libtool --mode=install cp libphp5.la /usr/local/httpd/modules/ > libtool: install: cp .libs/libphp5.lai /usr/local/httpd/modules/libphp5.la > libtool: install: cp .libs/libphp5.a /usr/local/httpd/modules/libphp5.a > libtool: install: chmod 644 /usr/local/httpd/modules/libphp5.a > libtool: install: ranlib /usr/local/httpd/modules/libphp5.a > libtool: install: warning: remember to run `libtool --finish /usr/local/src/php-5.5.5/libs' > Warning! dlname not found in /usr/local/httpd/modules/libphp5.la. > Assuming installing a .so rather than a libtool archive. > chmod 755 /usr/local/httpd/modules/libphp5.so > chmod: /usr/local/httpd/modules/libphp5.so: No such file or directory > apxs:Error: Command failed with rc=65536 Why are you not using /usr/ports/lang/php55 ? Regards, Gary