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
# 22  
Old 11-12-2004
A bit of a kludge, but try hard linking it to /usr/bin
Code:
ln /opt/gnome/bin/gtk-config /usr/bin/gtk-config

Cheers
ZB
# 23  
Old 11-12-2004
Ok, I did that I see it put a gtk-config shell script file in /usr/bin/ but it still seem to do nothing.

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.
Not sure if this information helps but I can do a # gtk-config --prefix and it shows /opt/gnome and # gtk-config --exec-prefix shows the same thing. Just read on another site about something and ran these
# echo $GTK_PATH
/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0
# echo $GTK_CONFIG

Not sure if the 2nd command should of brought something up like the first one did or not.

Last edited by CTroxtell21; 11-12-2004 at 03:29 PM..
# 24  
Old 11-12-2004
Ok, I decided I'd try MPlayer because I know I've used it before. I ran ./configure and everything seemed fine. Then I done # make --quiet and oh boy it was coming back with all kinds of errors. If you will look at it and tell me what all this means.
# 25  
Old 11-13-2004
Do you have the kernel source installed?

Have a look at /usr/src/linux and see if it's populated.

When I installed SUSE, I installed all development packages (I think theres an option during the installation that'll allow you to specify that you want to install the "Development" group of packages.)

If you're going to be compiling a lot of programs from source, these require development packages to be installed. If you've got the hard disk space, then I'd definitely recommend installing as much as possible.

If you don't want the development/source packages, then your only option is to install from RPM.

Cheers
ZB
# 26  
Old 11-13-2004
Ok, I went in and installed the kernel source and ended up finally finding a rpm of MPlayer and getting it installed. I'd still like to know why it didn't want to compile so just in case I need to compile it one day. I had tryed a make on it before I installed the rpm and it was still complaining of libavcodec not being found when its a folder inside of the mplayer folder, then was talking about instances of something being mentioned and not being used. Oh well at least if nothing else I'm learning new stuff about linux Smilie

Last edited by CTroxtell21; 11-14-2004 at 05:42 AM..
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