Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Zaptel Compatibility


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
joakimsen at gmail.com
Guest





PostPosted: Wed Apr 30, 2008 1:00 pm    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2
Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Wed Apr 30, 2008 1:21 pm    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

On Wed, Apr 30, 2008 at 02:00:57PM -0400, Andreas van dem Helge wrote:
Quote:
Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2


Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.

Zaptel will look as the kernel source for (in this specific order)

1. Whatever you explicitly set in KSRC (if you did)
2. /lib/modules/$KVERS/build (if you set KVERS explicitly)
3. /lib/modules/`uname -r`/build
4. /usr/src/linux-2.4
5. /usr/src/linux

'build' in (2) and (3) is normally a symlink to the path of the kernel.

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
michael_bulk at wildga...
Guest





PostPosted: Wed Apr 30, 2008 1:47 pm    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

Have you tried kernel-smp-devel?

Andreas van dem Helge wrote:
Quote:
Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2


Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Back to top
joakimsen at gmail.com
Guest





PostPosted: Wed Apr 30, 2008 1:57 pm    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

No such thing.

root at unisoft [/usr/src/zaptel-1.4.10]# up2date --showall | grep kernel
kernel-2.4.21-53.EL.athlon
kernel-2.4.21-53.EL.i686
kernel-BOOT-2.4.21-53.EL.i386
kernel-doc-2.4.21-53.EL.i386
kernel-hugemem-2.4.21-53.EL.i686
kernel-hugemem-unsupported-2.4.21-53.EL.i686
kernel-pcmcia-cs-3.1.31-19.i386
kernel-smp-2.4.21-53.EL.athlon
kernel-smp-2.4.21-53.EL.i686
kernel-smp-unsupported-2.4.21-53.EL.athlon
kernel-smp-unsupported-2.4.21-53.EL.i686
kernel-source-2.4.21-53.EL.i386
kernel-unsupported-2.4.21-53.EL.athlon
kernel-unsupported-2.4.21-53.EL.i686
kernel-utils-2.4-8.37.15.i386
On Wed, Apr 30, 2008 at 2:47 PM, Mik Cheez <michael_bulk at wildgate.com> wrote:
Quote:
Have you tried kernel-smp-devel?


Andreas van dem Helge wrote:


Quote:
Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2


Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.



Quote:
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
michael_bulk at wildga...
Guest





PostPosted: Wed Apr 30, 2008 2:59 pm    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

Hmph...and it appears no kernel-smp-source exists. You should be able
to compile going to a non-SMP kernel, but there must be a better
solution. I can't believe this hasn't come up before.

Sorry.

Andreas van dem Helge wrote:
Quote:
No such thing.

root at unisoft [/usr/src/zaptel-1.4.10]# up2date --showall | grep kernel
kernel-2.4.21-53.EL.athlon
kernel-2.4.21-53.EL.i686
kernel-BOOT-2.4.21-53.EL.i386
kernel-doc-2.4.21-53.EL.i386
kernel-hugemem-2.4.21-53.EL.i686
kernel-hugemem-unsupported-2.4.21-53.EL.i686
kernel-pcmcia-cs-3.1.31-19.i386
kernel-smp-2.4.21-53.EL.athlon
kernel-smp-2.4.21-53.EL.i686
kernel-smp-unsupported-2.4.21-53.EL.athlon
kernel-smp-unsupported-2.4.21-53.EL.i686
kernel-source-2.4.21-53.EL.i386
kernel-unsupported-2.4.21-53.EL.athlon
kernel-unsupported-2.4.21-53.EL.i686
kernel-utils-2.4-8.37.15.i386


On Wed, Apr 30, 2008 at 2:47 PM, Mik Cheez <michael_bulk at wildgate.com> wrote:
Quote:
Have you tried kernel-smp-devel?


Andreas van dem Helge wrote:


Quote:
Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2


Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.



Quote:
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Back to top
stotaro at totarotechn...
Guest





PostPosted: Wed Apr 30, 2008 3:06 pm    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

Zaptel 1.4.10 has bugs or so I have heard.

Thanks,
Steve Totaro

On Wed, Apr 30, 2008 at 3:59 PM, Mik Cheez <michael_bulk at wildgate.com> wrote:
Quote:
Hmph...and it appears no kernel-smp-source exists. You should be able
to compile going to a non-SMP kernel, but there must be a better
solution. I can't believe this hasn't come up before.

Sorry.



Andreas van dem Helge wrote:
Quote:
No such thing.

