>-----Original Message----- >From: [email protected] >[mailto:[email protected]]on Behalf Of Tony >Mountifield >Sent: Wednesday, May 20, 2009 06:26 AM >To: [email protected] >Subject: Re: [asterisk-users] Step-by-Step Asterisk and MeetMe Help > > >In article ><e77ab304d41c084090d498682873252fc1b...@nts-10.ca.hmhengineers.com>, >Jimmy Ezell <[email protected]> wrote: >> >> Sounds like the workaround for 4.7 is to add this symlink >that you mention. What directory >> does the symlink need to be in? What should it look like? >Where should it point to? > >No, you should never need to add that symbolic link. I have done many >builds of zaptel on CentOS 4.x and never needed it. > >What I think is more likely is that having done an initial install of >CentOS, you then did a yum update which pulled in a newer >kernel. But you >have not yet rebooted the system, so it is still running the original >kernel, even though the build files are now for the newer one. > >Remove any extra links you added, reboot the system, and then >try building >the modules again. It should go without a hitch. > >Cheers >Tony
Tony, I never did an update that I know of but I followed your instructions anyway and it worked on my vm test machine. It took a bit more effort on my multi-processor machine but I got that going too. Here are the steps I took: single processor machine # rm /usr/src/linux-2.4 (removed the symbolic link) # rpm -e kernel-devel (removed the kernel-devel module) # yum update kernel* (updated the kernel) # init 6 (rebooted the machine to load the updated kernel) # yum install -y kernel-devel (installed kernel-devel for the updated kernel) (compiled zaptel and it looked good) # init 6 (rebooted again and this time I saw ztdummy get loaded!!!) multi-processor machine ( I had to remember to specify smp for the kernel) # rm /usr/src/linux-2.4 (removed the symbolic link) # rpm -e kernel-devel (removed the kernel-devel module) # rpm -e kernel-smp-devel (removed the kernel-devel module for smp) # yum update kernel-smp* (update the kernel for smp) # init 6 (reboot) # yum install -y kernel-smp-devel (compiled zaptel) # init 6 (rebooted and ztdummy loaded !!!!) Tried MeetMe and sure enough it is working!!!!!! Thank you, thank you, thank you, to all who gave me input on this. Jimmy http://qvlweb.blogspot.com/2009/04/asterisk-pbx-install-index.html > _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
