I've got a fresh FC2 install and I'm trying to get the symlinks right according to the /usr/src/zaptel/README.Linux26 instructions. I've created two symlinks: /usr/src/linux-2.6 -> /usr/src/linux-2.6.5-1.358 /lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2 When I do a "make linux26", I get a million warnings and errors with the result being: make[2]: *** [/usr/src/zaptel/zaptel.o] Error 1 make[1]: *** [/usr/src/zaptel] Error 2 make[1]: Leaving directory '/usr/src/linux-2.6.5-1.358' make: *** [linux26] Error 2 Am I looking at the right thing? Or do I have another problem? Jeff Borders [_jeff_@_jeffborders_._com]
I would suggest two things. (Note I am not an expert) 1. Upgrade the Kernel. I had to do this to get mine to complile correctly 2. Have only one symlink like this one only pointing to the new kernel /lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2 And of course good luck -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jeff Borders Sent: Friday, September 17, 2004 3:41 PM To: Asterick Users Subject: [Asterisk-Users] FC2 zaptel compile failure I've got a fresh FC2 install and I'm trying to get the symlinks right according to the /usr/src/zaptel/README.Linux26 instructions. I've created two symlinks: /usr/src/linux-2.6 -> /usr/src/linux-2.6.5-1.358 /lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2 When I do a "make linux26", I get a million warnings and errors with the result being: make[2]: *** [/usr/src/zaptel/zaptel.o] Error 1 make[1]: *** [/usr/src/zaptel] Error 2 make[1]: Leaving directory '/usr/src/linux-2.6.5-1.358' make: *** [linux26] Error 2 Am I looking at the right thing? Or do I have another problem? Jeff Borders [_jeff_@_jeffborders_._com] _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Kelly, Michael (Boca Raton)
2004-Sep-17 14:49 UTC
[Asterisk-Users] FC2 zaptel compile failure
Try this: Ln -sf /lib/modules/2.6.7-1.494.2.2/build /usr/src/linux-2.6 Then do your: Make clean Make linux26 That should work...... -----Original Message----- From: Jeff Borders [mailto:jeff@jeffborders.com] Sent: Friday, September 17, 2004 3:41 PM To: Asterick Users Subject: [Asterisk-Users] FC2 zaptel compile failure I've got a fresh FC2 install and I'm trying to get the symlinks right according to the /usr/src/zaptel/README.Linux26 instructions. I've created two symlinks: /usr/src/linux-2.6 -> /usr/src/linux-2.6.5-1.358 /lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2 When I do a "make linux26", I get a million warnings and errors with the result being: make[2]: *** [/usr/src/zaptel/zaptel.o] Error 1 make[1]: *** [/usr/src/zaptel] Error 2 make[1]: Leaving directory '/usr/src/linux-2.6.5-1.358' make: *** [linux26] Error 2 Am I looking at the right thing? Or do I have another problem? Jeff Borders [_jeff_@_jeffborders_._com] _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Just take a look at the list, or search in google, you will find the answer. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jeff Borders Sent: Friday, September 17, 2004 4:41 PM To: Asterick Users Subject: [Asterisk-Users] FC2 zaptel compile failure I've got a fresh FC2 install and I'm trying to get the symlinks right according to the /usr/src/zaptel/README.Linux26 instructions. I've created two symlinks: /usr/src/linux-2.6 -> /usr/src/linux-2.6.5-1.358 /lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2 When I do a "make linux26", I get a million warnings and errors with the result being: make[2]: *** [/usr/src/zaptel/zaptel.o] Error 1 make[1]: *** [/usr/src/zaptel] Error 2 make[1]: Leaving directory '/usr/src/linux-2.6.5-1.358' make: *** [linux26] Error 2 Am I looking at the right thing? Or do I have another problem? Jeff Borders [_jeff_@_jeffborders_._com] _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users