Koozali.org: home of the SME Server

phpMyAdmin For SME8b6 ?

Offline wbell

  • **
  • 49
  • +0/-0
Re: phpMyAdmin For SME8b6 ?
« Reply #15 on: May 16, 2011, 07:10:04 PM »
No, it should only look in SME Server 8 repositories as it does. The sme7contribs option is a work around (since contribs are not released when we are still in beta). Packages in smeaddons for SME Server 7 can be incompatible with SME Server 8. SME Server 8 is still empty because of the earlier mentioned reason.

Okay...  So, for testing purposes, is there a way to explicitly define a dependency repository location?

Offline dalex

  • 17
  • +0/-0
Re: phpMyAdmin For SME8b6 ?
« Reply #16 on: January 03, 2012, 12:39:40 PM »
Latest phpmyadmin (2.11.11.3-1.el5) at:

http://www.sme-server.de/download/sme8/contribs/smecontribs/index.html

Works ok in sme8b7.
...

Offline Marco Hess

  • *
  • 149
  • +0/-0
    • http://www.through-ip.com
Re: phpMyAdmin For SME8b6 ?
« Reply #17 on: January 04, 2012, 07:23:16 AM »
Did you follow the guidelines for setup of SME8 contribs in:

http://wiki.contribs.org/index.php?title=SME8.0_Contribs_QA&section=3#Setup

Particularly the line where it says to enable both sme7contribs AND smecontribs repos like in:

Code: [Select]
yum --enablerepo=sme7contribs --enablerepo=smecontribs install smeserver-phpmyadmin
which results in something like:

Code: [Select]
# yum --enablerepo=sme7contribs --enablerepo=smecontribs install smeserver-phpmyadmin
...
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package smeserver-phpmyadmin.noarch 0:2.11.1.2-3.el4.sme set to be updated
--> Processing Dependency: phpmyadmin for package: smeserver-phpmyadmin
--> Running transaction check
---> Package phpmyadmin.noarch 0:2.11.11.3-2.el5.rf set to be updated
--> Processing Dependency: php-mcrypt for package: phpmyadmin
--> Running transaction check
---> Package php53-mcrypt.i386 0:5.3.3-1.el5 set to be updated
--> Processing Dependency: libmcrypt.so.4 for package: php53-mcrypt
--> Running transaction check
---> Package libmcrypt.i386 0:2.5.8-4.el5.centos set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================
 Package                           Arch                Version                         Repository                 Size
=======================================================================================================================
Installing:
 smeserver-phpmyadmin              noarch              2.11.1.2-3.el4.sme              sme7contribs              9.1 k
Installing for dependencies:
 libmcrypt                         i386                2.5.8-4.el5.centos              smecontribs               116 k
 php53-mcrypt                      i386                5.3.3-1.el5                     smecontribs                16 k
 phpmyadmin                        noarch              2.11.11.3-2.el5.rf              smecontribs               4.2 M

Transaction Summary
=======================================================================================================================
Install       4 Package(s)
Upgrade       0 Package(s)

Total download size: 4.4 M
Is this ok [y/N]:
« Last Edit: January 04, 2012, 09:06:14 AM by Marco Hess »
Adelaide - Australia

Offline dalex

  • 17
  • +0/-0
Re: phpMyAdmin For SME8b6 ?
« Reply #18 on: January 04, 2012, 08:32:59 AM »
No, it wasn't working this way. I downloaded phpmyadmin from the above site, local-installed it (libmcrypt and php52-mcrypt auto installed), and then downloaded and local-installed again smeserver-phpmyadmin for the same site but the URL mentioned before. And i didn't reboot, only expanded the two templates and restarted httpd.
...

Offline Marco Hess

  • *
  • 149
  • +0/-0
    • http://www.through-ip.com
Re: phpMyAdmin For SME8b6 ?
« Reply #19 on: January 04, 2012, 09:26:10 AM »
No, it wasn't working this way.

Fine, but in your original post:

Code: [Select]
[root@test-sme8 ~]# yum --enablerepo=sme7contribs install smeserver-phpmyadmin

you only showed that you enabled the sme7contribs repo and not the smecontribs repo as was suggested in the wiki.
Adelaide - Australia