From owner-freebsd-ports@FreeBSD.ORG Wed Aug 14 14:19:15 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 74989B7C for ; Wed, 14 Aug 2013 14:19:15 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (tuxaco.net [IPv6:2001:41d0:1:66c1::1]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8342E08 for ; Wed, 14 Aug 2013 14:19:15 +0000 (UTC) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id BF2D92285D; Wed, 14 Aug 2013 16:19:17 +0200 (CEST) Date: Wed, 14 Aug 2013 16:19:17 +0200 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: =?iso-8859-1?Q?Lo=EFc?= Blot Subject: Re: missing dependancy for www/owncloud Message-ID: <20130814141917.GA85467@tuxaco.net> References: <1376489723.1138.119.camel@iMac-LBlot.domain.iogs> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1376489723.1138.119.camel@iMac-LBlot.domain.iogs> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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:19:15 -0000 On Wed, 14 Aug 2013, Lo=EFc Blot wrote: > 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"} >=20 > It seems the textproc/php5-wddx is missing=20 >=20 > Ownloud makefile >=20 > USE_PHP=3D ctype curl dom fileinfo filter gd hash iconv json > mbstring \ > mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 > xml \ > zip zlib >=20 > must be replaced with: >=20 > USE_PHP=3D ctype curl dom fileinfo filter gd hash iconv json > mbstring \ > mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 > xml \ > wddx zip zlib >=20 > Please update it :) > Hello, If you have a patch, feel free to submit a PR. If you need help to do that, don't hesiate to ask Regards, --=20 Philippe Aud=E9oud=20