Obsolete Releases > SME 8.x Contribs

Installing phpMyadmin Issue

<< < (2/3) > >>

TerryF:

--- Quote from: chris burnat on July 13, 2012, 03:02:33 AM ---Chances are this contrib has not yet been ported to sme8 contribs section of the repos.  You need to enable sme7 contribs repo to access this package. If not sure how to do this, ask.

--- End quote ---

Correct, the sme7contrib setting that is.

howardr:
Being a newbie, would you be kind enough to advise how to set up the repository mentioned above.

Thanks

TerryF:

--- Quote from: howardr on July 13, 2012, 03:33:49 AM ---Being a newbie, would you be kind enough to advise how to set up the repository mentioned above.

Thanks

--- End quote ---

http://wiki.contribs.org/SME8.0_Contribs_QA

chris burnat:

--- Quote from: howardr on July 13, 2012, 03:33:49 AM ---Being a newbie, would you be kind enough to advise how to set up the repository mentioned above.

Thanks

--- End quote ---

Actually, I suspect that it is a little more involved...

First of all, you need to provide access to sme7contribs.
From command line as root do (copy the whole of the 6 lines of commands below and paste in your terminal, i.e. putty):


--- Code: ---db yum_repositories set sme7contribs repository \
GPGCheck yes \
MirrorList http://distro.ibiblio.org/pub/linux/distributions/smeserver/mirrorlist/smecontribs-7 \
Name 'SME 7 - contribs' \
Visible no \
status disabled
--- End code ---

Next do:

--- Code: ---signal-event yum-modify
--- End code ---

#Next check results:

--- Code: ---/sbin/e-smith/audittools/repositories
--- End code ---
addons: disabled
base: enabled
centosplus: disabled
contrib: disabled
extras: disabled
sme7contribs: disabled <----HERE!
smeaddons: enabled
smecontribs: disabled
smedev: disabled
smeextras: enabled
smeos: enabled
smetest: disabled
smeupdates: enabled
smeupdates-testing: disabled
updates: enabled

Note: if you cannot see sme7contribs:disabled, you may have to perform:

--- Code: ---yum clean all
--- End code ---

#check again using /sbin/e-smith/audittools/repositories

# Then follow http://wiki.contribs.org/PHPMyAdmin using following initial command:


--- Code: ---yum --enablerepo=smecontribs --enablerepo=sme7contribs install smeserver-phpmyadmin
--- End code ---
Note: we need to enable both the sme7contribs and sme8 contribs (referred as smecontribs) Repos for deps.
[snip]
Install       4 Package(s)
Upgrade       0 Package(s)

Total download size: 4.4 M
Is this ok [y/N]: y
Downloading Packages:
[snip]
Installed:
  smeserver-phpmyadmin.noarch 0:2.11.1.2-3.el4.sme                                                                                                             

Dependency Installed:
  libmcrypt.x86_64 0:2.5.8-4.el5.centos                php53-mcrypt.x86_64 0:5.3.3-1.el5                phpmyadmin.noarch 0:2.11.11.3-2.el5.rf               

Complete!

==============================================================
WARNING: You now need to run BOTH of the following commands
to ensure consistent system state:


--- Code: ---signal-event post-upgrade; signal-event reboot
--- End code ---
#Note: ensure that the server enters reboot stage before closing your terminal.

#Then follow the rest of the instructions in the Wikis.  I have installed on my test server as above and it is looking OK:

--- Code: ---[root@test864 ~]# db configuration show phpmyadmin
phpmyadmin=configuration
    access=private
--- End code ---

No warranty

mealogav:
I've tried to follow these instructions for installing phpMyAdmin on SME7 and after the
yum --enablerepo=smecontribs --enablerepo=sme7contribs install smeserver-phpmyadmin

I get this error "Cannot find a valid baseurl for repo: base".  Any help or ideas please?

[root@databox2 ~]# yum --enablerepo=smecontribs --enablerepo=sme7contribs install smeserver-phpmyadmin
Loading "installonlyn" plugin
Loading "protect-packages" plugin
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Install Process
Setting up repositories
sme7contribs              100% |=========================| 2.3 kB    00:00
not using ftp, http, or file for repos, skipping - 4 is not a valid release or hasnt been released yet
Cannot find a valid baseurl for repo: base
Error: Cannot find a valid baseurl for repo: base
[root@databox2 ~]#

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version