ownCloud 9 is Here
-
@coliver said:
@IRJ said:
@scottalanmiller said:
@IRJ said:
I am running Ubuntu 14.04. How do I isntall it?
Why such an old system for a new install?
It's LTS version vs 9 month support.
Does LTS mean anything with Ubuntu?
Literally nothing. It's only marketing to get people to think that they offer stability like CentOS.
-
@IRJ said:
@scottalanmiller said:
Should be...
sudo apt-get install php7-ldap
Unable to locate package..
As expected, you need a current and currently supported Ubuntu to have a chance at this.
-
@scottalanmiller said:
@IRJ said:
@scottalanmiller said:
Should be...
sudo apt-get install php7-ldap
Unable to locate package..
As expected, you need a current and currently supported Ubuntu to have a chance at this.
Or run this on CentOS7 with the CE_Stable repo added. Very easy to install ownCloud and other required packages.
-
Just verified that even current Ubuntu 15.10 does not have this package.
-
The 9.0 appliance is built on Ubuntu 14.04
-
@coliver said:
@scottalanmiller said:
@IRJ said:
@scottalanmiller said:
Should be...
sudo apt-get install php7-ldap
Unable to locate package..
As expected, you need a current and currently supported Ubuntu to have a chance at this.
Or run this on CentOS7 with the CE_Stable repo added. Very easy to install ownCloud and other required packages.
And there is real LTS support. It's the only way to run Linux if you don't plan to do rolling updates every six months. That or OpenSuse Leap.
-
@IRJ said:
The 9.0 appliance is built on Ubuntu 14.04
I saw that and it obviously ruled out the appliance from consideration here.
-
@FATeknollogee said:
@kelleybrooks Not yet, the VHDX link is not quite alive
Yup, it's mostly dead. I'm working on it. Other five appliances listed are in good shape...more soon.
-
We use Ubuntu here when necessary, we aren't anti Ubuntu. We prefer CentOS and OpenSuse over it, but Ubuntu is fine. But as I preach about any OS, we only use it "as intented" and Canonical requires that you stay fully up to date to the latest releases for support (this is first hand experience, not hearsay and not interpolation, it was stated by Canonical) as designed. Same as we do with Windows, always running on the latest and current (not on release day, but you know what I mean.) We never install old and consider keeping the version up to date a normal part of patching.
ML, for example, is on Ubuntu and updates to the very latest version about one week after release.
-
I just want to troubleshoot this issue
-
@scottalanmiller does the VHDX have any benefits over the other formats? It seems it didn't built and I'm wondering if we should put in effort fixing that or remove it from the download page...
-
@IRJ said:
I just want to troubleshoot this issue
Well your version is part of troubleshooting the issue. Your OS lacks the support that you want (support meaning it lacks support for PHP7 with LDAP.) That's part of the issue. It's not an aside.
-
You'll need to add a repository for PHP7.
-
@scottalanmiller said:
@IRJ said:
I just want to troubleshoot this issue
Well your version is part of troubleshooting the issue. Your OS lacks the support that you want (support meaning it lacks support for PHP7 with LDAP.) That's part of the issue. It's not an aside.
Does ownCloud9 actually REQUIRE PHP 7?
My install updated without any headaches, but that is because I already had PHP-7 installed.
-
@dafyre said:
@scottalanmiller said:
@IRJ said:
I just want to troubleshoot this issue
Well your version is part of troubleshooting the issue. Your OS lacks the support that you want (support meaning it lacks support for PHP7 with LDAP.) That's part of the issue. It's not an aside.
Does ownCloud9 actually REQUIRE PHP 7?
My install updated without any headaches, but that is because I already had PHP-7 installed.
no no, not at all, I just gave that as example on MY system. It requires PHP 5.4+
So installing php5-ldap or php-ldap should do the trick...
-
@dafyre said:
@scottalanmiller said:
@IRJ said:
I just want to troubleshoot this issue
Well your version is part of troubleshooting the issue. Your OS lacks the support that you want (support meaning it lacks support for PHP7 with LDAP.) That's part of the issue. It's not an aside.
Does ownCloud9 actually REQUIRE PHP 7?
My install updated without any headaches, but that is because I already had PHP-7 installed.
Just going by what ownCloud posted. I didn't think that PHP7 was a requirement. They are running from OpenSuse which is way more up to date than CentOS or Ubuntu, so that might be all that it is.
-
Installing php7 in ubuntu 14.04
- sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install -y php7.0
- sudo apt-get install python-software-properties
-
Php7 modules from the ppa
$ sudo apt-cache search php7-*
php7.0-common - Common files for packages built from the PHP source
libapache2-mod-php7.0 - server-side, HTML-embedded scripting language (Apache 2 module)
php7.0-cgi - server-side, HTML-embedded scripting language (CGI binary)
php7.0-cli - command-line interpreter for the PHP scripting language
php7.0-phpdbg - server-side, HTML-embedded scripting language (PHPDBG binary)
php7.0-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary)
libphp7.0-embed - HTML-embedded scripting language (Embedded SAPI library)
php7.0-dev - Files for PHP7.0 module development
php7.0-dbg - Debug symbols for PHP7.0
php7.0-curl - CURL module for PHP
php7.0-gd - GD module for PHP
php7.0-imap - IMAP module for PHP
php7.0-intl - Internationalisation module for PHP
php7.0-ldap - LDAP module for PHP
php7.0-pgsql - PostgreSQL module for PHP
php7.0-pspell - pspell module for PHP
php7.0-recode - recode module for PHP
php7.0-snmp - SNMP module for PHP
php7.0-tidy - tidy module for PHP
php7.0-json - JSON module for PHP
php-all-dev - package depending on all supported PHP development packages
php7.0-sybase - Sybase module for PHP
php7.0-modules-source - PHP 7.0 modules source package
php7.0-sqlite3 - SQLite3 module for PHP
php7.0-mysql - MySQL module for PHP
php7.0-opcache - Zend OpCache module for PHP -
no need for PHP 7, really
-
@jospoortvliet said:
no need for PHP 7, really
Actually, I'd recommend it. My ownCloud 8.2 instance was slow on PHP 5.x... I upgraded to PHP 7, and it noticeably improved.
I have no other benchmarks against to measure 9, but it works rather nicely too.