Search found 107 matches
- Sun Aug 19, 2018 8:43 am
- Forum: Zend Server
- Topic: zend server 2018 on ubuntu 18.04
- Replies: 11
- Views: 11565
Re: zend server 2018 on ubuntu 18.04
Which repository are you using ? Could you send the content of /etc/apt/sources.list.d/zend.list
- Tue Aug 01, 2017 1:44 pm
- Forum: Zend Server
- Topic: can't install zend server in either automatic or manual way
- Replies: 1
- Views: 2621
Re: can't install zend server in either automatic or manual
If you're going for manual installation - have you setup the repositories?
In any case, the recommended way is using our repo installer script, see info at http://files.zend.com/help/Zend-Server/ ... server.htm
In any case, the recommended way is using our repo installer script, see info at http://files.zend.com/help/Zend-Server/ ... server.htm
- Wed Apr 05, 2017 9:59 am
- Forum: Zend Server
- Topic: How could I update zend server on CentOS?
- Replies: 3
- Views: 3971
Re: How could I update zend server on CentOS?
The repo installer is the recommended method as it does a few more things than just updating the packages.
But the short version is: yum upgrade '*zend*'
But the short version is: yum upgrade '*zend*'
- Wed Mar 29, 2017 9:34 am
- Forum: Zend Server
- Topic: Zend Server GUI UMASK
- Replies: 8
- Views: 6641
Re: Zend Server GUI UMASK
Hi,
Thanks for the fast response and detailed example. Will fix this behavior to keep the original file permissions.
Thanks for the fast response and detailed example. Will fix this behavior to keep the original file permissions.
- Wed Mar 29, 2017 8:28 am
- Forum: Zend Server
- Topic: Zend Server GUI UMASK
- Replies: 8
- Views: 6641
Re: Zend Server GUI UMASK
Hi, Setting umask is useful when creating new files and wanting to control the files permissions in advance, but regarding php.ini - the file already exists. Permissions wise, feel free to change the permissions of the file, these will only get "reset" on upgrades. If you want the UI to work, make s...
- Tue Feb 02, 2016 12:19 pm
- Forum: Zend Server
- Topic: Zend Services Not Starting After Boot CentOS 7
- Replies: 3
- Views: 2770
Re: Zend Services Not Starting After Boot CentOS 7
Hi, The indication should be an upgrade to the systemd packages from RedHat / Centos. It was confirmed with the packages' maintainer, but there isn't any official bug for this (AFAIK). You don't need to change anything, the workaround would still work under the updated packages. No need to change an...
- Thu Nov 05, 2015 9:58 am
- Forum: Zend Server
- Topic: Installing Zend Server 8.5 on Ubuntu 14.04
- Replies: 2
- Views: 2728
Re: Installing Zend Server 8.5 on Ubuntu 14.04
You probably have either of these two packages: php5 libapache2-mod-php5filter
If you would remove them the installation should go fine.
usually due to dependency from php5, libapache2-mod-php5filter is installed when trying to remove libapache2-mod-php5.
If you would remove them the installation should go fine.
usually due to dependency from php5, libapache2-mod-php5filter is installed when trying to remove libapache2-mod-php5.
- Tue Oct 20, 2015 2:31 pm
- Forum: Zend Server
- Topic: CentOS 6.7 upgrade issue
- Replies: 5
- Views: 3885
Re: CentOS 6.7 upgrade issue
Please try the attached xsl.so (RHEL/Centos 6, 64bit, PHP 5.6).
(it was gzipped, as the forums doesn't allow .so files)
(it was gzipped, as the forums doesn't allow .so files)
- Wed Oct 07, 2015 9:25 am
- Forum: Zend Server
- Topic: CentOS 6.7 upgrade issue
- Replies: 5
- Views: 3885
Re: CentOS 6.7 upgrade issue
Hi, xsl.so is statically linked... so no other dependencies other than glibc. $ rpm -qf /usr/local/zend/lib/php_extensions/xsl.so php-5.5-xsl-zend-server-5.5.26-3.x86_64 $ ldd /usr/local/zend/lib/php_extensions/xsl.so linux-vdso.so.1 => (0x00007fffde9ff000) libdl.so.2 => /lib64/libdl.so.2 (0x00007ff...
- Wed Oct 07, 2015 9:24 am
- Forum: Zend Server
- Topic: CentOS 6.7 upgrade issue
- Replies: 5
- Views: 3885
Re: CentOS 6.7 upgrade issue
Hi, xsl.so is statically linked... so no other dependencies other than glibc. $ rpm -qf /usr/local/zend/lib/php_extensions/xsl.so php-5.5-xsl-zend-server-5.5.26-3.x86_64 $ ldd /usr/local/zend/lib/php_extensions/xsl.so linux-vdso.so.1 => (0x00007fffde9ff000) libdl.so.2 => /lib64/libdl.so.2 (0x00007ff...