From owner-freebsd-questions@freebsd.org Thu Apr 21 17:19:33 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7EABB17659 for ; Thu, 21 Apr 2016 17:19:33 +0000 (UTC) (envelope-from sean@siobud.com) Received: from siobud.com (siobud.com [104.236.58.159]) by mx1.freebsd.org (Postfix) with ESMTP id 9636B11D1 for ; Thu, 21 Apr 2016 17:19:33 +0000 (UTC) (envelope-from sean@siobud.com) Received: from SeanLaptop (c-73-8-76-141.hsd1.il.comcast.net [73.8.76.141]) by siobud.com (Postfix) with ESMTPSA id 9E036D7E7D; Thu, 21 Apr 2016 17:12:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1461258722; bh=p+luc+hSeWZq5PS+ZIXKoGEk3XvYX/suBjUE/XZ3x4A=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=2x6rkRMRXLDi2Op9pb2y6jlpEfoCXdAAnU7J6dQrtxyTJZXAEkFExVumAeP/r76+r kcVo4iPJyi0DeQg6SM4Nl1zyyPXM5Hfyyc5eGQlUOA4I2vFW3+zEH9hrpuc9D2AXGP aLcrasfn4nO+hRffBsEiylOeM0/Ve0dwLb9f+aXw= Date: Thu, 21 Apr 2016 12:12:00 -0500 From: Sean DuBois To: Andy Wodfer Cc: freebsd-questions Subject: Re: php7 and pecl-pdflib fails Message-ID: <20160421171200.GA967@SeanLaptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 17:19:33 -0000 On Thu, Apr 21, 2016 at 04:21:54PM +0200, Andy Wodfer wrote: > Hi, > I recently upgraded to 10.3 REL on a test server. I'm trying to install all > the latest versions for Apache, mysql, php and so on. > > php7 is installed and works perfectly with apache. However, I couldn't > install the extension pecl-pdflib from the php7 extensions port, it fails > with the message doesn't supprt php7. > > ===> phpMyAdmin-4.6.0 depends on file: > /usr/local/lib/php/20151012/openssl.so - found > ===> Returning to build of phpMyAdmin-4.6.0 > ===> phpMyAdmin-4.6.0 depends on file: /usr/local/lib/php/20151012/pdf.so > - not found > ===> pecl-pdflib-3.0.4 cannot be installed: doesn't work with lang/php70 > port (doesn't support PHP 70). > *** Error code 1 > > Stop. > make[2]: stopped in /usr/ports/print/pecl-pdflib > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/databases/phpmyadmin > *** Error code 1 > > Stop. > make: stopped in /usr/ports/databases/phpmyadmin > > Does this mean I can't install phpmyadmin for now or is there a way around > this? pecl-pdflib hasn't been updated for a couple of years it seems.. > > Anyone? > > Thanks, > Andy Hi Andy! I do php-src/extension development[0] and would love to port pecl-pdflib to PHP 7 if you need it/can confirm everything works. thanks [0] http://pecl.php.net/user/seander