Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 !!!!!!!!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    You have to install C Compiler first. Does your machine has internet access?
    Execute this to install C Compiler.
    Code:
    su -
    yum -y install gcc gcc-c++ kernel-devel
    I would suggest you to install ejabberd through yum only. It will resolve all dependency problems.
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...