Mailinglist Archive: opensuse (4237 mails)
| < Previous | Next > |
Re: [SLE] errors with runing make install
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Thu, 19 Aug 2004 22:17:01 +0200
- Message-id: <200408192217.01456.andjoh@xxxxxxxxxx>
On Thursday 19 August 2004 22:01, Jack Malone wrote:
> I'm trying to install tvark on suse 9.1. The install files says to run make
> install from the directory that its unarchived in. I have done that an made
> sure that i have the required software installed on the machine as far as I
> know.
>
> i'm getting the following erros when i run make install:
>
> dualcpu:/tvark/tvark-0.4 # make install
> cc `gtk-config --cflags` -ggdb -I/usr/include/pcap
> -DBINDIR="\"/usr/local/bin\"" -c -o db.o db.c
> /bin/sh: line 1: gtk-config: command not found
You don't have gtk-devel installed
> /bin/sh: line 1: cc: command not found
You don't have gcc installed
Or alternatively, when you su to root you didn't use the - so you have an
incomplete $PATH
If you do have the above packages installed and you still get the error, exit
from root and go back to root with
su -
then you will have a better $PATH
> make: *** [db.o] Error 127
>
>
> Being that first time I have ever used make to install something was
> wondering if anyone knows what to make of the above error. thanks.
If this is the first time you've compiled anything there are likely more
packages you are lacking. Have patience and you'll be fine
> I'm trying to install tvark on suse 9.1. The install files says to run make
> install from the directory that its unarchived in. I have done that an made
> sure that i have the required software installed on the machine as far as I
> know.
>
> i'm getting the following erros when i run make install:
>
> dualcpu:/tvark/tvark-0.4 # make install
> cc `gtk-config --cflags` -ggdb -I/usr/include/pcap
> -DBINDIR="\"/usr/local/bin\"" -c -o db.o db.c
> /bin/sh: line 1: gtk-config: command not found
You don't have gtk-devel installed
> /bin/sh: line 1: cc: command not found
You don't have gcc installed
Or alternatively, when you su to root you didn't use the - so you have an
incomplete $PATH
If you do have the above packages installed and you still get the error, exit
from root and go back to root with
su -
then you will have a better $PATH
> make: *** [db.o] Error 127
>
>
> Being that first time I have ever used make to install something was
> wondering if anyone knows what to make of the above error. thanks.
If this is the first time you've compiled anything there are likely more
packages you are lacking. Have patience and you'll be fine
| < Previous | Next > |