Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: ElFroggio on April 04, 2012, 04:45:44 PM

Title: Repos do not find phpmyadmin or awstats
Post by: ElFroggio on April 04, 2012, 04:45:44 PM
I just installed 8b7 for testing. I need both:

* phpmyadmin
* awstats

According to 8QA:

smeserver-phpmyadmin
PHPMyAdmin - install as per wiki, works as expected
- All dependencies are in smecontribs, smeaddons or smeextras

and

smeserver-awstats
AWStats - install as per wiki, works as expected
- All dependencies are in smecontribs, smeaddons or smeextras

When I run:

yum --enablerepo=smecontribs install smeserver-phpmyadmin
yum --enablerepo=smecontribs install smeserver-awstats

I get the same answer:

"No package smeserver-phpmyadmin available"  and "No package smeserver-awstats available"

The base, smecontribs, smeaddons, smeextras, smeos, smeupdates and updates repos are enabled. Where do I find them?

Thanks



Title: Re: Repos do not find phpmyadmin or awstats
Post by: Stefano on April 04, 2012, 04:47:55 PM
are you sure you did read CAREFULLY this page?

http://wiki.contribs.org/SME8.0_Contribs_QA#Setup
Title: Re: Repos do not find phpmyadmin or awstats
Post by: ElFroggio on April 04, 2012, 05:59:12 PM
are you sure you did read CAREFULLY this page?

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

Yes and no. I saw that but it I did not understand that I needed to create the old repo before doing the install. This is in the testing section. I was looking for the installation. To me, the testing comes after the installation.

BTW, English is not my first or second language so...

.pu ti gniraelc rof sknahT
Title: Re: Repos do not find phpmyadmin or awstats
Post by: Stefano on April 04, 2012, 06:11:10 PM
:-)
Title: Re: Repos do not find phpmyadmin or awstats
Post by: iTropics on April 06, 2012, 07:02:27 AM
Try the one as suggested from here http://forums.contribs.org/index.php?topic=46679.0

If still doesn't want to work:

cd /tmp
wget http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-phpmyadmin-2.11.1.2-3.el4.sme.noarch.rpm
yum localinstall smeserver-phpmyadmin-2.11.1.2-3.el4.sme.noarch.rpm
expand-template /usr/share/phpmyadmin/config.inc.php
svc –t /service/httpd-e-smith
Title: Re: Repos do not find phpmyadmin or awstats
Post by: chris burnat on April 06, 2012, 09:45:50 AM
Try the one as suggested from here http://forums.contribs.org/index.php?topic=46679.0

If still doesn't want to work:

cd /tmp
wget http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-phpmyadmin-2.11.1.2-3.el4.sme.noarch.rpm
yum localinstall smeserver-phpmyadmin-2.11.1.2-3.el4.sme.noarch.rpm
expand-template /usr/share/phpmyadmin/config.inc.php
svc –t /service/httpd-e-smith

If this works, it would be good opening a ticket in the Bugtracker under documentation:
http://bugs.contribs.org/enter_bug.cgi?product=SME%20Server%20Documentation
In this way someone can update the Wikis.
Thanks.