From owner-freebsd-questions@freebsd.org Thu Apr 21 14:21:57 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 8D658B16521 for ; Thu, 21 Apr 2016 14:21:57 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 32CF612D6 for ; Thu, 21 Apr 2016 14:21:57 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id u206so135364830wme.1 for ; Thu, 21 Apr 2016 07:21:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=0uLHwXJZF9PDnc4J+kiOiW8CvvyM9cSsCSnXiANnk7w=; b=kLKNgqcM79lGvmdzm5WsyAWwXRwKzjnsNinMqufMPa+/vXOCCvRLdIHbKhbi2q39w4 /yjo38W1/J/Bek4LDGrDxdcJmh0w4YzEhOhhR7tJojCe7y0Af1cGSgwtQDpc9ExD4KHE uVzN8LFIQtJyDeI2j12SrQT6z5yQZ6bCKyReCwDrRgyCNyPQbf4Nkfrun3vyTeTpX7wk tKkZclzZ84Ljw8ax7bC1jKVm1sX/WQTRskZqMMQyC4ruO/1EddNiQpQyx17RiCcVk/MA aH+wbYpT8FBZiFWfD+kns/2W3FnkCfTUWDmhqu7r4u+lGu1iFg/jahKp6xkhDziUqsp0 xnjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=0uLHwXJZF9PDnc4J+kiOiW8CvvyM9cSsCSnXiANnk7w=; b=mKIu24hT2aYZzETYQa6QOSbsrvjKKZ9e2pT1aU7ShTCE8rYbQ8TTE7fqDZEufe9Li8 Enri8zjT/S8qtV384KbS2PnlG+y8WoKh835s9CHHCqT2rsDaOfduCm6casE7t12PX9Bi QpQwPtTdCuN5Y/axqtC0sGAvVC3rBrVnaOucCVVhrXY6l+f73Idc4794EiIORajFpuFZ +e6aYlI4iwI3eYq0vqShlCwyr2ziGgzRJRQPhz6pGWE5lLBVlXmixmWlHOqNs8krLUx4 V+uWlo+ro4xDkjlipj7sjEVFpUEewqrcu7AvtZ4XCP6JUDKvtccZt4qhweQtL9+m8x56 8kxA== X-Gm-Message-State: AOPr4FVPmB745ZOFxREWSbl9g+WObba1MsfOmd7+s+oMYgVT+aCOwJxI0f6LmRL8K3L+4Rr3QwK3wM4EvltFqQ== MIME-Version: 1.0 X-Received: by 10.28.58.77 with SMTP id h74mr36893898wma.82.1461248514808; Thu, 21 Apr 2016 07:21:54 -0700 (PDT) Received: by 10.28.107.143 with HTTP; Thu, 21 Apr 2016 07:21:54 -0700 (PDT) Date: Thu, 21 Apr 2016 16:21:54 +0200 Message-ID: Subject: php7 and pecl-pdflib fails From: Andy Wodfer To: 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: Thu, 21 Apr 2016 14:21: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 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