Koozali.org: home of the SME Server

Unable to start phpmyadmin...

Offline timindaburgh

  • 3
  • +0/-0
Unable to start phpmyadmin...
« on: October 04, 2011, 04:30:37 PM »
In the secure shell, I have the following output:

Quote
[root@sme8srvr ~]# yum --enablerepo=smecontribs install smeserver-phpmyadmin
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
 * base: mirror.net.cen.ct.gov
 * smeaddons: distro.ibiblio.org
 * smecontribs: distro.ibiblio.org
 * smeextras: distro.ibiblio.org
 * smeos: distro.ibiblio.org
 * smeupdates: distro.ibiblio.org
 * updates: centos.aol.com
base                                                     | 1.1 kB     00:00     
smeaddons                                                | 2.3 kB     00:00     
smecontribs                                              | 2.3 kB     00:00     
smecontribs/primary_db                                   | 196 kB     00:00     
smeextras                                                | 2.3 kB     00:00     
smeos                                                    | 2.1 kB     00:00     
smeupdates                                               | 1.9 kB     00:00     
updates                                                  | 1.9 kB     00:00     
updates/primary_db                                       | 165 kB     00:00     
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Setting up Install Process
No package smeserver-phpmyadmin available.
Nothing to do

Where can I go from here to activate phpmyadmin on SME Server 8.0beta6?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Unable to start phpmyadmin...
« Reply #1 on: October 04, 2011, 04:41:18 PM »
Hi, welcome here

please read here

please, remember to search the forums before posting, thank you :-)

Offline timindaburgh

  • 3
  • +0/-0
Re: Unable to start phpmyadmin...
« Reply #2 on: October 04, 2011, 10:58:30 PM »
Stefano,

Thanks for the link. However, I am still trying to decipher (even by following the link you provided) what to do next. I have had very little experience in making any command line installations. So at this point, I'm not sure my server has what is required to run phpmyadmin or not. I will keep reading. Thank you for your reply.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Unable to start phpmyadmin...
« Reply #3 on: October 04, 2011, 11:02:09 PM »
setup sme7contribs repo as per wiki page

then
Code: [Select]
yum --enablerepo=sme7contribs install smeserver-phpmyadmin

that's all

Offline Buckwheat

  • *
  • 16
  • +0/-0
Re: Unable to start phpmyadmin...
« Reply #4 on: October 07, 2011, 06:34:46 PM »
Might this be the issue your having???

Code: [Select]
# yum --enablerepo=sme7contribs install smeserver-phpmyadmin
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
 * base: ftp.usf.edu
 * sme7contribs: distro.ibiblio.org
 * smeextras: distro.ibiblio.org
 * smeos: distro.ibiblio.org
 * smeupdates: distro.ibiblio.org
 * updates: centos-distro.cavecreek.net
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
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
--> Finished Dependency Resolution
smeserver-phpmyadmin-2.11.1.2-3.el4.sme.noarch from sme7contribs has depsolving problems
  --> Missing Dependency: phpmyadmin is needed by package smeserver-phpmyadmin-2.11.1.2-3.el4.sme.noarch (sme7contribs)
Error: Missing Dependency: phpmyadmin is needed by package smeserver-phpmyadmin-2.11.1.2-3.el4.sme.noarch (sme7contribs)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

Offline Paperguides

  • ****
  • 118
  • +0/-0
Re: Unable to start phpmyadmin...
« Reply #5 on: October 25, 2011, 02:59:11 PM »
I too have the problem with the dependencies.  What is the solution?
...

Offline timindaburgh

  • 3
  • +0/-0
Re: Unable to start phpmyadmin...
« Reply #6 on: October 25, 2011, 05:25:56 PM »
[solved] After rebooting the SME8 server, I was able to see the databases and perform operations just fine with site/myadmin. It now works fine for me.

Offline johnp

  • *****
  • 312
  • +0/-0
Re: Unable to start phpmyadmin...
« Reply #7 on: October 25, 2011, 09:48:23 PM »
@Paperguides did you try?
Code: [Select]
yum --enablerepo=sme7contribs --enablerepo=smecontribs install smeserver-phpmyadmin

Offline peterhocking

  • ****
  • 90
  • +0/-0
    • Welcome to the Hockings at Canberra
Re: Unable to start phpmyadmin...
« Reply #8 on: December 21, 2011, 05:31:58 AM »
Hi

I'm trying to install this myself using;
yum --enablerepo=sme7contribs --enablerepo=smecontribs install smeserver-phpmyadmin

When I run that, I get;
Loaded plugins: fastestmirror, protect-packages, smeserver

Error getting repository data for sme7contribs, repository not found

Can anyone help me solve this issue?

TIA

Peter

Offline TerryF

  • grumpy old man
  • *
  • 1,848
  • +6/-0
Re: Unable to start phpmyadmin...
« Reply #9 on: December 21, 2011, 06:05:33 AM »
Hi

I'm trying to install this myself using;
yum --enablerepo=sme7contribs --enablerepo=smecontribs install smeserver-phpmyadmin

Peter

Make sure you create a repo named sme7contribs, which points at the SME7 smecontribs repo..

Read Here for details on what to do

Then run the yum command you tried at first.
--
qui scribit bis legit

Offline hawk

  • *
  • 141
  • +0/-0
    • hawkelectronics
Re: Unable to start phpmyadmin...
« Reply #10 on: December 21, 2011, 03:38:11 PM »
try installing manually
download the smephpmyadmin and installing

http://www.sme-server.de/download/sme7/contribs/smecontribs/index.html
download
phpmyadmin
smephpmyadmin
then installed both with MC
signal-event post-upgrade
signal-event reboot

thanks John

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Unable to start phpmyadmin...
« Reply #11 on: December 21, 2011, 04:05:08 PM »
try installing manually
download the smephpmyadmin and installing
No need to, the instructions from Trex should get OP started, with the benefit of easy updates when available and no hassle for dependencies.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)