From owner-freebsd-ports@FreeBSD.ORG Wed Aug 14 14:15:49 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93B2798C for ; Wed, 14 Aug 2013 14:15:49 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp2.u-psud.fr (smtp2.u-psud.fr [129.175.33.42]) by mx1.freebsd.org (Postfix) with ESMTP id 573CF2DE0 for ; Wed, 14 Aug 2013 14:15:49 +0000 (UTC) Received: from smtp2.u-psud.fr (localhost [127.0.0.1]) by localhost (MTA) with SMTP id A6F12347C19 for ; Wed, 14 Aug 2013 16:15:42 +0200 (CEST) Received: from smtps.u-psud.fr (imap3.u-psud.fr [129.175.33.73]) by smtp2.u-psud.fr (MTA) with ESMTP id 7BD06347C0B for ; Wed, 14 Aug 2013 16:15:42 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: loic.blot) with ESMTP id 7B6D07EC09 for ; Wed, 14 Aug 2013 16:15:42 +0200 (CEST) Message-ID: <1376489723.1138.119.camel@iMac-LBlot.domain.iogs> Subject: missing dependancy for www/owncloud From: =?ISO-8859-1?Q?Lo=EFc?= Blot To: ports@freebsd.org Date: Wed, 14 Aug 2013 16:15:23 +0200 Organization: UNIX Experience FR Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.4 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: loic.blot@unix-experience.fr List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 14:15:49 -0000 Hello, today i have migrated owncloud from one old servers to a fresh server which uses poudriere & pkgng. When i use owncloud, i see a missing dependancy: {"app":"PHP","message":"PHP Startup: Unable to load dynamic library '\/usr\/local\/lib\/php\/20100525\/wddx.so' - \/usr\/local\/lib\/php \/20100525\/wddx.so: Undefined symbol \"ps_globals\" at Unknown#0","level":4,"time":"2013-08-14T13:06:00+00:00"} It seems the textproc/php5-wddx is missing Ownloud makefile USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \ zip zlib must be replaced with: USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \ wddx zip zlib Please update it :) -- Best regards, Loïc BLOT, Engineering UNIX Systems, Security and Networks http://www.unix-experience.fr