From owner-freebsd-questions@freebsd.org Wed Apr 27 13:14:02 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 A4D48B1E61D for ; Wed, 27 Apr 2016 13:14:02 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FB571B11 for ; Wed, 27 Apr 2016 13:14:02 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id n129so26866841wmn.1 for ; Wed, 27 Apr 2016 06:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=AVCFtDeDjvysCPAJWS93pME0nR4bZWR8B+flsdiVdN4=; b=dGgP2S64rXaenvx6vKOBfRlL1/J7iyQwpcbyEQ5JH4FvDET0jYYLBUR8OTt+9eUnb4 AvHRVm2pabqA01XHKCGBBIVxjLdne4vTZagbrN1FXOeMyYj7BSrvrDUNi1JQuCd5KcQY K0r4ydZ5vTxMmB8sfXR6dQUPEKYJ80A4gnaABCSW6RYqMUOPmuyYtBAWxMIR0s8BYZ7x DoZKfRtfxBB/hO9DByeaQM5uPwJVLD4gYU4tuyRghN2RjAsTEcwfQduDLYpXiTtB7xkg skev3KeABiETVU8Tquc7OPHh9loekY7DuEP49JQjI8ea6Vlk6MMti/hgwnTAyTW35O7a XlwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=AVCFtDeDjvysCPAJWS93pME0nR4bZWR8B+flsdiVdN4=; b=hgbibCKJBqtHxm/QOTD6Gj0ILt5T6r971Yv8L0+SocU593hkgYj/ZLPL8lUUztd1gC GsE9moJtuROR1wlBllq5hO5j4phY3lMYkr0yeLr1oXbp2ybXHjVrXv0R8IzK9lLbWk4E NShNzhHzMTODI7qozJwp3nDac35DLo9LnbM8I2eLPyaRzKGXz4WdeldS00chVIZRAwzc potnYgxVtHjK2FBQN2oFMmZn4a/nb8UXJtLlSvDsxesdb0uEUJQiW3kJ0lvtKPWJhvIO sGtSGbTbmlkNF2CWMAXXynVrlgSSNQuJpPh3/jSURdLQ52RqgrR6PX6tE3q7BG1862Hp wkaw== X-Gm-Message-State: AOPr4FXYYzcW0DWQ4o0b5JNMJ++9Zx0Nm5CJ845CbL+myCDv1vNr+RgihZCKxXx9hYN/6TD86fI1+mcCgmq4Hg== MIME-Version: 1.0 X-Received: by 10.28.54.224 with SMTP id y93mr10040747wmh.82.1461762840754; Wed, 27 Apr 2016 06:14:00 -0700 (PDT) Received: by 10.28.226.11 with HTTP; Wed, 27 Apr 2016 06:14:00 -0700 (PDT) In-Reply-To: <20160421171200.GA967@SeanLaptop> References: <20160421171200.GA967@SeanLaptop> Date: Wed, 27 Apr 2016 15:14:00 +0200 Message-ID: Subject: Re: php7 and pecl-pdflib fails From: Andy Wodfer To: Sean DuBois Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 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: Wed, 27 Apr 2016 13:14:02 -0000 Hi Sean, I skipped it in the install here, so I don't really need it for now, but there are probably others who do so if you're up for it - go for it! :-) Best, Andy On Thu, Apr 21, 2016 at 7:12 PM, Sean DuBois wrote: > 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 >