root at unisoft [/usr/src/zaptel-1.4.10]# up2date --showall | grep kernel
kernel-2.4.21-53.EL.athlon
kernel-2.4.21-53.EL.i686
kernel-BOOT-2.4.21-53.EL.i386
kernel-doc-2.4.21-53.EL.i386
kernel-hugemem-2.4.21-53.EL.i686
kernel-hugemem-unsupported-2.4.21-53.EL.i686
kernel-pcmcia-cs-3.1.31-19.i386
kernel-smp-2.4.21-53.EL.athlon
kernel-smp-2.4.21-53.EL.i686
kernel-smp-unsupported-2.4.21-53.EL.athlon
kernel-smp-unsupported-2.4.21-53.EL.i686
kernel-source-2.4.21-53.EL.i386
kernel-unsupported-2.4.21-53.EL.athlon
kernel-unsupported-2.4.21-53.EL.i686
kernel-utils-2.4-8.37.15.i386


On Wed, Apr 30, 2008 at 2:47 PM, Mik Cheez <michael_bulk at wildgate.com> wrote:
Quote:
Have you tried kernel-smp-devel?


Andreas van dem Helge wrote:


Quote:
Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2


Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.



Quote:
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Wed Apr 30, 2008 3:57 pm    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

On Wed, Apr 30, 2008 at 09:21:37PM +0300, Tzafrir Cohen wrote:
Quote:
On Wed, Apr 30, 2008 at 02:00:57PM -0400, Andreas van dem Helge wrote:
Quote:
Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2


Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.

Zaptel will look as the kernel source for (in this specific order)

1. Whatever you explicitly set in KSRC (if you did)
2. /lib/modules/$KVERS/build (if you set KVERS explicitly)
3. /lib/modules/`uname -r`/build
4. /usr/src/linux-2.4
5. /usr/src/linux

'build' in (2) and (3) is normally a symlink to the path of the kernel.

I forgot to mention that there's an additional test done: the source
directory found (KSRC) has to have a file called ".config" in it .

Which is the first of those directories that you actually have?

To better debug this, edit the Makefile. Find the line with that error
message and add the word '$(KSRC)' (without quotes) to it. This should
help you see what the makefile thought is the kernel source tree.

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
joakimsen at gmail.com
Guest





PostPosted: Wed Apr 30, 2008 7:05 pm    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

/lib/modules/2.4.21-53.ELsmp/build

root at unisoft [/]# ll /lib/modules/2.4.21-53.ELsmp/build
lrwxrwxrwx 1 root root 35 Apr 30 04:48
/lib/modules/2.4.21-53.ELsmp/build ->
../../../usr/src/linux-2.4.21-53.EL/

There's something wrong with this system
usr/src/linux-2.4.21-53.EL/.build is missing and I get errors trying
to do 'make cloneconfig'

On Wed, Apr 30, 2008 at 4:57 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
Quote:
On Wed, Apr 30, 2008 at 09:21:37PM +0300, Tzafrir Cohen wrote:
Quote:
On Wed, Apr 30, 2008 at 02:00:57PM -0400, Andreas van dem Helge wrote:
Quote:
Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2


Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.

Zaptel will look as the kernel source for (in this specific order)

1. Whatever you explicitly set in KSRC (if you did)
2. /lib/modules/$KVERS/build (if you set KVERS explicitly)
3. /lib/modules/`uname -r`/build
4. /usr/src/linux-2.4
5. /usr/src/linux

'build' in (2) and (3) is normally a symlink to the path of the kernel.

I forgot to mention that there's an additional test done: the source
directory found (KSRC) has to have a file called ".config" in it .

Which is the first of those directories that you actually have?

To better debug this, edit the Makefile. Find the line with that error
message and add the word '$(KSRC)' (without quotes) to it. This should
help you see what the makefile thought is the kernel source tree.



--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
alanslists at gmail.com
Guest





PostPosted: Thu May 01, 2008 2:06 am    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

Mik Cheez wrote:
Quote:
Hmph...and it appears no kernel-smp-source exists. You should be able
to compile going to a non-SMP kernel, but there must be a better
solution. I can't believe this hasn't come up before.

Sorry.

You only need the kernel headers in reality I believe. Why not just mail
RH and ask them for the headers?

Al

--
The way out is open!
http://www.theopensourcerer.com
Back to top
joakimsen at gmail.com
Guest





PostPosted: Thu May 01, 2008 10:59 am    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

.build file is missing in the kernel-source package. Solutions is:
Once you have the appropriate kernel sources installed you will
need to configure them. Execute the following commands:

cd /lib/modules/`uname -r`/build

make mrproper

Execute one of the following commands based on your hardware
configuration (again, the exact file names may vary):

cp -f configs/kernel-2.4.2-i586.config arch/i386/defconfig
cp -f configs/kernel-2.4.2-i586-smp.config arch/i386/defconfig
cp -f configs/kernel-2.4.2-i686-enterprise.config
arch/i386/defconfig

Verify that the kernel Makefile EXTRAVERSION information matches
the version that you are running with respect to smp support.

