LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 04-16-2006, 06:07 AM   #1
pro_chandan
LQ Newbie
 
Registered: Apr 2006
Location: India, Bangalore
Posts: 25

Rep: Reputation: 15
How to open CHM file in Fedora 4 64bit??


Hi,

I want to open CHM file in Fedora 4. I downloaded "kchmviewer-2.5" and run configure. However, I am not able to open CHM file. When I run kchmviewer filename.chm it gives command not found.


PLEASE HELP!!!

How can I open CHM file??

Thanks,
Chandan K.
 
Old 04-16-2006, 06:26 AM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Looks like your system can't find the kchmviewer program. Probably it installed itself to a place that's not in your PATH. You need to find the file kchmviewer and create a symlink to it in your /usr/bin or some other directory in your PATH.
 
Old 04-16-2006, 10:29 AM   #3
futhark
Member
 
Registered: Nov 2003
Location: Montréal (Can)
Distribution: FC4
Posts: 110

Rep: Reputation: 15
Running ./configure && make does not install the software. "make install" does. It generally installs in /usr/local/bin. You may not have a path to that location. If you want to run kchmviewer from the src directory, you must type ./kchmviewer. The ./ means to take the binary from the current directory, else the binary will be looked up from your path. You could add ./ to your path to avoid typing it, but I don't necessarily advise to do that since its not a standard practice.
 
Old 04-16-2006, 10:45 AM   #4
pro_chandan
LQ Newbie
 
Registered: Apr 2006
Location: India, Bangalore
Posts: 25

Original Poster
Rep: Reputation: 15
Thank you so much for reply. However, when I do "./configure make install" I receive "checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!"

Please help what do I do to get it.
 
Old 04-16-2006, 12:52 PM   #5
futhark
Member
 
Registered: Nov 2003
Location: Montréal (Can)
Distribution: FC4
Posts: 110

Rep: Reputation: 15
Before you can compile stuff, you need to have development libraries around. In this case, you are probably missing the qt-devel package (and you'll probably be missing other kde devel packages too). Solving this type of dependancy problem is very easy with programs like yum. When you hit compilation problem, google for the rpm containing the missing files (with experience, you will be able to guess what package is missing). Once you know what's missing, you simply fetch the package with yum:

yum install qt-devel
yum install kdelibs-devel (example)
etc

Until compile passes.

I am skipping the details of setting up yum. You should be able to figure that out.

HTH
 
Old 04-16-2006, 03:22 PM   #6
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
By the way, have you checked to see if your distros software repository already has a packaged version of kchmviewer that you can install without the hassle of compiling? I found it in Debian's apt repository, installed it in seconds with apt-get, and it worked fine with some .chm files I have. It is an older version, 1.3, but it does the job. Could save you a lot of trouble if it's there.

Last edited by David the H.; 04-16-2006 at 03:24 PM.
 
Old 04-17-2006, 03:52 AM   #7
sc425000
LQ Newbie
 
Registered: Jan 2006
Posts: 8

Rep: Reputation: 0
please try xchm for open chm files

Just Have Fun
 
Old 04-17-2006, 09:24 AM   #8
futhark
Member
 
Registered: Nov 2003
Location: Montréal (Can)
Distribution: FC4
Posts: 110

Rep: Reputation: 15
xchm, gnochm, kchmview all are available through rpmforge repository. I tried all of them and kchmviewer is the nicer and faster of all. My eval is based on how fast I could open and browse the 36MB JDK142 reference.
 
Old 04-23-2006, 04:25 AM   #9
pro_chandan
LQ Newbie
 
Registered: Apr 2006
Location: India, Bangalore
Posts: 25

Original Poster
Rep: Reputation: 15
Hi Futhark,

Sorry for the delay in replying.......
I am confused here. I am new to this field. Please help!!

I have downloaded kchmviewer-2.5 and extracted on Desktop. There are 27 files and folders in extracted folder.

From here what do I do??

I also have kio-msits folder in extracted folder. When I open kio-msits I found KchmViewer.
However, when I open it says "There was an error launching the application.There was an error launching the application."

Please help what do I do from here.

I appreciate your help!!

Chandan K.
 
Old 04-23-2006, 05:27 AM   #10
pro_chandan
LQ Newbie
 
Registered: Apr 2006
Location: India, Bangalore
Posts: 25

Original Poster
Rep: Reputation: 15
Hi,

My problem is solved now. I can open CHM file........................

BINGO............

Thanks to all.
Special thanks to Futharak.


Chandan K.
 
  


Reply

Tags
application, linux



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
How to read .chm file in fedora, can't mount ntfs file system ishti_du Linux - Newbie 12 03-06-2007 03:27 AM
how to open *.chm format file in linux rr_rr_29 Linux - Software 4 04-06-2006 04:14 AM
How to open .chm files sriving Linux - Software 4 03-05-2006 10:13 AM
CHM files and Open Sourc irfanhab Linux - General 2 08-23-2004 04:19 AM
how, Open .chm file luosito Red Hat 2 08-18-2004 10:07 PM

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

All times are GMT -5. The time now is 09:54 PM.

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