0
votes
2answers
534 views

ubuntu: upgrading software (cmake) - version disambiguation (local compile) [closed]

I had cmake 2.8.0 installed on my machine (from ubuntu packages), the binary was placed in /usr/bin/cmake. I need to upgrade cmake version to at least 2.8.2. The ubuntu version is quite old, but I ...
0
votes
1answer
110 views

Netbeans using gcc unable to find standard header files after linux upgrade

I'm developing a C application using Netbeans 7.1.2 on an IBM ThinkPad Edge 64-bit with a Core 2 Duo processor. I just upgraded from Linux Mint 9 to Linux Mint 14, and now Netbeans cannot find many of ...
0
votes
1answer
363 views

apt-get upgrade failed

I have tried to run an "apt-get upgrade" but I get the log below. It seems to have been caused by haveged (I tried to install this via source a while back, and not with apt, there are traces on the ...
-1
votes
1answer
98 views

How can PHP be upgraded on UBUNTU 10.10? [closed]

Is there a way to upgrade PHP 5.3.3 to a later version - the repos are far behind, but this could be by design(?) - so asking before destroying anything ;-) Even running two version would be okay - ...
1
vote
4answers
2k views

How to upgrade Qt installed in linux from one version to higher

While porting Qt project from windows to linux(ubuntu) i faced with the following issue: on windows Qt version 4.8.1 is installed on linux 4.6.3 in which some functionalities availiable in higer ...
0
votes
0answers
126 views

can't seem to update with yum “could not find update match for *” [closed]

I'm trying to update my php installation. I'm on Fedora 6 and most of my stuff is quite old. When trying: yum update php if fails with: Could not find update match for php That led me ...
0
votes
4answers
267 views

subversion upgrade 1.6 -> 1.7 hooks infrastructure incompatibility

I'm going to upgrade my company's subversion server from version 1.6 to 1.7. The server runs on linux (Ubuntu AFAIK). I've read all those: Subversion 1.7 release notes I've also read those posts: ...
0
votes
0answers
113 views

Linux Terminal (For Windows) - How Can I Fix This Error?

before i start, Im not sure if this was the right place to put this, im sorry if its not I'm trying to upgrade my firmware for my router, and the firmware files came in 'tar' and 'bz2' format. Look ...
0
votes
2answers
77 views

Should I upgrade - jaunty 9.0.4 server - as it's not LTS?

On my production server this is the output of lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.04 Release: 9.04 Codename: jaunty Should I update and ...
1
vote
4answers
1k views

Upgrading a package whose newest version is not still in the distribution repository [closed]

I need to upgrade libpng from version 1.2 to 1.5. I need to do so because of this: libpng warning: Application built with libpng-1.2.26 but running with 1.5.2. I am using Lubuntu 11.10 and in the ...
2
votes
0answers
278 views

How do I upgrade postgresl database? Incompatibility error [closed]

I installed postgresql via Homebrew. I have the following issue after upgrading: FATAL: database files are incompatible with server DETAIL: The data directory was initialized by PostgreSQL version ...
1
vote
2answers
460 views

Regarding RPM upgrade

RPM is taking care of installing older version and also same version scenario. If I do update instead of installing new version when old is existing then it updates the package so no problem here. ...
5
votes
5answers
139 views

How to make a fix in one of the shared libraries (.so) in the project on linux?

I want to make a quick fix to one of the project's .so libraries. Is it safe to just recompile the .so and replace the original? Or I have to rebuild and reinstall the whole project? Or it depends?
1
vote
1answer
45 views

How do I update a set of files with a click with PHP on Linux? One-click upgrades?

For a PHP project on Linux, is there a third-party API out there which lets me offer my customer a one-click upgrade? I could code this myself I guess, but was trying to save time and use a ...
1
vote
1answer
306 views

Upgrades without reboot - what kinds of problems happen in practice? [closed]

If you update, what kinds of problems can happen before you reboot? This happens especially frequently if you use unattended-upgrade to apply security patches. Shared objects get replaced and so it ...
1
vote
1answer
436 views

How to upgrade a package in linux that was built from source?

I downloaded Boost v1.42 source and then installed it in my laptop. I want to upgrade them to v1.45 (the current release). I would like to know how I can do this via command line. This question ...
1
vote
2answers
2k views

Update RHEL 5.1 to 5.4

I have a server currently running RHEL 5.1, and I would like to upgrade it to RHEL 5.4. The server is not connected to the Internet, so I don't think I can use "yum update". How would I be able to ...
3
votes
4answers
6k views

Transition from Python2.4 to Python2.6 on CentOS. Module migration problem

Hey guys, I have a problem of upgrading python from 2.4 to 2.6: I have CentOS 5 (Full) It has python 2.4 living in /usr/lib/python2.4/ Additional modules are living in ...
1
vote
3answers
981 views

Will Perl upgrade break older version on Linux?

I upgrade perl from perl58 to perl588 on Suse Linux.It looks that even though the Config.pm exists for the older version the newer version installation breaks the older version.While the upgrade of ...
0
votes
3answers
257 views

LINUX: Upgrading a production machine

Our production machines are running on debian etch. Now, they finally released lenny, the day will come we need to upgrade these systems. How can I do this with minimal risk? Are there any premises, ...