make oldconfig

make dep


Similar to 'make cloneconfig' in SuSE Linux.....

On Thu, May 1, 2008 at 3:06 AM, Alan Lord <alanslists at gmail.com> wrote:
Quote:
Mik Cheez wrote:
Quote:
Hmph...and it appears no kernel-smp-source exists. You should be able
to compile going to a non-SMP kernel, but there must be a better
solution. I can't believe this hasn't come up before.

Sorry.

You only need the kernel headers in reality I believe. Why not just mail
RH and ask them for the headers?

Al



--
The way out is open!
http://www.theopensourcerer.com




_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Thu May 01, 2008 11:39 am    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

On Wed, Apr 30, 2008 at 08:05:20PM -0400, Andreas van dem Helge wrote:

Quote:

On Wed, Apr 30, 2008 at 4:57 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
Quote:
On Wed, Apr 30, 2008 at 09:21:37PM +0300, Tzafrir Cohen wrote:
Quote:
On Wed, Apr 30, 2008 at 02:00:57PM -0400, Andreas van dem Helge wrote:
Quote:
Is Zaptel 1.4.10 compatible with RHEL 3 (2.4.21-53.ELsmp)? Because I
can compile 1.2.20.1 just fine but 1.4 says:

echo "You do not appear to have the sources for the 2.4.21-53.ELsmp
kernel installed."
You do not appear to have the sources for the 2.4.21-53.ELsmp kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.10'
make: *** [all] Error 2


Yes kernel-source is installed, there is no kernel-devel. I read one
account where if I use non-SMP kernel it might work. But there's no
fun it that. 1.2 works why not 1.4? Failing getting 1.4 to work can I
use Zaptel 1.2 with Asterisk 1.4? I think not but just wanted to make
sure.

Zaptel will look as the kernel source for (in this specific order)

1. Whatever you explicitly set in KSRC (if you did)
2. /lib/modules/$KVERS/build (if you set KVERS explicitly)
3. /lib/modules/`uname -r`/build
4. /usr/src/linux-2.4
5. /usr/src/linux

'build' in (2) and (3) is normally a symlink to the path of the kernel.

I forgot to mention that there's an additional test done: the source
directory found (KSRC) has to have a file called ".config" in it .

Which is the first of those directories that you actually have?

To better debug this, edit the Makefile. Find the line with that error
message and add the word '$(KSRC)' (without quotes) to it. This should
help you see what the makefile thought is the kernel source tree.

/lib/modules/2.4.21-53.ELsmp/build

root at unisoft [/]# ll /lib/modules/2.4.21-53.ELsmp/build
lrwxrwxrwx 1 root root 35 Apr 30 04:48
/lib/modules/2.4.21-53.ELsmp/build ->
../../../usr/src/linux-2.4.21-53.EL/

There's something wrong with this system
usr/src/linux-2.4.21-53.EL/.build is missing and I get errors trying
to do 'make cloneconfig'

.build ?

What .build? I wrote ".config" above.

(A nice example for whoever wants to demonstrate the damage from top posting)


If that directory has no .config file, then it is not a configured
kernel source directory.

If indeed there isn't such a file, You need to figure out where you have a
matching kernel tree for your kernel.

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Thu May 01, 2008 11:42 am    Post subject: [asterisk-users] Zaptel Compatibility Reply with quote

On Thu, May 01, 2008 at 11:59:01AM -0400, Andreas van dem Helge wrote:
Quote:
.build file is missing in the kernel-source package. Solutions is:


Once you have the appropriate kernel sources installed you will
need to configure them. Execute the following commands:

cd /lib/modules/`uname -r`/build

make mrproper

Which deletes the .config file. Great idea.

Quote:

Execute one of the following commands based on your hardware
configuration (again, the exact file names may vary):

cp -f configs/kernel-2.4.2-i586.config arch/i386/defconfig
cp -f configs/kernel-2.4.2-i586-smp.config arch/i386/defconfig
cp -f configs/kernel-2.4.2-i686-enterprise.config
arch/i386/defconfig
Which one, exactly?

Quote:

Verify that the kernel Makefile EXTRAVERSION information matches
the version that you are running with respect to smp support.

make oldconfig

make dep


Similar to 'make cloneconfig' in SuSE Linux.....

On Thu, May 1, 2008 at 3:06 AM, Alan Lord <alanslists at gmail.com> wrote:
Quote:
Mik Cheez wrote:
Quote:
Hmph...and it appears no kernel-smp-source exists. You should be able
to compile going to a non-SMP kernel, but there must be a better
solution. I can't believe this hasn't come up before.

Sorry.

You only need the kernel headers in reality I believe. Why not just mail
RH and ask them for the headers?

Al



--
The way out is open!
http://www.theopensourcerer.com




_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services