similar to: problem with centos upgrade

Displaying 20 results from an estimated 2000 matches similar to: "problem with centos upgrade"

2014 Apr 01
3
trouble installing Math::BigInt module
I had to move a perl script from an old server to a new one. Both the old and new servers are running "CentOS release 5.10 (Final)" and perl v5.8.8. (But the problem I'm running into appears to be a package management problem and not a Perl problem which is why I'm posting it to a CentOS list.) The line of code in the script that attempts to open a Net::SFTP connection,
2003 Aug 02
7
[2.6] Perl weirdness with ext3 and HTREE
Hi I have mailed about this previously, but back then it was not really confirmed, so I have let it be at that. Anyhow, problem is that for some reason 2.5/2.6 ext3 with HTREE support do not like what perl-5.8.0 does during installation. It *seems* like one of the temporary files created during manpage installation do not get unlinked properly, or gets into the hash (this possible?) and cause
2009 Jul 27
2
perl woes - perl-file-Temp conflict
Hi all, everytime I play with perl I end up falling on my face. Yesterday, new perl modules available from rf (my chosen repo for perl, perl is excluded from my CentOS-Base), however it did not like an already installed perl-File-Temp, so not recalling it was necessary for my mail system I removed it and allowed the updates. Then when I discovered my mail system no longer working (amavisd
2010 Aug 10
2
error on yum install of perl-File-Temp -- Transaction Check Error
Hi I am trying to install a per package perl-File-Temp , but it gives a error like this , i ahve allso manullay removed this file from /usr/share/man/man3/File::Temp.3pm.gz , but wen i do a yum install perl-File-Temp ,it throws me the same error . Has any one come accross the same issuse and solved the same .
2009 Oct 25
2
CentOS 5.4 .x86_64 and perl.i386
To All, Thanks to the CentOS guys for 5.4; sure appreciate your work. I have one question. I had to remove perl-5.8.8-18.el5_3.1.i386 on two x86_64 machines in order to get perl.x86_64 4:5.8.8-27.el5 to update. Does this represent a change from 5.3 to 5.4 and should I be concerned about the loss of perl-5.8.8-18.el5_3.1.i386. So far I have not found anything broken. Greg Ennis
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it on Friday, with the same results) I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl install completed. Ultimately, I need to get Selenium::Remote::Driver working, but I'm struggling before that. I started off as always by using RPM's for everything I possibly can. I
2019 Mar 11
2
CPAN not working, or is it?
On Monday 11 March 2019 14:28:38 Pete Biggs wrote: > > However, as I went for bigger modules, anything that had dependences > > were then failing as the dependencie were installed OK but then did not > > appear to be available. > A number of things you can do. The sort of recommended way is to > package the perl modules into an RPM and install them that way (so that >
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
Hello, Apologies in advance if this is not the appropriate forum for this post. My problem is I'm not able to install the package "GPLOTS". Below are the outputs for the commands: sessionInfo() and install.packages("gplots",dependencies=TRUE). It seems the package "GDATA" is part of the problem but I'm not an expert in this. The "GDATA" package
2010 Jun 10
2
Openwebmail dependency problem
Ok, I have to ask. I tried to yum install the latest openwebmail (from the openwebmail repo), and got a transaction check error about a conflict with some packages which are needed by amavisd and spamassassin (packages originating from rpmforge, I think). Below is the yum output. By googling I found a lot of descriptions of the problem, but no solution. - Jussi (...) Resolving Dependencies
2009 Jul 15
3
Conflicting perl packages?
The simple ordinary yum update of CentOS 5.3 spits a bunch of transaction check errors regarding packages perl-IO-Compress-Zlib-2.015-1.el5.rf.noarch and perl-IO-Compress-2.020-1.el5.rf.noarch which is supposed to replace perl-IO-Compress-Base-2.015-1.el5.rf.noarch: Transaction Check Error: file /usr/lib/perl5/vendor_perl/5.8.8/IO/Compress/Adapter/Deflate.pm from install of
2009 Oct 25
3
mismatch_cnt after 5.3 -> 5.4 upgrade
Saturday I did an upgrade from 5.3 (original install) to 5.4. Saturday night, /etc/cron.weekly reported the following: /etc/cron.weekly/99-raid-check: WARNING: mismatch_cnt is not 0 on /dev/md0 md0 holds /boot and resides, mirrored, on sda1 and sdb1. md1 holds an LVM volume containing the remaining filesytems, including swap. The underlying hardware is just a few months hold,
2012 Jun 18
1
Understanding rsync --delete behavior
Hi, When running an rsync command of the form: $ rsync -avn --delete remotehost:/mnt/volsw_dev/AS5/ /mnt/volsw_dev/AS5 rsync wants to delete a slew of files and directories. Partial output includes, for example: deleting AS5/zeromq/2.2.0/share/man/man7/zmq_tcp.7 deleting AS5/zeromq/2.2.0/share/man/man7/zmq_pgm.7 deleting AS5/zeromq/2.2.0/share/man/man7/zmq_ipc.7 deleting
2009 Aug 11
2
Bugzilla not working following RHEL to CentOS migration
Dear listmates, I've recently moved a server from RHEL5 to CentOS 5.3 after it was decided not to renew the subscripton. Everything works beautifully except for Bugzilla, which throws MySQL errors. For example, the sanitycheck.cgi page says: # # # Bugzilla ? Sanity Check * Home * | New * | Search * | * | Reports * * | My Votes * | Preferences
2006 Jul 20
1
Override coulmn data type - urgent
Hi- I have a BigInt (MySql) column type - RAILS treats it as FixNum, which causes big problem for us since we need to store a 12+ number of digits. How can I tell Rails to treat is as BigNum instead of FixNum? thanks thila -- Posted via http://www.ruby-forum.com/.
2006 Aug 02
2
mangle ActiveRecord
Dear Gurus on Rails! How do I change the behaviour of one method in ActiveRecord::ConnectionAdapters::SchemaStatements ? Full story: I''d like to mangle ActiveRecord::ConnectionAdapters::SchemaStatements so when it creates a new sql table, it also (optionally) creates my created_at, deleted, key_id, session_id etc columns that I use on basically all tables. It would not be DRY to repeat
2007 Oct 05
3
Do migration support MySQL BIGINT
hi, just wondering do migration support MySQL BIGINT ? what if i wanna create a migration with BIGINT ? should i use SQL directly ? kiwi -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2009 Apr 03
0
CentOS-announce Digest, Vol 50, Issue 3
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2010 May 05
2
compile httpd 2.3.5 error
hai i need to upgrade my apache to 2.3.5 and what i need is to compile it out by myself not to use the rpm.. so where i am stuck is that i require to have the apr 1.3 but i got the 1.2.7 with me, so i have downloaded the apr-1.3 rpm but now when i am upgrading it out i am getting an error of dependencies problem like this.Can any one help me on this.. uname(release) >= 2.6 is needed by
2006 Jul 11
1
Building Search_Xapian under FreeBSD
Hi all. I can't buil perl bindings for Xapian under FreeBSD for version 0.9.6 Here is something about system and error messages: uname -a: FreeBSD xxx 4.11-RELEASE FreeBSD 4.11-RELEASE xapian-config --cxxflags: -I/usr/local/include xapian-config --libs: -L/usr/local/lib -lxapian xapian-config --version: xapian 0.9.6 # perl Makefile.PL Checking if your kit is complete... Looks good Writing
2010 Jun 12
1
CentOS 5 Update error
Hi, I get the following error while installing the newest centos patches. [root at gateway ~]# yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.intergenia.de * base: centos.intergenia.de * extras: centos.intergenia.de * updates: centos.intergenia.de Setting up Update Process Resolving Dependencies --> Running transaction check --->