From owner-freebsd-ports@freebsd.org Sun Aug 21 10:27:57 2016 Return-Path: Delivered-To: freebsd-ports@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 04619BB9582 for ; Sun, 21 Aug 2016 10:27:57 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 9155812CB for ; Sun, 21 Aug 2016 10:27:56 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id i5so101297486wmg.0 for ; Sun, 21 Aug 2016 03:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=NUH29Zajmc9m4Hv79l1gjGXhO8NM5bkYitwW86C2C2Q=; b=MK/yw0FZNp2vaTlxsoi+uyHUou6fy9tXcfbllyV57wKhpLn9m5x/Y/YllqTNYrERAn 2CunhPz+J7+U0QMZmJ8VFpQnovNff9eJLtI1zuKpH6MukL1lcr5f4yFIcGqbPqUIIqQJ YH+dw/4C/Sz1OCTvaGTbzHgSwrO9Y4oI1KH9LfVXGJVkOdMH4oNyHOSn/0wTqf1eBc0B ZJ2OyNG8xr26dOUubVLtIm2x8Eo1fEdLRYidBb0ago7X9nmTVXTtK8ootT/7FIlV5APL UfspYSV3zTpmdbPTRq2s7ZFTz0NA/yEK9PBJFYITkCuFGVqriK2Gb/i3x5YWfRxTcAch qbEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=NUH29Zajmc9m4Hv79l1gjGXhO8NM5bkYitwW86C2C2Q=; b=gJeMyWWlk44kigXtf0H5uz+9epe4MkPUX2IC5rMTCzoRhpjGHH/m8ay0w6GYWyLTIA 9zE4CrFQueM5ihnmx/O6szWU4Ga5YLBbbACp4apEyTzIUzrOv2xX6K9Duyna1rtM4wuz SnRDQNmioysmBKh0pNvbb9pkXe5vNEb4sgLFbNdT/qGDsNblWjtHpudGAfCk1rjACC/V Dbuocp9CfBebTID/66JT7AAj4m7xF+oY5KAqJZvUpA5dge6w+9hACnPA03BuAUZadw8d DDSfyIOvqNnWduTFHg5KPBKP8S4ETCot+14ne40QkUbyhKci2FIEYpCiuy2gN2g5EYFs GFZQ== X-Gm-Message-State: AEkoous35JyXTVCGG9lyLEpxl2N8LrMbtOgdqga1Dl8xPovXOqdtIBmbuweoOFLmcFB69rr72Jeb0h+0/G3KwQ== X-Received: by 10.28.125.80 with SMTP id y77mr11345905wmc.25.1471775274533; Sun, 21 Aug 2016 03:27:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.165.150 with HTTP; Sun, 21 Aug 2016 03:27:53 -0700 (PDT) From: Andy Wodfer Date: Sun, 21 Aug 2016 12:27:53 +0200 Message-ID: Subject: php7-extensions PDF (PECL-PDFLIB) fails To: freebsd-ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 10:27:57 -0000 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 I need this extension to create PDF files from an application my client is running. Anyone? Thanks, Andy