missing dependancy for www/owncloud

Philippe Audéoud jadawin at FreeBSD.org
Wed Aug 14 14:19:15 UTC 2013


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,

-- 
Philippe Audéoud 


More information about the freebsd-ports mailing list