Re: Kannel install error
Stipe Tolj <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | tolj.org system architecture |
| Message-ID | <[email protected]> |
Nuno Levy schrieb:
> Hi all,
>
> When i tryed to install Kannel on Linux Red Hat Ent. 4.7 ES it gave me
> this error:
>
> "[root@kannel gateway-1.4.1]# ./configure
>
> Configuring for Kannel gateway version 1.4.1 ...
>
> Running system checks ...
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... no
> checking for cc... no
> checking for cc... no
> checking for cl... no
> configure: error: no acceptable C compiler found in $PATH
> See `config.log' for more details."
>
> I have already download and installed gcc package.
>
> My *echo $PATH *gives "
> /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin"
>
>
> if i execute "*#find / -name gcc* " gives as output* /usr/libexec/gcc
>
> Somebody know how can i put the gcc on the PATH? Or how to solve this?
Hi Nuno,
first of all, please don't operate as "root" on UNIX machines. It's a pain to
see how people consider the security concepts of UNIX system V and BSD ;)
In a bash shell you can prepend any env var to the call, so:
# PATH=$PATH:/usr/libexec ./configure
shall find the gcc wrapper. Which doesn't ensure that all other build tools are
to be find, i.e. ld et al.
Please revert to the users@ mailing list rather for such very basic questions.
They are way too off topic for the Kannel devel list.
Stipe
-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany
tolj.org system architecture Kannel Software Foundation (KSF)
http://www.tolj.org/ http://www.kannel.org/
mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------