Results 1 to 9 of 9
Hellow all,
i am currently working on Centos.
i tried to install ejabberd from following location:
svn co Revision 1906: /trunk ejabberd
its gives the source code. it went to ...
- 02-21-2009 #1Just Joined!
- Join Date
- Dec 2008
- Location
- chandigarh
- Posts
- 29
unable to install ejabberd on CentOS
Hellow all,
i am currently working on Centos.
i tried to install ejabberd from following location:
svn co Revision 1906: /trunk ejabberd
its gives the source code. it went to ejabberd/src/
then i run
#./configure
then it gives the following error.
root@vondoo [/opt/source/ejabberd/src]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for erlc... no
checking for erl... no
configure: error: erlang not found
i used yum to install ejabberd then it gave me the following error .
root@vondoo [/opt/source/ejabberd/src]# yum install ejabbred -y
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: centos-distro.cavecreek.net
* updates: mirror.raystedman.net
* addons: mirrors.gigenet.com
* extras: mirrors.tummy.com
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package ejabbred available.
Nothing to do
i don't know what to do . Can somebody help me !!!!!!!!!!!
- 02-21-2009 #2Is it a typo? Package name is ejabberd.yum install ejabbred -yIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-21-2009 #3Just Joined!
- Join Date
- Dec 2008
- Location
- chandigarh
- Posts
- 29
ejabber d problem
thahks .
But brother it did'nt work .
this is the error which it was giving:
root@vondoo [/opt/source]# yum install ejabbred -y
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: centos-distro.cavecreek.net
* updates: mirror.raystedman.net
* addons: mirrors.gigenet.com
* extras: mirrors.tummy.com
base 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package ejabbred available.
Nothing to do
this is not working
- 02-21-2009 #4Just Joined!
- Join Date
- Dec 2008
- Location
- chandigarh
- Posts
- 29
wanted ejabberd rpm
Can u please give me any link where i can find a rpm compatible with CentOS.
or any source code which really works on centOs
- 02-21-2009 #5
Your original error was this:
You should install erlang, using YUM:checking for erlc... no
checking for erl... no
configure: error: erlang not found
Then try to compile it again.Code:yum install erlang
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-21-2009 #6You are typing incorrect package name again.
Originally Posted by GobindSingh
Its ejabberd not ejabbred. ( Its not red. Its erd in ejabberd.)
Code: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
- 02-23-2009 #7Just Joined!
- Join Date
- Dec 2008
- Location
- chandigarh
- Posts
- 29
ejabberd installation problem
thanks devils,
but when ever i try to download ejabberd from yum but it is giving following:
root@vondoo [~]# yum install erlang
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: mirrors.adams.net
* updates: mirror.nuvio.com
* addons: Georgia Tech Software Library (GTlib) | Home
* extras: mirrors.serveraxis.net
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package erlang available.
Nothing to do
I have made a yum repository file under yum.
root@vondoo [~]# vim /etc/yum.repos.d/CentOS-Base.repo
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplu s
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
IS this file is correct ?
because yum is not working properly.
One question i want to that is ejabberd is a stable rpm for CentOS?
Please help me
- 02-23-2009 #8
Remove # sign before baseurl lines.
Code:[base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-23-2009 #9Just Joined!
- Join Date
- Dec 2008
- Location
- chandigarh
- Posts
- 29
ejabberd
thankx ,
after changing the contents of CentOs-Base.repo
its giving a error that this package is not avalible in the repository;
Can u provide me any link where i can get a stable working ejjberd rpm or source code.


Reply With Quote