Are you using APE 1.1.0?
Thanks
Le 30/05/2011 18:33, lkgs a �crit :
Oups indeed. Just fixed the amd64 package.
Le 31/05/2011 10:39, lkgs a �crit :
What you need is to compile APE from the source :
Download this : https://github.com/APE-Project/APE_Server/tarball/master
Try this :
# apt-get install zip
$ tar -xzf file.tar.gz && cd APE_Server/
$ sh build.sh
$ cd modules/deps/ && make
$ cd ../ && make && cd ../ && make
Le 31/05/2011 17:27, lkgs a �crit :
Yes sorry the makefile was in mysac
Le 31/05/2011 19:26, lkgs a �crit :
> Hey,
>
> now, I can start the APE Server in the newest version (1.2-dev). Also
> I can see my module in the loading list: [JS] Loading script ../
> scripts/plugins/MySQL.js... , but while starting the module class, the
> code have to set up a MySQL-Connection, but there isn't any (debug)
> output in the logfile or system output of ./aped.
>
> And I noticed that there isn't a Makefile in directory modules/deps/.
> Only in modules/deps/mysac/-folder, which is included in the main
> Makefile.
>
> But where is my MySQL-Connection, which could be set up and used by
> the servermodule?! :/
>
> I think it will not be possible to finish my project until Saturday...
> But APE would have been such a nice and interessting topic.
>
> Best regards,
> Michael
>
>
> On 31 Mai, 18:37, Anthony Catel<a.ca...@weelya.com> wrote:
>> Yes, it seems that there is an issue with mysql.
>>
>> What you need is to compile APE from the source :
>>
>> Download this :https://github.com/APE-Project/APE_Server/tarball/master
>>
>> Try this :
>>
>> # apt-get install zip
>> $ tar -xzf file.tar.gz&& cd APE_Server/
>> $ sh build.sh
>> $ cd modules/deps/&& make
>> $ cd ../&& make&& cd ../&& make
So If I understand.
It was working with 1.0 but not with 1.2-dev ?
Le 31/05/2011 19:29, Anthony Catel a �crit :
Le 31/05/2011 19:35, lkgs a �crit :
Le 31/05/2011 19:36, Anthony Catel a �crit :
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
ape-project...@googlegroups.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/