Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: crazybob on February 10, 2004, 05:02:51 PM

Title: php, mysql, apache
Post by: crazybob on February 10, 2004, 05:02:51 PM
How can I tell which versions of php, mysql, and apache are included in SME 6.0? A client of mine has to do a little work for a website and says he needs this info.

Have tried searching, but found nothing

Thanks

Bob
Title: php, mysql, apache
Post by: MasterSleepy on February 10, 2004, 05:35:39 PM
Hello,

You can get it from the rpm which has been installed.

rpm -qa|grep php
For php version
rpm -qa|grep apache
for apache version
rpm -qa|grep mysql
for mysql version

Regards,
Title: php, mysql, apache
Post by: grand-pa on February 10, 2004, 08:19:51 PM
The shorter the faster : :-D
Code: [Select]
[root@sme-60 root]# rpm -q php
php-4.1.2-7.3.6es1
[root@sme-60 root]# rpm -q apache
apache-1.3.27-2
[root@sme-60 root]# rpm -q mysql
mysql-3.23.56-1.73