Koozali.org: home of the SME Server

SW-Packages on SME9

Offline stimzuk

  • *****
  • 154
  • +0/-0
SW-Packages on SME9
« 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.

Offline DanB35

  • *****
  • 764
  • +0/-0
    • http://www.familybrown.org
Re: SW-Packages on SME9
« Reply #1 on: October 30, 2015, 09:12:13 PM »
rpm -q (packagename) at the shell will give you that information.  Here are the results on my server:
Code: [Select]
[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.
« Last Edit: October 30, 2015, 09:14:06 PM by DanB35 »
......