[Freeswitch-users] mod_manage install

Yitzchok adminjew at gmail.com
Mon May 23 08:28:29 MSD 2011


Your missing the mono development package that doesn't get installed with
the monotools-addon-server.

run
*yum install mono-addon-devel.x86_64*
or
*yum install mono-addon-devel.i386*
depending on your cpu/os


Yitzchok


On Sun, May 22, 2011 at 6:49 PM, budi wibowo <bwibowo at gmail.com> wrote:

> hi
> still got this error, even though already sert PKG_CONFIG_PATH
> making all mod_managed
> Package mono-2 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `mono-2.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'mono-2' found
> Package mono-2 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `mono-2.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'mono-2' found
> Compiling freeswitch_managed.cpp...
> g++ -I/usr/local/src/freeswitch/src/include
> -I/usr/local/src/freeswitch/src/include
> -I/usr/local/src/freeswitch/libs/libteletone/src -fPIC -fvisibility=hidden
> -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -D_GNU_SOURCE
> -DHAVE_CONFIG_H -c -o freeswitch_managed.o freeswitch_managed.cpp
> In file included from freeswitch_managed.cpp:35:
> freeswitch_managed.h:43:26: error: mono/jit/jit.h: No such file or
> directory
> freeswitch_managed.h:44:36: error: mono/metadata/assembly.h: No such file
> or directory
> freeswitch_managed.h:45:39: error: mono/metadata/environment.h: No such
> file or directory
> freeswitch_managed.h:46:39: error: mono/metadata/mono-config.h: No such
> file or directory
> freeswitch_managed.h:47:35: error: mono/metadata/threads.h: No such file or
> directory
> freeswitch_managed.h:48:41: error: mono/metadata/debug-helpers.h: No such
> file or directory
> freeswitch_managed.h:55: error: ISO C++ forbids declaration of âMonoDomainâ
> with no type
>
>
> thx
> budi
>
> On Sun, May 22, 2011 at 6:10 PM, Yitzchok <adminjew at gmail.com> wrote:
>
>> Try this
>>
>> cd /usr/local/src/freeswitch/src/mod/languages/mod_managed/
>> git apply mono28.patch
>> make reswig
>> make
>>
>>
>>
>> Yitzchok
>>
>>
>>
>> On Sat, May 21, 2011 at 6:42 PM, budi wibowo <bwibowo at gmail.com> wrote:
>>
>>> failed with some glib issue on source code compiling, then i use yum as
>>> suggested.
>>> mono installed, thx
>>> Mono JIT compiler version 2.10.2 (tarball Mon Apr 18 19:06:50 UTC 2011)
>>> Copyright (C) 2002-2011 Novell, Inc and Contributors.
>>> www.mono-project.com
>>>         TLS:           __thread
>>>         SIGSEGV:       altstack
>>>         Notifications: epoll
>>>         Architecture:  amd64
>>>         Disabled:      none
>>>         Misc:          debugger softdebug
>>>         LLVM:          supported, not enabled.
>>>         GC:            Included Boehm (with typed GC and Parallel Mark)
>>>
>>> when i try to install mod_managed i found this error, may be some missing
>>> config in my linux box
>>>
>>> making all mod_managed
>>> Compiling freeswitch_managed.cpp...
>>> g++ -I/usr/local/src/freeswitch/src/include
>>> -I/usr/local/src/freeswitch/src/include
>>> -I/usr/local/src/freeswitch/libs/libteletone/src -fPIC -fvisibility=hidden
>>> -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -D_GNU_SOURCE
>>> -DHAVE_CONFIG_H -c -o freeswitch_managed.o freeswitch_managed.cpp
>>> In file included from freeswitch_managed.cpp:35:
>>> freeswitch_managed.h:43:18: error: glib.h: No such file or directory
>>> freeswitch_managed.h:44:26: error: mono/jit/jit.h: No such file or
>>> directory
>>> freeswitch_managed.h:45:36: error: mono/metadata/assembly.h: No such file
>>> or directory
>>> freeswitch_managed.h:46:39: error: mono/metadata/environment.h: No such
>>> file or directory
>>> freeswitch_managed.h:47:39: error: mono/metadata/mono-config.h: No such
>>> file or directory
>>> freeswitch_managed.h:48:35: error: mono/metadata/threads.h: No such file
>>> or directory
>>> freeswitch_managed.h:49:41: error: mono/metadata/debug-helpers.h: No such
>>> file or directory
>>>
>>>
>>> thx
>>> budi wibowo
>>>
>>> On Wed, May 18, 2011 at 9:06 AM, Yitzchok <adminjew at gmail.com> wrote:
>>>
>>>> Make sure mono is installed and check which version using "mono -V" and
>>>> follow the instructions on http://wiki.freeswitch.org/wiki/Mod_managed let
>>>> us know if you get into any errors.
>>>>
>>>> This helped me for installing mono
>>>> http://stackoverflow.com/questions/3510320/install-mono-on-centos5-5-using-yum
>>>>
>>>>
>>>> <http://stackoverflow.com/questions/3510320/install-mono-on-centos5-5-using-yum>
>>>> Yitzchok
>>>>
>>>>
>>>> On Tue, May 17, 2011 at 8:02 PM, budi wibowo <bwibowo at gmail.com> wrote:
>>>>
>>>>> hi
>>>>> i have fs running on centos 5.5, any body knows the combination version
>>>>> of software need to be installed like mono etc.
>>>>> have tried few combination but always failed compiling
>>>>>
>>>>>
>>>>> thx
>>>>> budi
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:
>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>> http://www.freeswitch.org
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> FreeSWITCH-users mailing list
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:
>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>> http://www.freeswitch.org
>>>>
>>>>
>>>
>>> _______________________________________________
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>>
>>
>> _______________________________________________
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110523/c41ebbf3/attachment-0001.html 


More information about the FreeSWITCH-users mailing list