missing dependancy for www/owncloud

Loïc Blot loic.blot at unix-experience.fr
Wed Aug 14 14:15:49 UTC 2013


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





More information about the freebsd-ports mailing list