Tried that one, but I still got the same error. The installation of APE on
Mac is indeed terrible, I would love to use it and asked even a business
support ticket but they also don't response. It seems that I have to wait a
while before better documentation and ape-versions are arrived.

Bram

2010/2/18 Anthony Catel <[email protected]>

> Now make sure that you have the MySQL support :)
>
> crashrider a écrit :
>
>  So in getting all pissed off, I tried one last ditch effort.
>>
>> For OSX 10.5.8
>>  Deleted the alias: /usr/include/mysql
>>
>>  In the terminal:
>>     Go into {APE main directory}/modules/deps/mysac
>>     Run "sudo make clean && make"
>>
>>  Then re-run ./build.sh in {APE main directory}.  I didn't get any
>> errors (including the -lmysac error).
>>
>>  Re-launched ./bin/aped and seems to load perfect.  Modules,
>> Javascript and all.
>>
>> Hope this helps anyone.
>>
>> Doug
>>
>>
>>
>>
>>
>> On Feb 18, 9:49 am, crashrider <[email protected]> wrote:
>>
>>
>>> Yep.  That was on my home computer with 10.6.
>>>
>>> Back at work (10.5.8) and trying to do a clean install, but still
>>> can't get javascript and modules to load.
>>>
>>> Sorry everyone @ APE, but I am giving up.  This is rediculous.  I'm
>>> finding a better solution.
>>>
>>> -Doug
>>>
>>> On Feb 18, 2:14 am, Bram <[email protected]> wrote:
>>>
>>>
>>>
>>>
>>>
>>>> I got the same problem: the modules didn't load. You did a clean install
>>>> on
>>>> OS + all?
>>>>      2010/2/18 crashrider <[email protected]>
>>>>
>>>>
>>>>> Ok, clean installed EVERYTHING and now modules are loading...only
>>>>> problem now is:
>>>>>        Can't load client, check the file
>>>>> http://local.ape-project.org/APE_JSF/Clients/MooTools.js
>>>>> is readable
>>>>>        -Doug
>>>>>        On Feb 17, 11:54 pm, Sreelaj John <[email protected]>
>>>>> wrote:
>>>>>
>>>>>
>>>>>> Hi,
>>>>>>          The javascript files are not getting loaded . Can't really
>>>>>> say why.
>>>>>> Why don't you check if the port is not taken by any other services.
>>>>>> You
>>>>>> could even try to configure it on a different port.
>>>>>>          On Thu, Feb 18, 2010 at 1:18 PM, crashrider <
>>>>>> [email protected]>
>>>>>>
>>>>>>
>>>>> wrote:
>>>>>
>>>>>
>>>>>> I actually get nothing like that...this is all i get when launching:
>>>>>>>            doug-mbp:~ djudson$ cd /Library/WebServer/_Web/APE/bin
>>>>>>> doug-mbp:bin djudson$ sudo ./aped
>>>>>>> Password:
>>>>>>>  _   ___ ___
>>>>>>>  /_\ | _ \ __|
>>>>>>>  / _ \|  _/ _|
>>>>>>> /_/ \_\_| |___|
>>>>>>> AJAX Push Engine
>>>>>>>            Bind on port 6969
>>>>>>>            Version : 1.00
>>>>>>> Build   : Feb 17 2010 22:03:39
>>>>>>> Author  : Weelya ([email protected])
>>>>>>>            And that's it, nothing else....
>>>>>>>            On Feb 17, 1:03 pm, Nicolas Trani <[email protected]>
>>>>>>> wrote:
>>>>>>>
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>              the error you have in the check tool mean some of the
>>>>>>>> server side
>>>>>>>> javascript is not loaded, can you post the output of your APE Server
>>>>>>>> when you launch it?
>>>>>>>>              You should have something like that :
>>>>>>>>              [JS] Loading script ../scripts/framework/mootools.js...
>>>>>>>> [JS] Loading script ../scripts/framework/Http.js...
>>>>>>>> [JS] Loading script ../scripts/framework/userslist.js...
>>>>>>>> [JS] Loading script ../scripts/utils/utils.js...
>>>>>>>> [JS] Loading script ../scripts/commands/proxy.js...
>>>>>>>> [JS] Loading script ../scripts/commands/inlinepush.js...
>>>>>>>> [JS] Loading script ../scripts/examples/nickname.js...
>>>>>>>> [JS] Loading script ../scripts/examples/move.js...
>>>>>>>> [JS] Loading script ../scripts/examples/move.js...
>>>>>>>> [JS] Loading script ../scripts/utils/checkTool.js...
>>>>>>>>              Regards.
>>>>>>>>              crashrider wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>> I guess by the lack of response that now one has a clue what's
>>>>>>>>> happening.  I am trying to find an alternate solution with no luck.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>  :
>>>>>
>>>>>
>>>>>> (
>>>>>>>>>                I REALLY want to get this working. It's either this
>>>>>>>>> or somehow
>>>>>>>>>
>>>>>>>>>
>>>>>>>> finding
>>>>>
>>>>>
>>>>>> some documentation on the <event-source> HTML5 tag, which will be a
>>>>>>>>> pain cuz it's still only supported by OperaX.
>>>>>>>>>                Doug
>>>>>>>>>                On Feb 16, 3:50 pm, crashrider <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> well, switched to my other computer running 10.5.8  Finally got
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> the
>>>>>
>>>>>
>>>>>> APE server going, but now i'm having trouble getting the simple
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> demo
>>>>>
>>>>>
>>>>>> to work.
>>>>>>>>>>                  I am testing via the connection tool
>>>>>>>>>> (APE_JSF/Tools/Check)
>>>>>>>>>>                  here's the error that it stops @:
>>>>>>>>>>                  Running test : Init
>>>>>>>>>> Running test : Loading Client
>>>>>>>>>> Running test : Loading config
>>>>>>>>>> Config values are :
>>>>>>>>>>                  identifier : ape
>>>>>>>>>> init : true
>>>>>>>>>> frequency : 0
>>>>>>>>>> scripts : (........)
>>>>>>>>>> baseUrl :http://local.ape-project.org/APE_JSF/
>>>>>>>>>> domain : auto
>>>>>>>>>> server : local.ape-project.org:6969
>>>>>>>>>>                  Running test : Setting document.domain
>>>>>>>>>> Running test : Checking APE.Config.baseUrl
>>>>>>>>>> APE JSF Version 1.0
>>>>>>>>>> Running test : Contacting APE Server
>>>>>>>>>> Connection etablished but something went wrong. Server response is
>>>>>>>>>>                  [{"time":"1266363888","raw":"ERR","data":
>>>>>>>>>> {"code":"003","value":"BAD_CMD"}}]
>>>>>>>>>>                  There's nothing in the ape.log either.  Looks
>>>>>>>>>> like the server is
>>>>>>>>>> running fine (on port 6969), just having a problem connecting to
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> the
>>>>>
>>>>>
>>>>>> server...
>>>>>>>>>>                  If i just try to connect to this....
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> http://local.ape-project.org:6969/
>>>>>>>
>>>>>>>
>>>>>>>> As expected, i get the ape server error stating that "no command
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> was
>>>>>
>>>>>
>>>>>> given".
>>>>>>>>>>                  here are the settings in my config.js file inside
>>>>>>>>>> the DEMO folder:
>>>>>>>>>>           APE.Config.baseUrl = 'http://local.ape-project.org/
>>>>>>>>>> APE_JSF/'; //APE JSF
>>>>>>>>>>           APE.Config.domain = 'auto';
>>>>>>>>>>           APE.Config.server = 'local.ape-project.org:6969';
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> //APE
>>>>>
>>>>>
>>>>>> server URL
>>>>>>>>>>                  Thanks in advance for any advice!
>>>>>>>>>> Doug
>>>>>>>>>>                  On Feb 16, 2:05 am, John Chavarria <
>>>>>>>>>> [email protected]>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> wrote:
>>>>>
>>>>>
>>>>>> Don't hesitate to share your problems over here concerning your
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>> installation
>>>>>>>
>>>>>>>
>>>>>>>> issues.
>>>>>>>>>>>                    Regards,
>>>>>>>>>>>                    --
>>>>>>>>>>> John Chavarria - CEO / Designer
>>>>>>>>>>> Weelya - improve the Web
>>>>>>>>>>>                    +33 (0) 4.67.169.778
>>>>>>>>>>> +33 (0) 6.43.56.00.83
>>>>>>>>>>>                    Twitter : @jchavarria / @weelya
>>>>>>>>>>>                    32 Rue du Faubourg Boutonnet
>>>>>>>>>>> 34090 Montpellier
>>>>>>>>>>>
>>>>>>>>>>> http://www.ape-project.org/http://www.weelya.com/
>>>>>>>>>>>                    On Tue, Feb 16, 2010 at 10:20 AM, crashrider <
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>> [email protected]>
>>>>>
>>>>>
>>>>>> wrote:
>>>>>>>
>>>>>>>
>>>>>>>> good to know.  unfortunately, I am on OSX 10.6.2 and am having a
>>>>>>>>>>>> horrible time installing APE.  :(
>>>>>>>>>>>>                      crashrider
>>>>>>>>>>>>                      On Feb 15, 5:59 pm, Anthony Catel <
>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>                        This is totally possible ;)
>>>>>>>>>>>>>                        Anthony
>>>>>>>>>>>>>                        crashrider a crit :
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Before I dive into APE, is this possible.  Here's the sitch:
>>>>>>>>>>>>>>                          - Have a mysql database of orders.
>>>>>>>>>>>>>> - Anytime a new order is submitted, I want to use a SQL
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> trigger to
>>>>>
>>>>>
>>>>>> run
>>>>>>>
>>>>>>>
>>>>>>>> a command line script...
>>>>>>>>>>>>>> - The script will push some info from the database of the
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> current
>>>>>
>>>>>
>>>>>> order...
>>>>>>>>>>>>>> - A webpage that has the open connection to APE server then
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> relays
>>>>>
>>>>>
>>>>>> the
>>>>>>>
>>>>>>>
>>>>>>>> info in realtime...
>>>>>>>>>>>>>>       (the webpage will be running locally, and will always
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> be
>>>>>
>>>>>
>>>>>> open
>>>>>>>
>>>>>>>
>>>>>>>> (displaying the webpage))
>>>>>>>>>>>>>>                          Am i on the right path with APE for
>>>>>>>>>>>>>> this process?
>>>>>>>>>>>>>>                          Thanks in advance guys and girls!
>>>>>>>>>>>>>>                          crashrider
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> Google
>>>>>
>>>>>
>>>>>> Groups "APE Project" group.
>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> [email protected]
>>>>>
>>>>>
>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>>>> [email protected]<ape-project%[email protected]>
>>>>>>>>>>>> <ape-project%2bunsubscr...@googlegr oups.com>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> <ape-project%[email protected]<ape-project%[email protected]>
>>>>> <ape-project%252bunsubscr...@goo glegroups.com>
>>>>>
>>>>>
>>>>>> <ape-project%2bunsubscr...@googlegr oups.com>
>>>>>>>
>>>>>>>
>>>>>>>> For more options, visit this group at
>>>>>>>>>>>> http://groups.google.com/group/ape-project?hl=en
>>>>>>>>>>>> ---
>>>>>>>>>>>> APE Project (Ajax Push Engine)
>>>>>>>>>>>> Official website :http://www.ape-project.org/
>>>>>>>>>>>> Git Hub :http://github.com/APE-Project/
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>> Nicolas Trani - Web engineer
>>>>>>>> Weelya - Improve the web
>>>>>>>> 32 rue du faubourg boutonnet
>>>>>>>> 34090 Montpellier
>>>>>>>> Tel: 04 67 169 778 - Fax: 09 57 91 99 91http:/
>>>>>>>> /www.weelya.comhttp://
>>>>>>>>
>>>>>>>>
>>>>>>> www.ape-project.org
>>>>>>>            --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "APE Project" group.
>>>>>>> To post to this group, send email to [email protected]
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> [email protected]<ape-project%[email protected]>
>>>>>>> <ape-project%2bunsubscr...@googlegr oups.com>
>>>>>>>
>>>>>>>
>>>>>> <ape-project%[email protected]<ape-project%[email protected]>
>>>>> <ape-project%252bunsubscr...@goo glegroups.com>
>>>>>
>>>>>
>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/ape-project?hl=en
>>>>>>> ---
>>>>>>> APE Project (Ajax Push Engine)
>>>>>>> Official website :http://www.ape-project.org/
>>>>>>> Git Hub :http://github.com/APE-Project/
>>>>>>>
>>>>>>>
>>>>>> --
>>>>>> Regards As Always
>>>>>> Sreelaj John
>>>>>>
>>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "APE Project" group.
>>>>> To post to this group, send email to [email protected]
>>>>> To unsubscribe from this group, send email to
>>>>> [email protected]<ape-project%[email protected]>
>>>>> <ape-project%2bunsubscr...@googlegr oups.com>
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/ape-project?hl=en
>>>>> ---
>>>>> APE Project (Ajax Push Engine)
>>>>> Official website :http://www.ape-project.org/
>>>>> Git Hub :http://github.com/APE-Project/
>>>>>
>>>>>
>>>> --
>>>> Met vriendelijke groet,
>>>>      Bram
>>>>
>>>>
>>>
>>
>>
>
> --
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<ape-project%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/ape-project?hl=en
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/
> Git Hub : http://github.com/APE-Project/
>



-- 
Met vriendelijke groet,

Bram

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to