Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: yvain on June 09, 2005, 03:07:20 PM
-
hello
I am currently working on SME server 7.0 alpha 9 and I would like to know if I can get the centos' version by any means.
thanks
-
Hi yvain,
SME 7 is the CentOS based version. The SME7alpha18 went to the mirrors today.
Here is the "official" info location at the time:
http://sourceforge.net/projects/smeserver/
Enjoy
Joe
EDIT: sorry, mis-understood the question. SME7 is built from
a CentOS 3.4 base version. Go to: http://www.centos.org/
-
sorry, mis-understood the question. SME7 is built from a CentOS 3.4 base version. Go to: http://www.centos.org/
As of SME Server 7alpha18 it is based on CentOS 3.5.
-
ok thanks
Do you know if .rpm build for centos 3.5 or 4.0 would work on my 3.4 centos based SME ?
I m actually trying to install subversion on my server and I didn't find rpm built for centos 3.4 yet.
-
ok thanks
Do you know if .rpm build for centos 3.5 or 4.0 would work on my 3.4 centos based SME ?
I m actually trying to install subversion on my server and I didn't find rpm built for centos 3.4 yet.
RPMs for 3.5 are likely to work. RPMs for 4 may, but you are more likely to have dependency issues on the versions of underlying packages.
Alpha19 is based on CentOS 3.5
Gordon
-
Since CentOS is much like rhel, I'd suggest you try the rhel3 rpms for subversion, available at dag.wieers.com for example. Chances are you will run into problems with CentOS 4 rpms.
(I sure have had my part of those so far :-D )
-
I tried rhel3 rpm on the website you gave me but it doesn't work
I got
error: Failed dependencies:
libneon.so.24 is needed by subversion-1.1.4-0.1.1.el3.rf
thank you anyway
-
I usually search with rpm.pbone.net for such dependencies:
neon-0.24.7-1.1.el3.dag.i386.rpm (http://"ftp://ftp.freshrpms.net/pub/dag/packages/neon/neon-0.24.7-1.1.el3.dag.i386.rpm")
Dependencies for subversion-1.1.4-0.1.1.el3.rf.i386.rpm?
Well, a lot really
Subversion Requirements (http://"http://rpm.pbone.net/index.php3/stat/4/idpl/1785197/com/subversion-1.1.4-0.1.1.el3.rf.i386.rpm.html")
( Look at the "Requires" section )
-
I install neon-0.24.7-1.1.el3.dag.i386.rpm
then I could install subversion-1.1.4-0.1.1.el3.rf.i386.rpm
subversion is now working
thanks a lot :-D