| Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-14-2009, 11:55 AM
|
#1
|
|
LQ Newbie
Registered: Apr 2009
Location: NVLOC
Distribution: centos 5
Posts: 7
Rep:
|
F11 X64 - Perl Install Problem
Code:
yum install perl* -y
Which results in this error:
Code:
Transaction Check Error:
file /usr/bin/ipv4calc conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
file /usr/share/man/man1/ipv4calc.1.gz conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
I need teh perlz because I'm installing Zimbra.
Code:
perl: symbol lookup error: /opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi/auto/IO/IO.so: undefined symbol: Perl_Tstack_sp_ptr
And for your entertainment:
http://www.youtube.com/watch?v=kfXCYIUJcNg
|
|
|
|
06-14-2009, 12:21 PM
|
#2
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
|
Quote:
Originally Posted by whiskey06
Code:
yum install perl* -y
Which results in this error:
Code:
Transaction Check Error:
file /usr/bin/ipv4calc conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
file /usr/share/man/man1/ipv4calc.1.gz conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
I need teh perlz because I'm installing Zimbra.
Code:
perl: symbol lookup error: /opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi/auto/IO/IO.so: undefined symbol: Perl_Tstack_sp_ptr
And for your entertainment:
http://www.youtube.com/watch?v=kfXCYIUJcNg
|
"teh perlz"?? Write clearly...don't post junk like that.
And if you read the errors you're getting, they indicate that you already HAVE perl installed, and you're trying to do another install, instead of an upgrade.
|
|
|
|
06-14-2009, 10:39 PM
|
#3
|
|
LQ Newbie
Registered: Apr 2009
Location: NVLOC
Distribution: centos 5
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by TB0ne
"teh perlz"?? Write clearly...don't post junk like that.
And if you read the errors you're getting, they indicate that you already HAVE perl installed, and you're trying to do another install, instead of an upgrade.
|
Never in my life did I expect to be chastised on my English by someone from Alabama.
I realise that I have it installed but I need to upgrade it in order to get Zimbra installed up and running. Does anyone have any suggestions?
|
|
|
|
06-14-2009, 11:01 PM
|
#4
|
|
LQ Newbie
Registered: Oct 2007
Posts: 15
Rep:
|
Did you check your cable?
|
|
|
|
06-15-2009, 07:39 AM
|
#5
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
|
Quote:
Originally Posted by whiskey06
Never in my life did I expect to be chastised on my English by someone from Alabama.
|
Oh, why is that? Know ANYTHING about the place you're talking about, other than what you see on TV? Grow up...and if you're asking for help, it'd be good to keep in mind to not insult people who are TRYING to help you.
Quote:
|
I realise that I have it installed but I need to upgrade it in order to get Zimbra installed up and running. Does anyone have any suggestions?
|
Try "yum upgrade <module name>", instead of "install". The upgrade will remove the old module(s), and install the newer ones. Reading the man page for yum would be a good start.
Last edited by TB0ne; 06-15-2009 at 02:14 PM.
|
|
|
|
08-20-2009, 11:46 AM
|
#6
|
|
LQ Newbie
Registered: Dec 2008
Location: Islamabad , Pakistan
Distribution: Fedora . RHEL , centos
Posts: 7
Rep:
|
-------------------------------------------------
Transaction Check Error:
file /usr/bin/ipv4calc conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
file /usr/share/man/man1/ipv4calc.1.gz conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
------------------------------------------------------
I am also facing the same issue on fedora 11, can anyone please suggest the solution.
Regards
Aun Muhammad
|
|
|
|
08-20-2009, 02:52 PM
|
#7
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
|
Quote:
Originally Posted by Aun
-------------------------------------------------
Transaction Check Error:
file /usr/bin/ipv4calc conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
file /usr/share/man/man1/ipv4calc.1.gz conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
------------------------------------------------------
I am also facing the same issue on fedora 11, can anyone please suggest the solution.
Regards
Aun Muhammad
|
Please open your own thread, for you own questions, don't hijack someone elses thread that's been closed for two months.
And this question has been answered above...read and follow the advice.
|
|
|
|
08-21-2009, 05:18 AM
|
#8
|
|
LQ Newbie
Registered: Dec 2008
Location: Islamabad , Pakistan
Distribution: Fedora . RHEL , centos
Posts: 7
Rep:
|
Quote:
Originally Posted by TB0ne
Please open your own thread, for you own questions, don't hijack someone elses thread that's been closed for two months.
And this question has been answered above...read and follow the advice.
|
I have "read and follow" the advice, its useless for me. and BTW I am shocked to see such a non professional comment. I posts on many good forums but never found such an arrogant comment. Thanks any ways
|
|
|
|
08-21-2009, 09:46 AM
|
#9
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
|
Quote:
Originally Posted by Aun
I have "read and follow" the advice, its useless for me. and BTW I am shocked to see such a non professional comment. I posts on many good forums but never found such an arrogant comment. Thanks any ways
|
Reopening a dead thread isn't good, no matter which 'good forums' you post to. Open your own question...if you want arrogance, that'd be shoving into some elses conversation, like YOU DID, and tacking your own question on.
The "yum update" DOES work for your situation...if not, there should be error messages, which you didn't bother posting (which would have been PROFESSIONAL of you). Also, if you Googled for that message, you'd have found it...the FedoraForums are loaded with info about it.
If you want to be treated with professionalism, act like it. Display courtesy of your own, open your own questions, and post relevant information. Also, please look here: http://www.linuxquestions.org/linux/...Ask_a_Question
Very first lines:
Quote:
Posting
To post a question, first click on the appropriate forum and then click the "New Thread" button.
|
Last edited by TB0ne; 08-21-2009 at 10:42 AM.
|
|
|
|
08-21-2009, 12:12 PM
|
#10
|
|
Senior Member
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,474
|
this thread is hilarious
see also link in sig
|
|
|
|
08-21-2009, 03:35 PM
|
#11
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
|
Quote:
Originally Posted by AlucardZero
this thread is hilarious
see also link in sig
|
Indeed it is...in a sad sort of way. 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:45 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|