Zaptel compiling on Fedora Core-3

I have compiled zaptel-1.2.5 on Fedora Core-3, these are my steps :

Copy RPMS and paste in /var/rpms

Disk 1
cpp-3.4.2-6.fc3.i386.rpm

Disk 2
cvs-1.11.17-3.i386.rpm
bison-1.875c-2.i386.rpm
e2fsprogs-devel-1.35-11.2.i386.rpm
krb5-devel-1.3.4-7.i386.rpm

Disk 3

glibc-kernheaders-2.4-9.1.87.i386.rpm
glibc-headers-2.3.3-74.i386.rpm
glibc-devel-2.3.3-74.i386.rpm
gcc-3.4.2-6.fc3.i386.rpm
libidn-devel-0.5.6-1.i386.rpm
zlib-devel-1.2.1.2-1.i386.rpm
openssl-devel-0.9.7a-40.i386.rpm

Disk 4

RPMS to install in this order:
cd /var/rpms
rpm -i cvs-1.11.17-3.i386.rpm
rpm -i cpp-3.4.2-6.fc3.i386.rpm
rpm -i glibc-kernheaders-2.4-9.1.87.i386.rpm
rpm -i glibc-headers-2.3.3-74.i386.rpm
rpm -i glibc-devel-2.3.3-74.i386.rpm
rpm -i gcc-3.4.2-6.fc3.i386.rpm
rpm -i bison-1.875c-2.i386.rpm
rpm -i zlib-devel-1.2.1.2-1.i386.rpm
rpm -i e2fsprogs-devel-1.35-11.2.i386.rpm
rpm -i krb5-devel-1.3.4-7.i386.rpm
rpm -i openssl-devel-0.9.7a-40.i386.rpm
rpm -i libidn-0.5.6-1.i386.rpm
rpm -i pkgconfig-0.15.0-3.i386.rpm
rpm -i libidn-devel-0.5.6-1.i386.rpm

MISC STUFF
cd /usr/src
ln -s /lib/modules/2.6.9-1.667/build/ linux-2.6

EDIT /etc/udev/rules.d/50-udev.rules and add
KERNEL=“zapctl”, NAME="zap/ctl"
KERNEL=“zaptimer”, NAME="zap/timer"
KERNEL=“zapchannel”, NAME="zap/channel"
KERNEL=“zappseudo”, NAME="zap/pseudo"
KERNEL=“zap[0-9]*”, NAME=“zap/%n”

REBOOTED

We’re go for Asterisk acquisition and compilation.

Download Asterisk cvs-head
cd /usr/src
export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
cvs login
CVS password : anoncvs
UNKNOWN HOST cvs.digium.com

Why can this happen, is the password anoncvs is change ?

When I compile zaptel, this error is appear :
make[1] : Leaving directory `/lib/modules/2.6.9-1.667smp/build’
cc -shared -Wl,-soname,libtonezone.so.1.0 -lm -o libtonezone.so zonedata.lo tonezone.lo

Thanks for help[/b]

firstly, Digium stopped using CVS a long time ago … they use SVN now.

secondly, there would appear to be a conflict between the kernel you’re using and the source you have. note the ‘smp’ in the directory the zaptel compile is looking/working in.

since I am the beginner, please tell me with detail. Thank you very much…

what details do you want ? perhaps you should start here : asteriskguru.com/tutorials/b … ource.html

work from section 2.3 for using SVN. you’ll need “subversion” installed if you don’t already have it.

Thank you, I can go on with that information. How to fix this error ? its appear to be a conflict between the kernel I’m using and the source I have. note the ‘smp’ in the directory the zaptel compile is looking/working in. Please explain with detail… The error is :
make[1] : Leaving directory `/lib/modules/2.6.9-1.667smp/build’
cc -shared -Wl,-soname,libtonezone.so.1.0 -lm -o libtonezone.so zonedata.lo tonezone.lo

I use zaptel-1.2.5, kernel-2.6.9-1.667smp, fedora-3.

Thanks for help

does that directory exist ? according to your earlier post, you’ve symlinked linux-2.6 to a different directory.