I managed to build the latest Kamikaze with svn, but have problems with "asterisk".
My configuration:
- Dell XPS M1330 (2.5G) with Windows Vista
- Ubuntu 7.10 under VMWare 6 ACE (this is my develpment plateform)
How I did ?
Under Ubuntu: svn co https://svn.openwrt.org/openwrt/kamikaze/trunk kamikaze-7.09
I made apt-get to install differents libaries needed.
In the kamikaze-7.09 folder, I made a "make menuconfig" then selected squashfs image with 2.6 kernel. I saved.
I launched the make "make -j2 world V=99"
After one hour, I got my image in the kamikaze/bin folder.
I installed this new image on my asus WL-500GP then asterisk 14.18 from Zandbelt built "http://members.home.nl/hans.zandbelt/op … kaze/7.09/"
Installation stepo is ok.
BUT
----
If I simply started asterisk like that it is ok: "asterisk -cvvvvvv" asterisk seems running ok,
but when I statred: "asterisk &" or "asterisk" I d only 3 asterisk daemons running
----
883 root 3932 S asterisk
884 root 3932 S asterisk
885 root 3932 S asterisk
----
and when I did "asterisk -r" I got this message :
----
root@OpenWrt:~# asterisk -r
Asterisk 1.4.18, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)
root@OpenWrt:~#
-----
I do not know what is wrong in my kamikaze compiling/building. I already try with asterisk 1.4.9 and got same thing. Idem when I built others kamikaze releases.
Could anyone suggest me a solution ? On howto build correctly kamikaze ?
When building kamikaze, I tried it with different users, with different permissions of kamikaze folder but always got the same result.
Thanks.
palexy91.