LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   jabber setup on redhat 8.0 (https://www.linuxquestions.org/questions/linux-software-2/jabber-setup-on-redhat-8-0-a-49124/)

SchoolITguy 03-10-2003 12:26 PM

jabber setup on redhat 8.0
 
I have been trying to setup a jabber server on redhat 8.0. I follow the instructions and it starts the configure but errors out. I have fresh install of redhat so I have no idea what to do.
This is what is says:

[root@student jabber-1.4.2]# ./configure
Running Jabber Configure
========================

Getting pth settings..../configure: line 1: pth-config: command not found
./configure: line 1: pth-config: command not found
./configure: line 1: pth-config: command not found
./configure: line 1: pth-config: command not found
Configuring GNU Pth (Portable Threads), Version 1.4.0 (24-Mar-2001)
Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com>
creating cache ./config.cache
./config.guess: line 668: cc: command not found
Platform: i686-redhat-linux-gnu2.4glibc1

Build Tools:
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
Error Configuring pthSetting Build Parameters... Done.
Generating Settings Script... Done.

You may now type 'make' to build your new Jabber system.

[root@student jabber-1.4.2]# make
Making all in pthsock
make[1]: Entering directory `/usr/local/jabber/jabber-1.4.2/pthsock'
gcc -g -Wall -I. -I.. -I/usr/local/jabber/jabber-1.4.2/jabberd/pth-1.4.0 -fPIC -I../jabberd/ -c -o client.o client.c
make[1]: gcc: Command not found
make[1]: *** [client.o] Error 127
make[1]: Leaving directory `/usr/local/jabber/jabber-1.4.2/pthsock'
make: *** [all-recursive] Error 1

Thanks

acid_kewpie 03-10-2003 01:08 PM

well you havne't even got a ompiler installed. install gcc from your distro cd's.

viciousfish 03-10-2003 04:16 PM

It comes under the 'Development Tools' Section of the RedHat package grou selector.

SchoolITguy 03-11-2003 09:47 AM

Thanks guys!!


All times are GMT -5. The time now is 11:22 PM.