Steve Totaro wrote: >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:asterisk-users- >> [EMAIL PROTECTED] On Behalf Of Tzafrir Cohen >> Sent: Sunday, June 03, 2007 8:22 AM >> To: [email protected] >> Subject: Re: [asterisk-users] Centos kernel source >> >> On Sun, Jun 03, 2007 at 02:50:17AM -0700, Khaled Chehab wrote: >>> I am using centos 4.4 server cd ,when I am trying to compile zaptel >> 1.4.2 >>> ... error appears > >>> >>> >From where I can get the missing rpms .or kernel source >> you need kernel-devel or kernel-smp-devel, depending on your running >> kernel version. >> >> -- >> Tzafrir Cohen >> icq#16849755 jabber:[EMAIL PROTECTED] >> +972-50-7952406 mailto:[EMAIL PROTECTED] >> http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir > > > Try yum install kernel-devel, yum update.
Here's what I did: yum update reboot yum install kernel-devel-`uname -r` yum install gcc gcc-c++ compat-gcc-32 compat-gcc-32-c++ autoconf \ libtool make automake automake14 automake15 automake16 automake17 \ bison byacc flex libtermcap libtermcap-devel newt newt-devel \ ncurses ncurses-devel openssl-devel zlib zlib-devel krb5-devel cd /usr/src/ wget -c http://ftp.digium.com/pub/zaptel/releases/zaptel-1.4.1.tar.gz tar -xzf zaptel-1.4.1.tar.gz cd /usr/src/zaptel-1.4.1/ ./configure && make clean && make && make install && make config modprobe ztdummy Philipp -- amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de Let's use IT to solve problems and not to create new ones. Asterisk? -> http://www.das-asterisk-buch.de Geschäftsführer: Stefan Wintermeyer Handelsregister: Neuwied B 14998 _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
