LinuxQuestions.org
Review your favorite Linux distribution.
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 12-16-2004, 02:16 AM   #1
rlbewick
Member
 
Registered: Mar 2004
Location: USA - West Coast
Distribution: Mandriva 2009
Posts: 30

Rep: Reputation: 15
Question Installing Gkrellm


I am having trouble installing Gkrellm on this Mandrake 10.1 official box. I had no trouble at all installing on Mandrake 10.0 official.

I have recompiled the 2.6.8.1-12mdk kernel without the rivafb driver but that is the only change I have made to the kernel.

Following is the output of the make command for Gkrellem....

[root@localhost rlbewick]# cd gkrellm-2.2.4
[root@localhost gkrellm-2.2.4]# make
(cd po && make all)
make[1]: Entering directory `/home/rlbewick/gkrellm-2.2.4/po'
msgfmt -f -v -o cs.mo cs.po
make[1]: msgfmt: Command not found
make[1]: *** [cs.mo] Error 127
make[1]: Leaving directory `/home/rlbewick/gkrellm-2.2.4/po'
make: *** [all] Error 2
[root@localhost gkrellm-2.2.4]#

Any Sugestions
 
Old 12-16-2004, 04:49 AM   #2
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
Ya......you might try to configure it first.........

./configure
make
make install
 
Old 12-16-2004, 11:51 AM   #3
rlbewick
Member
 
Registered: Mar 2004
Location: USA - West Coast
Distribution: Mandriva 2009
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Ya......you might try to configure it first.........

./configure
make
make install
The Gkrellm installation does not include a configure file. The insallation README file states to only use...

make
make install
 
Old 12-16-2004, 12:02 PM   #4
Blinker_Fluid
Member
 
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683

Rep: Reputation: 63
Looks like it is looking for msgfmt
Quote:
make[1]: msgfmt: Command not found
I'm not running mandrake but on my system it is in /usr/bin/msgfmt
 
Old 01-13-2005, 02:54 PM   #5
ChuckD
LQ Newbie
 
Registered: Jan 2005
Posts: 4

Rep: Reputation: 0
I get the following error when I try to install on Linux :

make[1]: Entering directory `/users/charlesd/KDE_themes/gkrellm-2.2.4/src'
cc -Wall -O2 -I.. `pkg-config --cflags gtk+-2.0 gthread-2.0` -DENABLE_NLS -DLOCALEDIR=\"/usr/local/share/locale\" main.o alerts.o battery.o base64.o clock.o cpu.o disk.o fs.o hostname.o inet.o mail.o mem.o net.o proc.o sensors.o uptime.o chart.o panel.o config.o gui.o krell.o plugins.o pixops.o smbdes.o smbencrypt.o smbmd4.o smbutil.o client.o utils.o winops-x11.o sysdeps-unix.o deprecated.o md5c.o -o gkrellm `pkg-config --libs gtk+-2.0 gthread-2.0` -L/usr/X11R6/lib -lSM -lICE -Wl,-E
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libSM.so when searching for -lSM
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libSM.a when searching for -lSM
/usr/bin/ld: cannot find -lSM
collect2: ld returned 1 exit status
make[1]: *** [gkrellm] Error 1
make[1]: Leaving directory `/users/charlesd/KDE_themes/gkrellm-2.2.4/src'
make: *** [all] Error 2


What is the problem?????
Thanks !

-ChuckD
 
Old 01-13-2005, 04:52 PM   #6
ChuckD
LQ Newbie
 
Registered: Jan 2005
Posts: 4

Rep: Reputation: 0
....
 
Old 01-13-2005, 07:25 PM   #7
ChuckD
LQ Newbie
 
Registered: Jan 2005
Posts: 4

Rep: Reputation: 0
Can't anyone help with my question above???

Thanks

-Chuck
 
Old 01-13-2005, 08:29 PM   #8
acummings
Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 615

Rep: Reputation: 50
did u search the forum? I previously seen lots just like this. most answers recommended to use a package instead of compile from source code.

(rather than compile from source) find a package for your distro if you can.

http://www.google.com/linux?hl=en&lr...=Google+Search

For instance, that search shows up a pre built package given/if Suse 9.2 is the distro.
--

I don't know much. But on Suse 9.2 I did

man ld

which inform me it to do with linking libraries

Quote:
collect2: ld returned 1 exit status
If I do not have it backwards then I think an exit status of zero means succeeded and an exit status of one means it failed which would mean that your ld for whatever reason (failed) was unable to do its job

--
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libSM.so

/usr/bin/ld: cannot find -lSM

it looks like you might be missing a needed dependency (a pre requisite). Does:

man ld

work? on which distro/ver. of Linux?
 
Old 01-14-2005, 12:55 PM   #9
ChuckD
LQ Newbie
 
Registered: Jan 2005
Posts: 4

Rep: Reputation: 0
Yes That might have worked but....

I don't have write permisiion to my /usr/bin on this Work machine
is there a way to install the feature GKRELLM without admin on a Linux Redhat 8?

I found the packages here:

http://www.mirror.ac.uk/mirror/ftp.f...t/8.0/gkrellm/



Any suggestions?

Thanks

-ChuckD
 
  


Reply



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
help installing gkrellm-2.2.7 tamoneya Linux - Software 6 03-03-2006 06:14 PM
Help with installing Gkrellm phatboyz Linux - Software 5 08-09-2004 02:28 PM
problem installing gkrellm I gautam_borad Linux - Software 1 07-04-2004 07:16 AM
need help installing gkrellm plugin slackmagic Linux - Software 4 04-20-2004 07:11 PM
Installing gkrellm in mandrake 9.2 DevilsBrigade Mandriva 6 01-30-2004 11:58 AM

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

All times are GMT -5. The time now is 07:09 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