| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sun Sep 03, 2006 3:44 pm Post subject: Problems installing |
|
|
Hi all
I'm trying to install Icecast in my server, under a domain, but I canīt . I get an error message when making ./configure
Icecast is uncompressed in /www/radio/icecast/ and when (following the installing instructions) I write ./configure I get this error:
checking for a BSD-compatible install... /usr/local/bin/install -c
checking wheter build environment is sane... yes
checking for gawk... gawk
checking wheter make sets $(MAKE)... yes
checking wheter to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking por C compiler default output file name... configure: error: C compiler can not create executables
See 'config.log' for more datails.
I don't understand anything in the config.log (I'm starting as a Linux user...)
Is there anything I'm doing wrong? If you need the content of the config.log ask and I'll post it here.
TIA |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Sep 03, 2006 4:11 pm Post subject: |
|
|
It's an unusual message but the check is there to make sure compiling can be done. The precise error will be shown in the config.log but it could be a range of things like unable to write to the directory or incomplete compiler installation.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Sep 04, 2006 9:11 am Post subject: |
|
|
Here's the config.log file. I hope you can help me:
Again: thanks a lot
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Icecast configure 2.3.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = d40.dinaserver.com
uname -m = unknown
uname -r = unknown
uname -s = unknown
uname -v = unknown
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /usr/local/mysql/bin
PATH: /usr/local/jdk/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1592: checking for a BSD-compatible install
configure:1647: result: /usr/local/bin/install -c
configure:1658: checking whether build environment is sane
configure:1701: result: yes
configure:1734: checking for gawk
configure:1750: found /usr/bin/gawk
configure:1760: result: gawk
configure:1770: checking whether make sets $(MAKE)
configure:1790: result: yes
configure:1941: checking whether to enable maintainer-specific portions of Makefiles
configure:1950: result: no
configure:2012: checking for gcc
configure:2028: found /usr/bin/gcc
configure:2038: result: gcc
configure:2282: checking for C compiler version
configure:2285: gcc --version </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2288: $? = 126
configure:2290: gcc -v </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2293: $? = 126
configure:2295: gcc -V </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2298: $? = 126
configure:2321: checking for C compiler default output file name
configure:2324: gcc conftest.c >&5
./configure: /usr/bin/gcc: Permission denied
configure:2327: $? = 126
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Icecast"
| #define PACKAGE_TARNAME "icecast"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "Icecast 2.3.1"
| #define PACKAGE_BUGREPORT "icecast@xiph.org"
| #define PACKAGE "icecast"
| #define VERSION "2.3.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2366: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_OGG_PREFIX_set=
ac_cv_env_OGG_PREFIX_value=
ac_cv_env_SPEEX_set=
ac_cv_env_SPEEX_value=
ac_cv_env_THEORA_set=
ac_cv_env_THEORA_value=
ac_cv_env_VORBIS_PREFIX_set=
ac_cv_env_VORBIS_PREFIX_value=
ac_cv_env_XSLTCONFIG_set=
ac_cv_env_XSLTCONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/local/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ecoplanes/www/radio/icecast/missing --run aclocal-1.6'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ecoplanes/www/radio/icecast/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/ecoplanes/www/radio/icecast/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ecoplanes/www/radio/icecast/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ecoplanes/www/radio/icecast/missing --run automake-1.6'
AWK='gawk'
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CURL_CONFIG=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
DEBUG=''
DEFS=''
DEPDIR=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
FGREP=''
ICECAST_OPTIONAL=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/ecoplanes/www/radio/icecast/missing --run makeinfo'
OBJEXT=''
OGG_CFLAGS=''
OGG_LDFLAGS=''
OGG_LIBS=''
OGG_PREFIX=''
PACKAGE='icecast'
PACKAGE_BUGREPORT='icecast@xiph.org'
PACKAGE_NAME='Icecast'
PACKAGE_STRING='Icecast 2.3.1'
PACKAGE_TARNAME='icecast'
PACKAGE_VERSION='2.3.1'
PATH_SEPARATOR=':'
PROFILE=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_CPPFLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
SPEEX=''
SPEEX_CFLAGS=''
SPEEX_LDFLAGS=''
SPEEX_LIBS=''
STRIP=''
THEORA=''
THEORA_CFLAGS=''
THEORA_LDFLAGS=''
THEORA_LIBS=''
VERSION='2.3.1'
VORBISENC_LIBS=''
VORBISFILE_LIBS=''
VORBIS_CFLAGS=''
VORBIS_LDFLAGS=''
VORBIS_LIBS=''
VORBIS_PREFIX=''
XIPH_CFLAGS=''
XIPH_CPPFLAGS=''
XIPH_LDFLAGS=''
XIPH_LIBS=''
XSLTCONFIG=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
acx_pthread_config=''
am__include=''
am__quote=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/ecoplanes/www/radio/icecast/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "icecast"
#define PACKAGE_BUGREPORT "icecast@xiph.org"
#define PACKAGE_NAME "Icecast"
#define PACKAGE_STRING "Icecast 2.3.1"
#define PACKAGE_TARNAME "icecast"
#define PACKAGE_VERSION "2.3.1"
#define VERSION "2.3.1"
configure: exit 77 |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Sep 04, 2006 12:44 pm Post subject: configure |
|
|
Hello, i'm not speak english very well, but you can configure icecast:
./configure --prefix=/usr/local/icecast
and icecast wants this librery: libxml2, libxslt, curl. it is a system librery
by |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Sep 04, 2006 1:42 pm Post subject: |
|
|
If you read the lines you posted you'll see exactly what is not working correctly
| Quote: |
configure:2282: checking for C compiler version
configure:2285: gcc --version </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2288: $? = 126
configure:2290: gcc -v </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2293: $? = 126
configure:2295: gcc -V </dev/null >&5
./configure: /usr/bin/gcc: Permission denied
configure:2298: $? = 126
configure:2321: checking for C compiler default output file name
configure:2324: gcc conftest.c >&5
./configure: /usr/bin/gcc: Permission denied
configure:2327: $? = 126
|
gcc is the compiler, so your compiler installation needs to be fixed.
karl. |
|
| Back to top |
|
 |
|