LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-19-2010, 10:45 PM   #1
chobong
Member
 
Registered: Jan 2010
Posts: 90

Rep: Reputation: 15
Please help upgrade subversion on Fedora 8


Dear All,

I'm using Fedora 8 and subversion 1.4.4.
I just want to upgrade subversion to version 1.6 and tried with rpmforge.
But rpmforge is used for Centos, not for Fedora

I ran 'yum --enablerepo=rpmforge update subversion' but it displayed error
Code:
Error: Missing Dependency: libneon.so.25()(64bit) is needed by package subversion-1.6.12-0.1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: python(abi) = 2.4 is needed by package subversion-1.6.12-0.1.el5.rf.x86_64 (rpmforge)
I installed python 2.5 in my server, but it still displays errors.
Is there the way to upgrade subversion without a source?

Thanks and Best Regards
 
Old 09-20-2010, 12:13 AM   #2
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
Why did you still use Fedora 8? Please give us the output of:
Code:
ls -l /usr/lib64 | grep libneon.so
rpm -q --provides python | grep abi
 
Old 09-20-2010, 01:33 AM   #3
chobong
Member
 
Registered: Jan 2010
Posts: 90

Original Poster
Rep: Reputation: 15
Thanks quanta, here is the output
Code:
[root@localhost ~]# ls -l /usr/lib64/ | grep libneon.so
lrwxrwxrwx  1 root root      17 2008-12-17 03:22 libneon.so.27 -> libneon.so.27.0.2
-rwxr-xr-x  1 root root  141656 2007-09-25 11:36 libneon.so.27.0.2
Code:
[root@localhost ~]# rpm -q --provides python | grep abi
python(abi) = 2.5
python-abi = 2.5
 
Old 09-20-2010, 02:02 AM   #4
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
This installation may cause the dependencies problem as you are trying for Fedora8...
try installing the rpm its says missing or creating the problem ...
 
Old 09-20-2010, 02:03 AM   #5
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
other solution may be downlaod the src rpm for subversion ...
 
Old 09-20-2010, 05:03 AM   #6
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
Quote:
Originally Posted by chobong View Post
here is the output
Code:
[root@localhost ~]# ls -l /usr/lib64/ | grep libneon.so
lrwxrwxrwx  1 root root      17 2008-12-17 03:22 libneon.so.27 -> libneon.so.27.0.2
-rwxr-xr-x  1 root root  141656 2007-09-25 11:36 libneon.so.27.0.2
Code:
[root@localhost ~]# rpm -q --provides python | grep abi
python(abi) = 2.5
python-abi = 2.5
Make a symbolic link and try again:
Code:
cd /usr/lib64
ln -s libneon.so.27.0.2 libneon.so.25
 
Old 09-20-2010, 10:04 PM   #7
chobong
Member
 
Registered: Jan 2010
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
cd /usr/lib64
ln -s libneon.so.27.0.2 libneon.so.25
Uhm, I tried but it still shows the errors...

Quote:
Why did you still use Fedora 8?
Im using a Server Hosting, so upgrading fedora to a latest version is really hard to me ...
 
Old 09-20-2010, 10:13 PM   #8
chobong
Member
 
Registered: Jan 2010
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
This installation may cause the dependencies problem as you are trying for Fedora8...
try installing the rpm its says missing or creating the problem ...
I tried with 'rpm -Uvh subversion-1.6..' but it asked too many dependencies

Quote:
other solution may be downlaod the src rpm for subversion ...
Yes, I will try. Thanks for your advice...
 
Old 09-20-2010, 11:18 PM   #9
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
Add the F13 repositories so that you can install svn via YUM, as F8 is so outdated that KDE is 4.0 and GNOME is 2.20! This is a much easier way to install Subversion, as building it from source is a real pain.

My question is why you didn't go with Rawhide:

Code:
su -c "yum install fedora-release-rawhide"
This will enable repositories to ensure that your software is up-to-date.
 
Old 09-20-2010, 11:37 PM   #10
chobong
Member
 
Registered: Jan 2010
Posts: 90

Original Poster
Rep: Reputation: 15
Thanks Kenny_Strawn
Code:
# yum install fedora-release-rawhid
But it said "No package fedora-release-rawhide available." ...
 
Old 09-21-2010, 12:41 AM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
WHY the blank would any one want to
Quote:
My question is why you didn't go with Rawhide:
with rawhide
in fedora rawhide is THE STILL IN TESTING/ALPHA/BETA/not working
next version of fedora in this case fedora 14
the op is still using the dead fedora 8

-- to the OP --
if you LIKE running a server WITH KNOWN security holes and UNSUPPORTED software
and software that will NEVER be fixed . and the ONLY way to install anything new is to build from source ( and build every and ALL redundancies from source)
then stay with the DEAD and unsupported fedora 8

otherwise install the current fedora 13 then in about 5 months fedora 15 then 6 months later fedora 16 + 6months fedora 17

or install a LONG LIFE distro DESIGNED for a server like CentOS ( 5 year support VS fedora's 6 month/13month )

as to installing ANY new software on fedora 8

YOU DO NOT

you install fedora 13 FIRST
######################
Kenny_Strawn
Quote:
Add the F13 repositories so that you can install svn via YUM, as ...
there is ZERO chance of fedora 13 repo working in fedora 8
there is also zero chance of "upgrading "fedora 8 to 13
and turnning on the rawhide repo is a VERY BIG NO-NO
EVERY fourm post on that states NEVER TURN FEDORA RAWHIDE repo
unless you are alpha and or beta testing the source build of THE NEXT FEDORA RELEASE
and yes i have been using fedora for MANY MANY years .

Last edited by John VV; 09-21-2010 at 12:48 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Upgrade fedora 1 to fedora 8; problem with dual boot mounting partition. alan sherwood Linux - Newbie 6 05-19-2010 06:31 PM
hi guys i am useing fedora 8 i have setup subversion server ashraflinux1@gmail.com Linux - Server 2 09-16-2009 02:24 PM
subversion and apache permission problems on fedora core 6 hamidskey Fedora 2 03-13-2007 10:52 AM
Fedora Core 2 Subversion tkat-11 Linux - Software 2 08-11-2004 11:22 AM
How to install Subversion(Version Control with Subversion) under RedHat Linux. netkiller Linux - Networking 1 07-01-2004 05:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration