LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-19-2009, 10:49 AM   #1
snborah
LQ Newbie
 
Registered: Oct 2005
Location: India
Distribution: Fedora 29
Posts: 9

Rep: Reputation: 0
Monitor screen goes blank on installing libXft.so.1 in FC6


Dear all,

In installing Intel Fortran Compiler for Linux in my HP Laptop running on FC6,the rpm for debuger shows a dependency error for libXft.so.1. On searching in my system, I found libXft.so and libXft.so.2. I downloaded and installed the rpm package "xorg-x11-libs-6.8.2-37.FC4.49.2.1.i386.rpm"(rpm for FC6 was not found) with 'rpm -i' option. On rebooting Fedora, nothig displayed in monitor except few initiliation messages. I booted the system with FC6 installation DVD and tried to uninstall by mounting as 'chroot /mnt/sysimage' with 'rpm -e' command, but en error message comes as "error, the package 'xorg-x11-libs-6.8.2-37.FC4.49.2.1.i386.rpm'is no installed". On booting from the system, i found the same problem.

Will sombody please help me to solve the problem without reinstalling Fedora, as this process will lost my valuable academic works. so, please help me.

snborah.
 
Old 02-19-2009, 12:36 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,194

Rep: Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068
Quote:
Originally Posted by snborah View Post
Dear all,

In installing Intel Fortran Compiler for Linux in my HP Laptop running on FC6,the rpm for debuger shows a dependency error for libXft.so.1. On searching in my system, I found libXft.so and libXft.so.2. I downloaded and installed the rpm package "xorg-x11-libs-6.8.2-37.FC4.49.2.1.i386.rpm"(rpm for FC6 was not found) with 'rpm -i' option. On rebooting Fedora, nothig displayed in monitor except few initiliation messages. I booted the system with FC6 installation DVD and tried to uninstall by mounting as 'chroot /mnt/sysimage' with 'rpm -e' command, but en error message comes as "error, the package 'xorg-x11-libs-6.8.2-37.FC4.49.2.1.i386.rpm'is no installed". On booting from the system, i found the same problem.

Will sombody please help me to solve the problem without reinstalling Fedora, as this process will lost my valuable academic works. so, please help me.

snborah.
First, MAKE BACKUPS. You should not have to lose anything, ever....making good backups should be something you do frequently.

Second, if you're doing "rpm -e xorg-x11-libs-6.8.2-37.FC4.49.2.1.i386.rpm", that will never be found, since that's not the package name, but the file name you installed the package from. Try "rpm -e xorg-x11-libs-6.8.2-37.FC4.49.2.1".

Third, FC6 is very, VERY old. The latest version is FC10, and will probably solve this problem, along with many others, if you upgrade. See comment one about making backups.
 
Old 02-20-2009, 04:53 AM   #3
snborah
LQ Newbie
 
Registered: Oct 2005
Location: India
Distribution: Fedora 29
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks for the suggestion. I removed the installed rpm package, but the same problem persists. What is after removing?

Some of my packages that I am using are suitable for Fc3 to FC6. Therefore, I could not upgrade to FC10 immediately.

snborah
 
Old 02-20-2009, 02:57 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,194

Rep: Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068Reputation: 8068
Quote:
Originally Posted by snborah View Post
Thanks for the suggestion. I removed the installed rpm package, but the same problem persists. What is after removing?

Some of my packages that I am using are suitable for Fc3 to FC6. Therefore, I could not upgrade to FC10 immediately.

snborah
What packages?? Why don't you upgrade them too??

The best thing I could suggest is to download the source code and try to compile it. However, since your system is VERY old, I doubt that you could do that, without making lots of changes to it, to accommodate the old software you have.
 
Old 02-20-2009, 03:24 PM   #5
map250r
Member
 
Registered: Aug 2007
Distribution: Debian Squeeze
Posts: 46

Rep: Reputation: 15
Take a look in the X log file. I'm not sure where it is on FC, but on my debian system it's under /var/log
From the command line:
grep -n1 \(EE /var/log/Xorg.0.log
grep -n1 \(WW /var/log/Xorg.0.log

EE for error, WW for warning
See what you get - it should give you some hint.

BTW - it is a bad idea to install packages from another distro or different version of your own distro. It can screw things up, as you have discovered.
 
Old 02-21-2009, 12:47 AM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,639

Rep: Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653
if for some reason you MUST use a very old Fortran Compiler
just install fedora 10 and install the LEGACY compiler
---
yum groupinstall " Legacy Software Development" " Development Tools"
---
some of the compilers installed will be
compat-gcc-34-g77.i386 , gcc-gfortran.i386
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
blank screen when set to correct LCD monitor in CentOs5 ufmale Linux - Hardware 1 04-28-2008 04:48 AM
FC6 x86_64: blank screen on reboot with ATI 1600 jay73 Fedora 7 01-19-2007 06:32 PM
On knoppix STD Startup Screen goes blank and monitor light flashes... ygn Linux - Newbie 5 09-12-2005 04:10 PM
Please Help: Probing monitor failed, hence blank screen mhi Linux - Laptop and Netbook 2 11-09-2004 09:07 AM
Monitor goes blank when installing tahoe916 Linux - Newbie 8 07-29-2004 05:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration