Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: clm314159 on April 28, 2010, 12:57:21 AM

Title: Ploticus on SME???
Post by: clm314159 on April 28, 2010, 12:57:21 AM
I am trying to get a mediawiki site up and running with the easytimeline add-on. So far, I have using PHP5 contrib (glad to read about the upgrade to php5 in SME v.8 coming soon), I have gotten the latest version of mediswiki to work. The easy time line add-on however, requires the ploticus program. I have tried to install it using the rpm and yum. Yum on SME is not configured with a repository that contains ploticus. The rpm that I downloaded wants more packages installed and it looks as if there is conflicts with the existing packages.

The install messages from rpm are at the end of this post.

At this point I got worried about breaking the server by overwriting some of these conflicting packages. So I was looking for some advice as to what to do next. Is there a way to install ploticus on SME? Or should I just install the whole site (mediawiki and easytimeline) on an Ubuntu server and set the approprate IP to go to the Ubuntu server in the "hostnames and addresses" menu item on the SME server manager?


Thanks for your time,
Chris

***rpm install messages***

]# rpm -i ploticus-2.41-1.fc12.pentium3.rpm
warning: ploticus-2.41-1.fc12.pentium3.rpm: V3 DSA signature: NOKEY, key ID ccb496f1
error: Failed dependencies:
        libc.so.6(GLIBC_2.7) is needed by ploticus-2.41-1.fc12.pentium3
        rpmlib(FileDigests) <= 4.6.0-1 is needed by ploticus-2.41-1.fc12.pentium3
        rtld(GNU_HASH) is needed by ploticus-2.41-1.fc12.pentium3
        rpmlib(PayloadIsXz) <= 5.2-1 is needed by ploticus-2.41-1.fc12.pentium3
[root@nina-hartley ploticus]# rpm -i glibc-2.11-2.i686.rpm             
warning: glibc-2.11-2.i686.rpm: V3 RSA/MD5 signature: NOKEY, key ID 57bbccba
error: Failed dependencies:
        glibc-common = 2.11-2 is needed by glibc-2.11-2.i686
        libfreebl3.so is needed by glibc-2.11-2.i686
        libfreebl3.so(NSSRAWHASH_3.12.3) is needed by glibc-2.11-2.i686
        rpmlib(FileDigests) <= 4.6.0-1 is needed by glibc-2.11-2.i686
        rpmlib(PayloadIsXz) <= 5.2-1 is needed by glibc-2.11-2.i686
        binutils < 2.19.51.0.10 conflicts with glibc-2.11-2.i686
        prelink < 0.4.2 conflicts with glibc-2.11-2.i686
        glibc > 2.3.4 conflicts with glibc-common-2.3.4-2.43.el4_8.3.i386
    Suggested resolutions:
        /home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/nss-3.11.99.5-3.el4.centos.i386.rpm
Title: Re: Ploticus on SME???
Post by: Stefano on April 28, 2010, 01:42:09 AM
hi

enable Dag's (http://wiki.contribs.org/Dag) repository and you can install ploticus with (v 2.33, last is 2.41)

Code: [Select]
yum --enablerepo=dag install ploticus
Title: Re: Ploticus on SME???
Post by: clm314159 on April 28, 2010, 03:01:58 AM
Stefano,
I tried your command and I got:

"Error getting repository data for dag.repo, repository not found".

I googled the problem and found that I need a dag.repo file in my /etc/yum.repos.d folder. I tried some examples from the web but they did not work. Could you or someone else post the contents of your /etc/yum.repos.d/dag.repo file?

Thanks,
Chris
Title: Re: Ploticus on SME???
Post by: mmccarn on April 28, 2010, 05:15:12 AM
The instructions in the wiki page referenced by Stefano create the dag repository in a manner that will help keep you from accidentally destroying your server.

Here's the link again: http://wiki.contribs.org/Dag
Title: Re: Ploticus on SME???
Post by: clm314159 on April 28, 2010, 06:19:01 PM
Thanks to both of you!

I got Ploticus installed.

I totally missed that there was a link on "Dag's" in Stefano's reply. I am really glad that there was a contrib for enabling that respository because as you say it really sucks to destroy a server.

Thanks again,
Chris
Title: Re: Ploticus on SME???
Post by: cactus on April 28, 2010, 07:22:24 PM
Moving this topic to SME 7.x Contribs where it is more appropriate.