Duncan,
I followed your tutorial, only changes being that i ad to use openssl-devel-0.9.6b-35.7.i386.rpm instead of 28 that was in your list.
Anyway, all went well, until i got to here:
----
Asteriskpbx
cd /usr/src
export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
cvs login
(The password is anoncvs)
----
I did it, and it prompted for password, which i entered. It returned me to:
"[root@centralserver src]#" so i typed in:
"cvs checkout zaptel libpri asterix"
But it came up with this:
===
[root@centralserver src]# cvs checkout zaptel libpri asterix
cvs server: cannot find module asterix' - ignored
cvs [checkout aborted]: cannot expand modules
[root@centralserver src]# cd asterix
bash: cd: asterix: No such file or directory
===
What am i doing wrong and how can i correct it?
Thanks.