Errors while trying to install software on SuSE 9.2 Pro


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Errors while trying to install software on SuSE 9.2 Pro
# 15  
Old 11-11-2004
Ok that installed it, I see a glib-config file in /opt/gnome/bin/ and /home/chris/Desktop/usr/bin. I ran the program I was trying to install and it got past the glib-config check and stopped on GTK_CONFIG AND SDL_CONFIG.
# 16  
Old 11-11-2004
Looks like the same story here - you need the gtk devel packages and sdl devel packages. All of these devel packages should really be on your SUSE 9.2 Pro disks/DVD. Try another search via YaST for "*gtk*" and "*sdl*" and install anything that isn't already present on your system - if ./configure is falling over, chances are they aren't installed or are too old - i bet they aren't installed though (as we found out with glib-devel).

rpm -qva | egrep "sdl|gtk"

The config file it was complaining about was "/opt/gnome/bin/glib-config" originally. Now it probably wants gtk-config and whatever configuration scripts and headers the SDL development packages provide.
# 17  
Old 11-11-2004
Is it possible this program wants the older versions of gtk and sdl. It looks like I have the gtk2-devel pack. I think I read somewhere that it said that like glib and glib2 are 2 totally different things when it comes to things.

linux:/home/chris/Desktop/Xtheater-0.9.2 # rpm -qva | egrep "sdl|gtk"
libexif-gtk-0.3.3-308
gtk2-engines-2.2.0-400
python-gtk-2.2.0-3
gtkglarea-1.2.2-893
gtk-engines-0.12-960
libgtkhtml-2.6.1-3
gtkspell-2.0.5-58
gtk2-doc-2.4.9-10
gtkam-0.1.12-2
wsdl4j-javadoc-1.4-3
gtk2-devel-2.4.9-10
gtkhtml2-devel-3.2.2-3
gtklp-0.9u-2
gtkmm-1.2.10-301
gtk2-2.4.9-10
gtk2-themes-0.1-636
libgtkhtml-devel-2.6.1-3
gtkdoc-1.2-62
gtk-qt-engine-0.5-9
gtk-1.2.10-882
gtkhtml2-3.2.2-3
wsdl4j-1.4-3
gtksourceview-1.0.1-3

Last edited by CTroxtell21; 11-11-2004 at 07:28 PM..
# 18  
Old 11-11-2004
You will need the gtk-devel rpm's - they certainly are two different things - certain programs want certain headers and config scripts - this is where compiling from source can become tricky and frustrating. Before you know it you're compiling other things to meet dependencies that themselves have dependencies, etc. If you can find rpms (or debs for debian) then it makes the whole installation routine relatively painless.

You can get SDL here

Check http://rpm.pbone.net/ and see if RPMs are available for gtk-devel and any sdl libraries required.

Also, if you're enquiring about "BestCrypt" i'd suggest starting a new thread as it's unrelated to this discussion. Smilie

Cheers
ZB
# 19  
Old 11-11-2004
Ok I have everything except GTK working. I can see its installed by this:
linux:~/Desktop # gtk-config --version
1.2.10
But everytime I do a ./configure on Xtheater it kicks back on gtk it shows

checking for gtk-config... (cached) no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
I've done the command
GTK_CONFIG=/opt/gnome/bin/gtk-config and ran ./configure again and got the same thing... Version 1.2.10 should work shouldn't it?

Last edited by CTroxtell21; 11-11-2004 at 11:11 PM..
# 20  
Old 11-12-2004
Try
# export GTK_CONFIG=/opt/gnome/bin/gtk-config

The "export" is important as it will make the GTK_CONFIG variable available to child shells.

Cheers
ZB
# 21  
Old 11-12-2004
Ok, I did that and still the same thing. I even tryed
# ./configure --with-gtk-prefix=/opt/gnome/bin/gtk-config and still it comes up saying it can't find GTK_CONFIG. Know of anything else that might cause it not to find it even after all of this?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Install software in another directory with smitty install

Hello, I would like to ask if someone knows if is possible to install sofware via smitty or installp in another directorie , or we have to accept the default location? i would like to intall in /opt folder , but smitty installed it in /usr Thanks in advance (4 Replies)
Discussion started by: prpkrk
4 Replies

2. UNIX and Linux Applications

Pro*c file Compiling Issue in suse Linux

The existing .pc (pro *C) file is running successfully in UNIX. But when Iam trying to compile this same file in LINUX using proc iname filename.pc, Iam getting an error, proc file not recognized. Could someone help how to generate execute file from the proc*c file. what are the prerequisites... (2 Replies)
Discussion started by: vikrambharat
2 Replies

3. Fedora

Install memcached on Suse 11 SP2

hi guys I am trying to install this extension for php named memcached but I am not really able to do it PECL :: Package :: memcached I have Suse 11 SP2 installed without any registration (I mean installed not paying subscription) so my question is there a way to install it like in... (0 Replies)
Discussion started by: karlochacon
0 Replies

4. UNIX for Dummies Questions & Answers

How to use yast2 to install software in SUSE?

Hi I ssh to a remote server which is running in SUSE. And I want to install apache2.0 there. Then I used yast2 to install it. But after installing it, I go to the terminal and type" apache -version" to check if apache is installed there. And it said "-bash: apache: command not found" I don't... (0 Replies)
Discussion started by: AlexCheung
0 Replies

5. Red Hat

Install Suse from RedHat

Hi, There are two systems: (1) HP server under RedHat Linux with CD drive. (2) Notebook under Windows Vista with DVD drive. Now I want to install Suse Linux on the HP server, but the installation media is a DVD. How can I do it? Thank you much in advance! (3 Replies)
Discussion started by: aixlover
3 Replies

6. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

7. UNIX for Dummies Questions & Answers

Reflections & Pro Com Software?

I am looking for a replacement to my Pro-Com software to use on UNIX based applications at work. I am a virtual remote employee who works from my home using a windows XP machine. On my company laptop, another Win XP, we use REFLECTION v12 for UNIX and OPEN VMS. I really like REFLECTIONS a lot... (3 Replies)
Discussion started by: dereckbc
3 Replies

8. SuSE

Best Repository for SUSE 10.1 install?

I've made a few attempts at an OpenSuse10.1 clean install using a boot.iso and network repository install dir. I've succesfully done a few network installs before and know what I'm doing with the procedure, however I seem to be getting problems with the connection to the remote repository. It's... (0 Replies)
Discussion started by: Mark Ward
0 Replies

9. UNIX for Dummies Questions & Answers

absolute beginner with suse 9.2 and XP Pro

I'm sure this is pretty infantile but I can't figute it out. How to I load the nVidia driver for SuSE 9.2? I have no idea what the X environment is or how to quit it or how to run the nVidia patch. Secondly how do I persuade my SuSE 9.3 computer to talk with my Windows XP network. Linux... (9 Replies)
Discussion started by: mrgmwsnow
9 Replies

10. UNIX for Dummies Questions & Answers

How to install Suse Linux 8.1?

Can anyone tell me how to install Suse Linux 8.1? :( (6 Replies)
Discussion started by: Micheal
6 Replies
Login or Register to Ask a Question