Koozali.org: home of the SME Server

Module versions in SME7

Offline judgej

  • *
  • 375
  • +0/-0
Module versions in SME7
« on: February 17, 2006, 02:59:19 PM »
Is there anywhere I can get a simple list of the versions of software included with SME7 (at least the versions in the ISO, bearing in mind that yum may upgrade some).

In particular, I'd like to know what versions of MySQL and PHP are supplied as standard.

I've searched for 45 minutes, coming up with lots of interesting posts and documents, but no simple list. So, yes, I have tried "search" ;-)

Thanks,

-- JJ
-- Jason

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
Module versions in SME7
« Reply #1 on: February 17, 2006, 04:43:06 PM »
............

Offline jfarschman

  • *
  • 406
  • +0/-0
Module versions in SME7
« Reply #2 on: February 17, 2006, 04:46:20 PM »
Judge,

  There are a couple of methods you could use.  First, for just php and mysql try the --version or -v on the command line.  This will give you some good information

  php --version
  mysql --version
  perl --version

  This will work fairly well is you know how to invoke the program, but what if you don't know... or only know a partial name?  Then try this.

rpm -qa |grep my

The -qa show all the rpms installed, and the grep sorts through them for the string my

Hope this helps.
Jay Farschman
ICQ - 60448985
jay@hitechsavvy.com

Offline jfarschman

  • *
  • 406
  • +0/-0
Module versions in SME7
« Reply #3 on: February 17, 2006, 04:47:45 PM »
Reinhold,

  Cool... you have a much better answer.
Jay Farschman
ICQ - 60448985
jay@hitechsavvy.com

Offline judgej

  • *
  • 375
  • +0/-0
Module versions in SME7
« Reply #4 on: February 17, 2006, 05:19:57 PM »
Quote from: "jfarschman"
php --version
  mysql --version
  perl --version


Yes, easy to do once it is installed. However, I am trying to find out before I install the server whether it will be suitable for some upcoming development work, and if not, how many contributions I am going to have to install get bring it up to the level I need.

They are useful tips, none-the-less :-)
-- Jason

Offline judgej

  • *
  • 375
  • +0/-0
Module versions in SME7
« Reply #5 on: February 17, 2006, 05:27:53 PM »
Quote from: "Reinhold"
http://www.wellsi.com/sme/info/smebase.php

HTH

Regards
Reinhold


Very nice - thankyou. That is just what I need.

Can I ask - is that a permanent feature of your site, and if so, is it worth linking to it from the documentation here? There is aweful lot of good information in there, for anyone concerned with installing, upgrading an deploying SME server. I do remember lists like this on contribs a while ago, but they seem to be gone now, or are very well hidden.

-- JJ
-- Jason

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
Module versions in SME7
« Reply #6 on: February 17, 2006, 06:30:40 PM »
guys,

credit where credit is due!

The work I (merely) linked to is by  IAN WELLS
...he is a member/lead of the SME DOC TEAM
...so I personally do consider it to be "permanent"
...especially since he's done it "about 20times"

:-D  ! THANKS IAN  ! :-D


Regards
Reinhold
............