After clone from git on a clean machine and rebuild it, I got the error
when start

$ bin/monkey -s monkey_ssl.conf
Monkey HTTP Daemon 1.4.0
Built : Nov 29 2013 15:28:35 (gcc 4.6.3)
Home  : http://monkey-project.com
bin/monkey: symbol lookup error:
/home/rubytech/monkey/plugins/polarssl/monkey-polarssl.so: undefined
symbol: je_free

I try both polarssl 1.2.10 and 1.3.2 got the same error.



2013/11/29 Yoyo Chen <[email protected]>

> Thanks.
> I rebuild and run, get an error:
>
>  [  Error] Segmentation fault (11), code=1, addr=0x800c Aborted (core
> dumped)
>
> I will try to check what went wrong later.
>
> And one more suggestion. Maybe you may consider to allow relative path in
> all config files.
> For example, I set "Users   ./conf/monkey.users" in conf/sites/default,
> and get the error when start:
> [Warning] Auth: Invalid users file '/./conf/monkey.users'
>
>
>
> 2013/11/29 Eduardo Silva <[email protected]>
>
>>
>>  that workaround tells me that we need an additional flag to modify the
>>>> path of monkey.conf file, so we  could use one full configuration directory
>>>> but be able to alternate the server configuration file. I will add this to
>>>> our TO-DO list,
>>>>
>>>
>>> This TODO will be a good news for us!
>>> Thanks all of you!
>>>
>>>
>>  I have just merged the required changes for this feature in our GIT
>> repository:
>>
>>        http://goo.gl/ODzG5w
>>
>> that patch adds a new flag '-s' so you can alternate the target name of
>> the main configuration file, e.g:
>>
>>    bin/monkey -s conf/monkey_ssl.conf
>>
>> just note that the change resides in the GIT repository which is the
>> development version of the next v1.4. That version comes with a new memory
>> allocator (jemalloc) so in case you dont want to use it, you can configure
>> the build system appending '--malloc-system' to the configure script.
>> Otherwise you can enjoy better performance and scalability of jemalloc.
>>
>> you can clone the dev version with:
>>
>>    git clone git://git.monkey-project.com/monkey
>>
>> regards,
>>
>>
>>
>>
>>
>
>
>
> --
> Best Regards,
> 陳明正 Yoyo Chen
>



-- 
Best Regards,
陳明正 Yoyo Chen
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to