ownCloud 9 is Here
-
@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.
-
Ubuntu 14.04 is a full three versions and two years old (14.10, 15.04 and 15.10 have replaced it and 16.04 is just a few weeks away.) PHP7 is very new, I doubt that Ubuntu 14.04 supports it.
-
-
@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?
-
@IRJ said:
It's LTS version vs 9 month support.
There is no LTS support, that's a complete myth. I really need to write this up. There is no LTS concept from Ubuntu, only a name. If you want long term support, CentOS is the only option. LTS still requires that you move to each new version to be supported. It's just a name, marketing and nothing more.
-
@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...