I’ve installed Fedora Core 6, i’ve updated the kernel, kernel-headers, kernel-devel to 2.6.19-1.2911.6.5.fc6. #uname -a
Linux name 2.6.19-1.2911.6.5.fc6 #1 SMP Sun Mar 4 15:47:41 EST 2007 i686 i686 i386 GNU/Linux
I made the symlinks en /usr/src:
linux -> kernels/2.6.19-1.2911.6.5.fc6-i686
linux-2.6 -> /usr/src/kernels/2.6.19-1.2911.6.5.fc6-i686
and in /lib/modules/2.6.19-1.2911.6.5.fc6:
build -> …/…/…/usr/src/kernels/2.6.19-1.2911.6.5.fc6-i686
In /usr/src/zaptel-1.2.15: #make linux26
make: *** No rule to make target `linux26’. Stop
Please, could you help me ? it took to me several days and i couldn’t install!!
thanks in advance!!
You cant just use “make” you have to do it as “make install”
This would be the procedure you would need to follow:
Untar the files in the director, if your installing libpri as well then you will need to follow it in this steps:
Install Zaptel first
May Not be required>>> ./configure
then
make clean
then
make
then
make install
Install Libpri
May Not be required>>> ./configure
then
make clean
then
make
then
make install
Install Asterisk
May Not be required>>> ./configure
then
make clean
then
make
then
make install
If you follow this procedure it should be ok.
I use Fedora Core 6 as well, i never had to do what you have done, i just did a yum -y update and once that was done rebooted the system and then proceeded with doing the installs.
I have also installed on Fedora Core 4 with no issues either, and also Fedora Core 5, i have yet to try Debian based system, but i am sure they will not pose any problems either.
Als make sure you have the latest GCC compile, however this should be installed when you do the YUM update anyway.
This looks like a problem between your kernel source and running kernel. Make sure the Makefile in the kernel source as the same extra version as your running kernel.
Hello,
I wrote make and make install (i forgot to write ‘make install’)
I have the same version in kernel-header and kernel.
Please, if you have any idea…
Thanks in advance
Hello,
In my Makefile I have:
VERSION = 2 #PATCHLEVEL = 6
SUBLEVEL = 19
EXTRAVERSION = -1.2911.6.5.fc6
NAME=Avast! A bilge rat!
DOCUMENTATION
To see a list of typical targets execute “make help”
More info can be located in ./README
Comments in this file are targeted only to the developer, do not
expect to learn how to build the kernel reading this file.
cat /proc/version
Linux version 2.6.19-1.2911.6.5.fc6 (brewbuilder@ls20-bc1-13.build.redhat.com) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)) #1 SMP Sun Mar 4 15:47:41 EST 2007
ll /usr/src
total 3032
drwxr-xr-x 3 root root 4096 mar 12 19:59 kernels
lrwxrwxrwx 1 root root 34 mar 12 22:52 linux -> kernels/2.6.19-1.2911.6.5.fc6-i686
lrwxrwxrwx 1 root root 34 mar 12 22:52 linux-26 -> kernels/2.6.19-1.2911.6.5.fc6-i686
lrwxrwxrwx 1 root root 43 mar 14 22:55 linux-2.6 -> /usr/src/kernels/2.6.19-1.2911.6.5.fc6-i686
drwxr-xr-x 7 root root 4096 feb 18 20:21 redhat
drwxr-xr-x 9 root root 12288 mar 15 17:15 zaptel-1.2.15