LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help! Rh 8.0 (https://www.linuxquestions.org/questions/linux-software-2/help-rh-8-0-a-37727/)

Fusiongame 12-09-2002 07:14 AM

Help! Rh 8.0
 
Hello, i just installed redhat 8.0 and compiling no longer works on ANYTHING, im trying to install hxd the hotline client currently, and no matter what i try i always get errors, this happens for ANYTHING i try to compile uisng ./configure, make and make install, rpms work just fine but tar.gzs wont work at all. please help a frustrated n00b?

ubien 12-09-2002 11:36 AM

Could you post some error messages? Does gcc -v give you anything?

Fusiongame 12-09-2002 01:19 PM

about.c:217: `widget' undeclared (first use in this function)
about.c:218: warning: implicit declaration of function `gtk_widget_unref'
make[1]: *** [about.o] Error 1
make[1]: Leaving directory `/home/tyler/gtkhx-0.9.3/src'
make: *** [install-recursive] Error 1

this is the error i get when i make install for gtkhx.. and i get basically the same error only with different functions for EVERY tar.gz file i try to build (after extraction of course :)

Fusiongame 12-09-2002 01:52 PM

anyone able to help me?

ubien 12-09-2002 04:39 PM

I think you are missing part of GTK (graphical development), maybe the devel or something. Check the website where you got it and it should tell you what packages/libraries are required. If you don't have one, you need to get that and install that first. I bet the other compiles are running into the same thing, you're missing libraries that you'll need to install first.

Fusiongame 12-09-2002 05:32 PM

ok i installed EVERYTHING off the rh8 cd now my error changed. make went through fine, but make install did not.

make[1]: Leaving directory `/home/tyler/gtkhx-0.9.3/intl'
Making install in src
make[1]: Entering directory `/home/tyler/gtkhx-0.9.3/src'
make[2]: Entering directory `/home/tyler/gtkhx-0.9.3/src'
/bin/sh ../mkinstalldirs /usr/local/bin
/usr/bin/install -c gtkhx /usr/local/bin/gtkhx
/usr/bin/install: cannot create regular file `/usr/local/bin/gtkhx': Permission
denied
make[2]: *** [install-binPROGRAMS] Error 1
make[2]: Leaving directory `/home/tyler/gtkhx-0.9.3/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/tyler/gtkhx-0.9.3/src'
make: *** [install-recursive] Error 1

DavidPhillips 12-09-2002 06:11 PM

are you logged in as root


it looks like you are in /home/tyler which usually means you are logged in as tyler

tyler usually does not have permission to write to /usr/local/bin

drwxr-xr-x 2 root bin 4096 Dec 8 11:04 bin/

Fusiongame 12-09-2002 06:16 PM

ive typed su to login as root. and someone suggested i urun up2date to install updates but when i run that i get the following error:

Error Message:
Service not enabled for server profile: "Fusion-Comp"
Error Class Code: 31
Error Class Info:
This server does not have a valid entitlement for Red Hat Network.
Please login at https://rhn.redhat.com/, and from the "Your RHN"
section, select "Entitlements" to enable RHN service for this server.
Explanation:
An error has occurred while processing your request. If this problem
persists please submit a bug report to rhn-help@redhat.com.
If you choose to submit the bug report, please be sure to include
details of what you were trying to do when this error occurred and
details on how to reproduce this problem.

DavidPhillips 12-09-2002 07:45 PM

you need to login at https://rhn.redhat.com/

and entitle the system


when using su it is best to use

su -


maybe the folder /usr/local/bin/ does not exist

Fusiongame 12-10-2002 05:47 PM

thanks for the help, hey do you have aim or msn where i could contact you and talk for help? if you have any time for a n00b such as myself lol

DavidPhillips 12-10-2002 07:23 PM

I don't usually use those


All times are GMT -5. The time now is 03:49 PM.