LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-01-2009, 11:36 PM   #1
dnskdas
Member
 
Registered: Nov 2008
Posts: 56

Rep: Reputation: 15
GIMP not running


I am using fedora 9 in a dual booting system along with windows XP. Problem is, recently, while try to run GIMP, I found it is not running. When I click it from graphics submenu, twirling is taking place for few moments and then it stops without anything coming on the screen. After that I removed it by yum and reinstalled successfully by yum again. But still nothing is coming. What could be the problem and how to solve it? Please help..
 
Old 05-02-2009, 01:02 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what is the error when you try to start it from the terminal
Code:
gimp
or
gimp-2.6
or
gimp-2.6.6

how did you install gimp ?
from the install dvd ?
with yum
Code:
yum install gimp
or build it from source ?
 
Old 05-03-2009, 07:28 AM   #3
dnskdas
Member
 
Registered: Nov 2008
Posts: 56

Original Poster
Rep: Reputation: 15
Thanks for your reply.
The following are the results when run the different options that you suggested, from the terminal :

Code:
[sanjit@localhost ~]$ gimp
gimp: symbol lookup error: gimp: undefined symbol: babl_get_version
[sanjit@localhost ~]$ gimp-2.6
gimp-2.6: symbol lookup error: gimp-2.6: undefined symbol: babl_get_version
[sanjit@localhost ~]$ gimp-2.6.6
bash: gimp-2.6.6: command not found
[sanjit@localhost ~]$
My version is 2.6 as I have checked from its properties.

I initially installed GIMP from install DVD while installing Fedora 9 and it used to work. But now when I found it is not working, I first removed it by
Code:
sudo yum remove gimp
then reinstalled it by
Code:
sudo yum install gimp*
Hope it clarified my problem.
 
Old 05-03-2009, 08:25 AM   #4
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
The problem is in the libbabl library, which should have been installed as dependency of gimp. Try to look how many libbabl objects have you installed on your system:
Code:
sudo ldconfig -p | grep libbabl
 
Old 05-04-2009, 01:23 AM   #5
dnskdas
Member
 
Registered: Nov 2008
Posts: 56

Original Poster
Rep: Reputation: 15
Here is the result:

Code:
[sanjit@localhost ~]$ sudo ldconfig -p | grep libbabl
	libbabl-0.0.so.0 (libc6) => /usr/lib/libbabl-0.0.so.0
[sanjit@localhost ~]$
 
Old 05-04-2009, 02:56 AM   #6
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
It is correct. Maybe a corrupted library? Another test you can run is
Code:
$ ldd /usr/bin/gimp | grep libbabl
        libbabl-0.0.so.0 => /usr/lib/libbabl-0.0.so.0 (0xb7751000)
to see if the gimp executable is linked to the correct shared object, and
Code:
$ rpm -V libbabl-0_0-0
$
to verify the integrity of the package (no output, package ok). Substitute the correct name of the libbabl package in the command above (mine is opensuse, fedora may differ).

Eventually, can you try to uninstall libbabl and reinstall it again using yum?
 
Old 05-06-2009, 12:02 PM   #7
dnskdas
Member
 
Registered: Nov 2008
Posts: 56

Original Poster
Rep: Reputation: 15
Thanks Colucix.
I have run your first suggested command and the result is:
Code:
Code:
[sanjit@localhost ~]$ ldd /usr/bin/gimp | grep libbabl
	libbabl-0.0.so.0 => /usr/lib/libbabl-0.0.so.0 (0x00a0d000)
For the second one I have to know tha exact name of the package in my case.

For reinstalling, what should be the commandline? I have tried
Quote:
sudo yum install libbabl*
but it is saying no package called libbabl*

The bug buddy gives the following error report:
Quote:
Distribution: Fedora release 9 (Sulphur)
Gnome Release: 2.22.1 2008-04-30 (Red Hat, Inc)
BugBuddy Version: 2.22.0

System: Linux 2.6.27.15-78.2.23.fc9.i686 #1 SMP Wed Feb 11 23:53:07 EST 2009 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10499901
Selinux: Permissive
Accessibility: Disabled
GTK+ Theme: CurvyLooks
Icon Theme: Tango

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors (99 sec old) ---------------------
Tracker version 0.6.6 Copyright (c) 2005-2007 by Jamie McCracken (jamiemcc@gnome.org)
This program is free software and comes without any warranty.
It is licensed under version 2 or later of the General Public License which can be viewed at http://www.gnu.org/licenses/gpl.txt
Initialising tracker...
starting HAL detection for ac adaptors...none found
** (nautilus:3131): WARNING **: Unable to add monitor: Not supported
beagled will run in the background.
Use beagle-status to check progress of beagled.
For log files check /home/sanjit/.beagle/Log/current-Beagle.
Throttle level is 0
--------------------------------------------------
 
Old 05-06-2009, 12:14 PM   #8
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
In Fedora 9 the package name is simply babl, so that you can try
Code:
$ rpm -V babl
to verify the package. If something is wrong, you can uninstall and reinstall using:
Code:
# yum remove babl
# yum install babl
 
Old 05-06-2009, 12:27 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
gegl is a dependency of babl so you might also need to reinstall gegl

but seeing as i build babl-0.22,gegl-0.22, and gimp2.6.5 ( soon to be 2.6.6 )

i don't have that problem

but reinstalling the babl and gegl rpm's should do it .If not then also reinstall the gimp rpm

Code:
su -
yum erase babl gegl gimp 
yum clean all 
rpm --rebuilddb 
yum install gimp
 
Old 05-07-2009, 04:34 AM   #10
dnskdas
Member
 
Registered: Nov 2008
Posts: 56

Original Poster
Rep: Reputation: 15
Thanks a lot Colucix & John VV. I got my gimp running again after removing babl & gegl by
Code:
sudo yum erase babl gegl
and then reinstalling by
Code:
Code:
sudo rpm --rebuilddb 
sudo yum install gimp* gnome-scan-libs xsane-gimp
Thanks once more you experts.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Bring Out the GIMP Part 1: GIMP Basics LXer Syndicated Linux News 0 06-30-2007 05:16 PM
Gimp running slooooooooooooooooow Berto VectorLinux 3 03-22-2007 01:50 AM
Running GIMP as user nobody! Shioni Linux - General 1 04-21-2006 01:42 PM
LXer: Running Photoshop plugins in the GIMP, even under Linux LXer Syndicated Linux News 0 04-11-2006 02:54 PM
printing on HP PhotoSmart from Gimp 2.2, gimp-print drivers needed? pearman Debian 2 08-05-2005 04:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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