Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 16:27:32 +0200 (CEST)
From:      Loic Blot <root@unix-experience.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181293: Missing dependency for Owncloud
Message-ID:  <20130814142732.2F2555C8A4@www.unix-experience.fr>
Resent-Message-ID: <201308141440.r7EEe0SE022619@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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