Results 1 to 2 of 2
hellow guys,
I was installing ejabberd-2.0.3 on my fedora m/c from source code .but after extracting ejabberd-2.0.3.tar.gz file . When ever i run the given below command
at this location
...
- 02-20-2009 #1Just Joined!
- Join Date
- Dec 2008
- Location
- chandigarh
- Posts
- 29
unable to install ejabberd from source code
hellow guys,
I was installing ejabberd-2.0.3 on my fedora m/c from source code .but after extracting ejabberd-2.0.3.tar.gz file . When ever i run the given below command
at this location
#cd /opt/source/ejabberd-2.0.3/src
then it gives an error msg
#./configure
[root@smtp src]# ./configure
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@smtp src]# ./configure
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
i have also tried to download rpm from the sourcegorge site named
ejabberd-2.0.3-1.2.i586.rpm
but it is also reqiires dependencies on other rpms so its a big head-ache for me.
Can somebody please help me !!!!!!!!
- 02-20-2009 #2
Hi and Welcome !
You have to install C Compiler first. Does your machine has internet access?
Execute this to install C Compiler.
I would suggest you to install ejabberd through yum only. It will resolve all dependency problems.Code:su - yum -y install gcc gcc-c++ kernel-devel
Code:su - yum -y install ejabberd
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote