ports/181293: Missing dependency for Owncloud
Loic Blot
root at unix-experience.fr
Wed Aug 14 14:40:01 UTC 2013
>Number: 181293
>Category: ports
>Synopsis: Missing dependency for Owncloud
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 14 14:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Loic Blot
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
Centre National de la Recherche Scientifique
>Environment:
System: FreeBSD www.unix-experience.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
There is a missing dependency for owncloud, causing some interface bugs. Here is an extract of owncloud/data/owncloud.log:
{"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"}
>How-To-Repeat:
Install a fresh owncloud with a fresh apache + PHP from ports or packages
>Fix:
--- owncloud.diff begins here ---
--- Makefile.old 2013-08-14 16:20:19.000000000 +0200
+++ Makefile 2013-08-14 16:21:17.000000000 +0200
@@ -16,7 +16,7 @@
USE_BZIP2= yes
USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \
mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \
- zip zlib
+ wddx zip zlib
WANT_PHP_WEB= yes
DEFAULT_PHP_VER=5
--- owncloud.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list