On 6/19/05, Bob Goddard <[EMAIL PROTECTED]> wrote: > On Friday 17 Jun 2005 18:05, Manuel Casal wrote: > > Marco Parmeggiani escribió: > > > Manuel Casal ha scritto: > > >> I made the "make menuconfig" and "make dep" in the kernel sources. > > > > > > i do not remember well how i solved that problem but i'm sure that > > > "make dep" will issue you a warning and stop. > > > run "make" to start the kernel build process and then stop it after > > > few seconds. it will create the necessary symlinks in the kernel tree. > > > maybe there's a more elegant solution but this should work. > > [... Yet another f*ck*ng signature not deleted ...] > > [...] > > SUBDIRS=/usr/src/asterisk/bristuff-0.2.0-RC8g/zaptel-1.0.7 modules > > make[1]: Entering directory `/usr/src/linux-2.6.8-24.16-obj/i386/smp' > > make[1]: *** No rule to make target `modules'. Stop. > > make[1]: Leaving directory `/usr/src/linux-2.6.8-24.16-obj/i386/smp' > > make: *** [linux26] Error 2 > > linux:/usr/src/asterisk/bristuff-0.2.0-RC8g/zaptel-1.0.7 # > > > > Now what?....:( > > Have a read at /usr/src/linux*/README.SUSE I never could get 9.2 to work right... even with THEIR asterisk rpms (from the install cd) However they seem to have fixed it in 9.3 (I have 3 installations working well). Digium tech support won't touch either of them. They told me SUSE changes a bit somewhere that prohibits loading modules that don't have it.
If you don't want to use the 9.3 rpms you may have a problem on your hands..... sadly I realy like thair distro..... wish they would let us know how to make non suse modules work. With 9.1 I followed the admin guide; and it always worked: cd /usr/src/linux zcat /proc/config.gz > .config make oldconfig Then make the symlink for zaptel: cd /usr/src ln -s nameofkerneldirectory linux-2.6 Good luck! t o n y _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
