Koozali.org: home of the SME Server
Obsolete Releases => SME Server 9.x => Topic started by: stimzuk on October 30, 2015, 08:28:50 PM
-
Hi, i made an upgrade from SME8 to SME9 and now one application (Timetracker from Anuko) doesn't work any more. In order to analyse the problem i want to find out what versions of apache, mysql and php ist running on my SME Server. Is there any contrib to install on SME Server that tell me the versions of the SW-Packaged that are installed?
Thank you.
-
rpm -q (packagename) at the shell will give you that information. Here are the results on my server:
[dan@e-smith ~]$ rpm -q httpd
httpd-2.2.15-47.el6.centos.x86_64
[dan@e-smith ~]$ rpm -q mysql-server
mysql-server-5.5.40-1.el6.remi.x86_64
[dan@e-smith ~]$ rpm -q php
php-5.3.3-46.el6_6.x86_64
In general, they should be the same as the current CentOS 6 / RHEL 6 packages.
Edit: Just noticed I'd installed a mysql update from a different source--your version will definitely be different, but that command will tell you what it is. Also, if your application requires a different version of PHP, consult http://wiki.contribs.org/PHP_Software_Collections for a method to safely upgrade.