Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 16:19:28 +0200
From:      =?ISO-8859-1?Q?Lo=EFc?= Blot <loic.blot@unix-experience.fr>
To:        Philippe =?ISO-8859-1?Q?Aud=E9oud?= <jadawin@FreeBSD.org>
Cc:        ports@freebsd.org
Subject:   Re: missing dependancy for www/owncloud
Message-ID:  <1376489968.1138.120.camel@iMac-LBlot.domain.iogs>
In-Reply-To: <20130814141917.GA85467@tuxaco.net>
References:  <1376489723.1138.119.camel@iMac-LBlot.domain.iogs> <20130814141917.GA85467@tuxaco.net>

next in thread | previous in thread | raw e-mail | index | archive | help
No problem to do this with a PR. I do it now :)
I also do it for GLPI, soap is missing
-- 
Best regards, 

Loïc BLOT, Engineering
UNIX Systems, Security and Networks
http://www.unix-experience.fr


Le mercredi 14 août 2013 à 16:19 +0200, Philippe Audéoud a écrit :
> On Wed, 14 Aug 2013, Loïc 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"}
> > 
> > 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 :)
> >
> 
> 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,
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1376489968.1138.120.camel>