CentOS 5 :: "Proper" Way To Install Newer Versions Than Provided By Yum?
Jan 13, 2010
I'm stuck in an ugly situation where I *have* to upgrade some packages to newer versions than what yum provides. For example, the latest openssh-server is 4.3 and I need 4.4 or higher.
Obviously I can compile the packages I need myself, but are there any sort of "best practices" to avoid making too much of a mess? Should I be installing stuff side-by-side with both versions? Anything distro-specific to keep in mind when building?
View 9 Replies
ADVERTISEMENT
Jan 22, 2010
I just installed openSuse 11.2. I added extra repo's like packman and Mozilla. I gave them priority level 80. The normal openSuse repo's have priority level 99.Still, Yast does not show newer versions from Packman or Mozilla.Yast completely ignores the prioritylevels of the repo's.The only time Yast shows packages from other repo's, is when they are not in the default repo's, like XMMS,w32codec-all, etc.So the repo's are added in the right way,but something strange happens in software management.
When I search for firefox, it shows the old version 3.5.6-1.1.1.When I click on the tab versions, I see that version 3.6.0-1.2 is there from openSuse buildservice.Why is Yast not showing the higher version (available) in the mainscreen?When I select it manually, Yast complains about dependancies because it is not aware of newer versions of mozilla xulrunner.
View 2 Replies
View Related
Nov 2, 2010
currently my laptops is running 10.10 I haven't been having any problems so far nor I felt any improvement (functionality wise) over 10.4 . But today I came across a small problem: I went to Cilenerra's website - a Powerful video editing software. I saw that they have a version for 10.4 but not for 10.10 yet. Now I'm unable to get that software.
1. My question is, will I be encountering this type incompatibility issues in the future if I keep getting the latest Ubuntu distros?
2. What if I choose to install 10.4 LTS and stick with it long term? Will I start getting incompatibility issues after a year or so?
3. Will the 10.4 get more and more stable and responsive with newer updates until the new LTS?
EDIT: and if you're wondering, I tried installing the repository of Cinelerra, but the Ubuntu Software Centre kept telling me that there's no version available for my OS.
View 1 Replies
View Related
Feb 27, 2011
I just wanted to ask about official opinion or policy concerning newer versions of KDE. Is 4.6 still so buggy or unstable to be included in experimental? What steps are going to be made concerning KDE and what when? I don't like GNOME, KDE 3.5 is out of the game now in 6.0 and KDE 4.4 is IMHO all but mature and finished. So I am not sure what to do now, Kubuntu is buggy and don't like it but they have 4.6...
View 2 Replies
View Related
Sep 12, 2010
In newer versions of Avidemux wrong parameters are set when choosing "Sony Playstation Portable" from the Auto menu. The PSP doesn't support more than 2 reference frames or 8x8 DCT Transform.
This is how you can fix it. Backup the original file
Code:
sudo cp /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml.org
Edit the file
Code:
sudo gedit /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml
Change this line
[Code]...
View 1 Replies
View Related
May 13, 2010
Is there any way to get newer versions of software onto the Intepid Ibex release of Ubuntu? I have to stick to this version as later versions break my Video card support but Imuch prefer some of the newer versions of software. For example Amarok refuses to update to 2.0 and beyond. Is this merely a matter of changing repositories to later versions, or am I restricted by the version of X.org I am running?
View 3 Replies
View Related
Mar 30, 2010
Is removing previous older kernels "vmlinuz", when updates do get a newer version an easy task, or do the more recent Linux like Ubuntu 9.10 do that automatically, and only keep a few older previous kernels ?
View 6 Replies
View Related
Aug 13, 2009
I have ImageMagick 6.2.8 installed on my CentOS 5.3 (64bit) system. I want to upgrade it to a newer version, because it has nice new features I need to use in a PHP script I write for a website. I tried yum, but it did not help, it didn't have a newer version of ImageMagick. Maybe I have to use some other repositories (I use CentOS and RPMFprge repositories only) or use them some other way. I ended up with downloading ImageMagick 6.5.4 RPM from ImageMagick website (it was marked as Fedora package, there's no one for CentOS there) and tried to install it. I've got some absent dependencies, but installed them all, most from the CentOS and RPMForge repositories. Some were absent from those repositories (like jasper-libs and libtool-ltdl) and I installed them from other sources.Finally, when I tried to install ImageMagick I got this error:
-bash-3.2# rpm -Uvh --test ImageMagick-6.5.4-10.x86_64.rpm
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by ImageMagick-6.5.4-10.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by ImageMagick-6.5.4-10.x86_64
I tried to install it using --nodeps, but got some "cpio: Bad magic" error. So, as far as I understand, I need to upgrade "rpm" package itself to make it working. Correct me if I'm wrong here. The current version of rpm is: bash-3.2# rpm --version RPM version 4.4.2.3
If I really have to upgrade rpm, then I'm not sure what to do. I have few questions:
1) First of all, what version of "rpm" package do I need? Because I don't want any conflicts. The latest version, as I can see on rpm.org, is 4.7.1. Will it work with CentOS 5.3?
2) Where do I get the right rpm for the rpm upgrade? If it's available at all. Rpm.org, as far as I can see, got source only, and I'm not sure CentOS uses their version of rpm. Where can I get the right rpm package, preferably as a plain .rpm file so I don't need to build it myself?
3) And after all, the most important. Wouldn't my system break at all if I upgrade rpm? I don't want to screw things up and end up with a broken system.
View 6 Replies
View Related
Nov 18, 2009
An application I'm attempting to install URL...) requires a version of gcc above 4.3.2, however the only rpms available for CentOS I can find are 4.1.2.I began trying to install a newer version via compiling the latest one from the gcc GNU site, but I started running into problems. Especially in installing newer versions of gmp and mpfr (apparently upgrading from certain versions of gmp will write over the header files, but won't change path locations for the lib files?) After examining the problem a little closer, I got worried that I was going to end up making the system unstable, so I stopped fiddling.
So my question is, is there an easier way to install a newer version of gcc? I'm not completely new to Linux, but I'm far from a master at the system, if anyone knew an easier/slightly more fool proof way of upgrading gcc.
View 2 Replies
View Related
Mar 30, 2011
I'm currently using OpenSuse 11.1 web server. This is bad since 11.1 is no longer supported. the reason why I am using it is because Function set_magic_quotes_runtime() was no longer being used. (so I was told)
That being said, is there a way to get Function set_magic_quotes_runtime() to function on the newer versions of OpenSuSE?
View 9 Replies
View Related
Sep 7, 2009
I am using centos 5.2 with kernal version "kernel-2.6.18-92.el5" i cant play mp3 songs in any of the players provided..can u help me in installing "vlc" or any other versatile player..thnx in advance.
output of "yum list *videolan*"
yum list *videolan*
Error: No matching Packages to list
View 7 Replies
View Related
Feb 10, 2009
I saw in CentOs Documentation that the only Tomcat package available in CentOs 5 was Tomcat 5, I would like to know why CentOs 5 didn't support Tomcat 6. And what's more I would like to know whether last version of Tomcat (6.0.18) can be installed on CentOs 5, and if we can trust installation tutorial we can read on centOs How 2 page? And in addition, could you tell me why Tomcat 6 isn't provided in CentOs Yum repository ... Is there a no working reason?
View 3 Replies
View Related
Feb 9, 2011
I am in the process of building a new server on an Asus P5QPL-AM motherboard and an Intel E8600 processor.explain to me the difference between the two versions and what would you recommend.Also, is there any advantage of SATA over IDE hard drives?
View 1 Replies
View Related
Feb 28, 2010
I built a home server (NAS/WWW/SSH/media server etc) and chose CentOS 5 as the OS (stability, easy of configuration).I was just about to start tuning the power consumption when I realised that the kernel CentOS uses is so "old" that it does not support the latest reduced power consumption enhancements that Linux has achieved in big strides in the recent past (we are probably still talking 6-12+ months ago e.g. tickless kernel)..
So my questions; 1) I know CentOS was maybe not meant for home servers (certainly its not its primary purpose), but if it is, any ideas of what kind of power consumption it takes (I know its relative) and if there are particular power consumptions that are worthwhile?
2) Do you recommend me compiling my own 2.6.21+ kernel from kernel.org or am I just likely to have compatibility issues (I really did not want to do that) or when is CentOS 5.4 supposed to have a newer 2.6.21+ version kernel?
Was it wrong of me in principle to choose CentOS for a home server when I am power conscious? (I don't have a low-power VIA processor either but a P4 so I am really just hoping to make do with software changes).
View 4 Replies
View Related
Mar 30, 2011
Is it possible to list/find/compare the program versions on a Centos system, against Redhat/Centos Errata/Security/Bug lists? Sort of looking for a way to make sure that all the packages on a system are ok, and not a security risk-- Without having to update every package. A pseudo code, in my mind is:
[Code]...
View 2 Replies
View Related
Sep 30, 2010
I am trying to install a vendor provided driver in Fedora 9 kernel 2.6.27.25-78.2.56.fc9.x86_64. Apparently the vendor stopped officially supporting Linux a number of years ago, so there were a few things I needed to change in the source code to get it to compile, now I'm trying to install it. Make runs successfully, but when I try to "make install" this happens:
Code:
# make install
Unloading any instances of foo module
Loading new foo into running kernel
insmod: error inserting 'foo.ko': -1 Operation not permitted
make: *** [install] Error 1
I've tried finding a solution via Google but it seems that the majority of people solved this problem using sudo, but I'm using su already and this still happens. I've also gone into make menuconfig and modules are enabled. I have access to the makefile and all the source code, so if something needs to be done there I can do it. If anyone has any ideas, please don't leave out any details; I'm a complete newbie when it comes to Linux
View 2 Replies
View Related
Jan 7, 2010
I am having video issue with ubuntu 9.10 and centos 5.4 cannot get resolution higher than 800x600 on Viewsonic vg930m monitor...The first time I installed ubuntu 9.10 worked great, since then no better than 800x600 on both linux distros. Any ideas it is very annoying, like using web browser on a small tablet pc....This monitor works great with opensolaris, though.
Using both distros in virtualbox right now but even if not virtualized install on hard drive I cannot get higher than 800x600...Driving me nuts.
View 14 Replies
View Related
Sep 5, 2009
Is there an easy way to update Perl from repos or do I need to compile from source to get a newer version?
Longer version
I'm trying to set-up MailScanner which requires a newer version of Perl IO than CentOS 5 appears to have in it's standard repos. I've also tried updating Perl from the rpmforge repo - but that just results in a bunch of transaction conflicts being reported by Yum. Is there another way of updating Perl from repos?
View 2 Replies
View Related
Feb 21, 2011
The 3rd vendor SW is requesting to have KSH version older that 20100202. CentOS 5.5 (x86_64) comes with 20100202-1.el5_5.1 and downgrade version listed is 20100202-1.el5
sudo yum downgrade ksh*
Loaded plugins: fastestmirror
Setting up Downgrade Process
Loading mirror speeds from cached hostfile
[Code]....
View 3 Replies
View Related
Sep 22, 2010
I use a BLAG (F12) with a free-kernel 2.6.32.21-libre.168.fc12.x86. I'd like to install a newer kernel (.35). But don't know what is the better way to do this. Is it to download the .35 src.rpm and rebuild the RPM under F12 ? Or should I compile it since the source ?
View 2 Replies
View Related
Apr 20, 2011
I am running my web and game server on ubuntu 8.04 lts and am considering in reinstalling a new OS. I would like to try another different OS(most probably CentOS or Debian and I saw alot of good comments about them). I'm not sure what version I am going to install. I searched on websites of companies that rents dedicated servers and noticed that they mainly use Debian 4 or 5 and CentOS 5 or 4.7. I would like you to tell me which versions do you prefer for CentOS and Debian servers.
View 5 Replies
View Related
Sep 25, 2010
I want to install libtorrent-rasterbar version 0.14 or greater.
I want to use apt-get to do this.
It seems to be available here: [url]
How can I do it? My current libtorrent-rasterbar package is version 0.13 (I've ran apt-get update).
I DON'T want to install anything else. The last time I added a 'sid' source to my sources.list, it installed the untested version of EVERYTHING. Due to this, I had to reinstall the OS. I don't want this to happen again.
How to install libtorrent-rasterbar version 0.14+ on Debian 5?
View 9 Replies
View Related
May 30, 2010
I have been requested to install a Fedora Kernel from source. As such i have found the below src.rpm: [URL] how to install this much newer kernel onto my server from src.rpm?
View 10 Replies
View Related
Mar 6, 2011
I have run the command ./wineinstall on redhat 5.2 machine and have got the error "conigure error: flex version installed is looking old.install flex 2.5.33 or newer version"
Solution for the above so that i can install wine on my linux machine.
View 1 Replies
View Related
Jul 17, 2009
I'm missing a fundamental that I just cant seem to wrap my head around with setting up repositories with RepoSync. I set up a local repository when my system was running version 5.2. Everything ran like a top up until the release of 5.3 Upon release I ran the standard yum on my 5.2 server which upgraded it to 5.3 and thats where my mental block is catching me up.
When I run a reposync It seems that all I'm able to download is the 5.2 packages. I'm trying to figure out how I can manage both a 5.2 repo along side a 5.3 repo with reposync and figure out what needs to be done to properly make reposync pull down the latest updates for the newer version. My original thinking was that once my repo server was upgraded to 5.3 it would start pulling the 5.3 updates but obviously I'm way off base since that is not happening.
View 1 Replies
View Related
Aug 31, 2010
to install a Python module I need a more recent version of a library (libcurl) that the one available in Lenny. How should I manage it? Shall I just install it manually? Won't it mess the system to have two versions of the same library in the system?
View 1 Replies
View Related
May 12, 2010
Are there any official, almost-official or maybe even reasonably stable kernel repositories with new kernels for opensuse 11.2? I recently changed my laptop for a new one which has some issues, which then again are solved in 2.6.33 (and even in 2.6.32 with some tweaking). I would by any means try to avoid kernel recompilation.
View 9 Replies
View Related
Jan 9, 2011
I'm currently on 2.6.32-27 in Ubuntu 10.04, thinking about 'manually' installing a newer/up to date kernel.
View 7 Replies
View Related
Jan 11, 2011
Last night I was playing around with my system trying to install newer ATI drivers for my ATI HD 5770 on Ubuntu 10.10 x64. In my ignorance I downloaded the latest package from the ATI website and installed them directly over the drivers already running (...which were installed through the restricted software application). This caused a noticeable graphical slow down.
To correct my bad driver install I removed the downloaded package using the uninstall .sh found within ATI's wiki. However, the video performance did not improve. I then also removed the fglrx install through the repository, thinking this would revert me back to open source drivers upon reboot; Similar to how Windows reverts back to the OS driver when all 3rd party drivers have been removed.
However, this did not work as planned. On reboot I was presented with a 'no signal found' error with my monitor after viewing the Ubuntu splash screen (which does still display, oddly). After which I rebooted and attempted attempted a low graphical boot through the recovery menu, with the same result. Returning to the recovery console, I attempted to simply reinstall the fglrx driver
[Code]..
I am at wits end. Is there anyway for a newbie such as myself to recover from this double driver install/purge/etc? If not, is there a way to re-install the Ubuntu O/S files, but leave my installed programs/config files in place? While I know I can boot to a live CD to backup my content and reformat, it does take a very long time to move 500Gb of data between two drives.
View 1 Replies
View Related
Apr 30, 2011
Excerpt of Xorg.0.log output:
[Code]....
September 20 2010? Is there a newer kernel module for fglrx? How can I get and install it?
View 9 Replies
View Related