==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
https://bugs.contribs.org/show_bug.cgi?id=9262
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #10 from John Crisp <[email protected]> ---
(In reply to Chris Bostock from comment #9)
> OK thanks.
>
> I have been running sql databases on 7.x and 8.x since they came out without
> any problems.
>
> I will give up with 9.1 and go back to a version that installed ok. This is
> too difficult for us mere mortals who just want to use the software and are
> not linux geeks.
>
Chris, v8 is not having any further development support apart from standard
updates/urgent security fixes. It goes EOL in March 2017.
We recommend all users to upgrade to v9 which is supported for another 4 years
so I suggest you don't give up on it this easily. You are making a few very
simple errors and I am doing my best to assist you.
You do not have to be a linux geek to do this. But as an administrator of a
server you do need to educate yourself a little, the same as you would with ANY
software.
> There is no way I could explain this to my fellow users who know less than I
> do.
>
Quite simply if you are doing anything beyond the standard install you really
have to learn a little. Most of the time it is not hard - we try to make it
that way. Do you expect your server users to do this sort of administration ?
>
>
> My configuration is straight out of the box with just updates. The missing
> t was a cut and paste error. The message is below. Whatever the stephdl is
> I do not know but it would have appeared as I was trying to install
> phpmyadmin and followed the several links
>
No, to get the error you have you MUST have done something non standard or you
would not get the error about the stephdl repo. So you are not telling me the
whole story.......
There is only one page to follow :
https://wiki.contribs.org/PHPMyAdmin
But as I have intimated, there may be an error in the documentation which we
need to fix.
Can you ATTACH the output of this to the bug please
db yum_repositories show
Then we can see what repos you have installed.
>
> # yum info php-mcrypt
>
> Loaded plugins: fastestmirror, smeserver
> Repository 'stephdl' is missing name in configuration, using id
> Loading mirror speeds from cached hostfile
> * base: centos.mirroring.pulsant.co.uk
> * smeaddons: ftp.nluug.nl
> * smeextras: ftp.nluug.nl
> * smeos: ftp.nluug.nl
> * smeupdates: ftp.nluug.nl
> * updates: centos.serverspace.co.uk
> Error: No matching Packages to list
Ok, that is because it is not installed.
yum --disablerepo="*" --enablerepo="epel" list available |grep php
That does
Disable all repos temporarily
Enable epel repo
list the available packages from that repo.
greg search for the anything with 'php' in it
Just trying to see if we can see one of the required packages. You should see
the mcrypt package.
I am pretty sure the following line as stated previously will install it all
for you. I believe the documentation for the installation is missing the epel
repo information and needs amending so getting this solved will prove the case
and allow us to update the documentation.
yum --enablerepo=smecontribs,epel install smeserver-phpmyadmin
Enable the smecontribs and epel repos (which allows it to get dependencies)
install the required package
At the end of the day most of this is stock package management for RPM based
systems. It is not out of the ordinary, and as a systems admin you should be
able to to do it.
Please have a go and report back to help us solve the documentation issue. If
you don't help us, we can't help make things better.
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/