Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th October 2008, 11:11 AM
Help_Seeker Offline
Registered User
 
Join Date: Oct 2008
Posts: 6
Compiler and Nvidia Driver help

I have two completely unrelated problems that I hope someone can help me with. I'm kinda new to all this so go easy on me

1) when trying to compile a program i get the following:

checking for valac... no
checking valac is at least version 0.1.6... ./configure: line 21334: : command not found
yes
checking for vapigen... vapigen
checking for python module xdg... yes
checking for intltool >= 0.34... 0.36.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

2) trying to install nvidia drivers but i need to stop the xserver. Is there a boot parameter so i can boot without it one time or a code i can stick in on o/s selector
Reply With Quote
  #2  
Old 25th October 2008, 11:47 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try installing perl-XML-Parser

1.

Code:
su
yum install perl-XML-Parser
2. try switching to init 3

Code:
su -
init 3
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 25th October 2008, 11:56 AM
Help_Seeker Offline
Registered User
 
Join Date: Oct 2008
Posts: 6
ok, ive installed the pearl but the init 3 comes back with no such command =/
Reply With Quote
  #4  
Old 25th October 2008, 12:05 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by Help_Seeker View Post
ok, ive installed the pearl but the init 3 comes back with no such command =/

You missed the dash ( - ) on the su command .

Code:
su -
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #5  
Old 25th October 2008, 12:05 PM
Help_Seeker Offline
Registered User
 
Join Date: Oct 2008
Posts: 6
also if its any help this is the reason i cant install updates (using fedora 9)

kernel conflicts with iwl4965-firmware
perl = 4:5.10.0-20.fc9 is needed by package 3erl-version-0.74-20.fc9.i386
Reply With Quote
  #6  
Old 25th October 2008, 12:06 PM
newiLuvatar's Avatar
newiLuvatar Offline
Registered User
 
Join Date: Aug 2007
Location: Switzerland
Posts: 479
try
Code:
# /sbin/init 3
Reply With Quote
  #7  
Old 25th October 2008, 12:19 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by Help_Seeker View Post
also if its any help this is the reason i cant install updates (using fedora 9)

kernel conflicts with iwl4965-firmware
perl = 4:5.10.0-20.fc9 is needed by package 3erl-version-0.74-20.fc9.i386

Try
Code:
su
yum update fedora-release

and post
Code:
yum repolist
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #8  
Old 25th October 2008, 01:13 PM
Help_Seeker Offline
Registered User
 
Join Date: Oct 2008
Posts: 6
ok ... still dont update or compile because of pearl but heres the repo:

Loaded plugins: refresh-packagekit
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled : 17
fedora Fedora 9 - i386 enabled : 9,897
fusion Compiz Fusion repository enabled : 41
livna Livna for Fedora Core 9 - i386 - Base enabled : 965
updates Fedora 9 - i386 - Updates enabled : 10
updates-newkey Fedora 9 - i386 - Updates Newkey enabled : 4,560
repolist: 15,490
Reply With Quote
  #9  
Old 25th October 2008, 01:23 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Ok try
Code:
su
yum clean all
yum install perl-XML-Parser
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #10  
Old 25th October 2008, 01:37 PM
Help_Seeker Offline
Registered User
 
Join Date: Oct 2008
Posts: 6
ok ... now i have this when trying to ... yum pearl

--> Finished Dependency Resolution
3erl-version-0.74-20.fc9.i386 from installed has depsolving problems
--> Missing Dependency: perl = 4:5.10.0-20.fc9 is needed by package 3erl-version-0.74-20.fc9.i386 (installed)
Error: Missing Dependency: perl = 4:5.10.0-20.fc9 is needed by package 3erl-version-0.74-20.fc9.i386 (installed)
Reply With Quote
  #11  
Old 25th October 2008, 01:49 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
OK try
Code:
su
yum install perl-XML-Parser --enablerepo=updates-testing-newkey
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #12  
Old 26th October 2008, 09:12 PM
Help_Seeker Offline
Registered User
 
Join Date: Oct 2008
Posts: 6
ok ... now i get

--> Finished Dependency Resolution
3erl-version-0.74-20.fc9.i386 from installed has depsolving problems
--> Missing Dependency: perl = 4:5.10.0-20.fc9 is needed by package 3erl-version-0.74-20.fc9.i386 (installed)
Error: Missing Dependency: perl = 4:5.10.0-20.fc9 is needed by package 3erl-version-0.74-20.fc9.i386 (installed)
Reply With Quote
Reply

Tags
compiler, driver, nvidia

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiler Option GCC, Intel Compiler, PathScale mounterriver Using Fedora 2 8th November 2009 02:31 PM
FC11 nVidia No Sound After RPMFusion nVidia Driver Load basimmer Using Fedora 0 16th October 2009 12:46 AM
nvidia driver does not work (akmod-nvidia) zuargo Hardware & Laptops 4 14th June 2009 07:11 AM
nvidia driver version / nvidia kernel conflict Wangberg Using Fedora 16 13th June 2007 09:57 AM
Installing Nvidia Drivers: No Nvidia Graphics Driver Found! unholy1 Hardware & Laptops 9 6th April 2005 08:50 PM


Current GMT-time: 20:50 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat