tplusplus-devel Mailing List for T++
Status: Pre-Alpha
Brought to you by:
terceiro
You can subscribe to this list here.
2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Mauricio V. <mau...@gm...> - 2005-11-17 19:50:29
|
Hello, First I've compiled and installed mod_tpp.so normally, using apache1.3. I a= m using Debian sarge. To configure apache1.3, i have added application/x-httpd-tpp tpp to /etc/apache/mime.types. and LoadModule tpp_module /usr/local/lib/mod_tpp.so to /etc/apache/modules.conf I've tested it and t++examples had run successfully. Then i installed apache2 package and set it to run at 8080 port. To configure, I did: /etc/apache2/mods-available# cat tpp.load LoadModule tpp_module /usr/local/lib/mod_tpp.so /etc/apache2/mods-available# cat tpp.conf AddType application/x-httpd-tpp .tpp and /etc/apache2/mods-available# a2enmod tpp Module tpp installed; run /etc/init.d/apache2 force-reload to enable. But when I try to reload the server, get an error: /etc/apache2/mods-available# /etc/init.d/apache2 restart Forcing reload of web server: Apache2Syntax error on line 1 of /etc/apache2/mods-enabled/tpp.load: Cannot load /usr/local/lib/mod_tpp.so into server: /usr/local/lib/mod_tpp.so: undefined symbol: ap_send_http_header http://httpd.apache.org/docs/2.0/upgrading.html says me "Extensive changes were made to the server API in Apache 2.0. Existing modules designed for th= e Apache 1.3 API will *not* work in Apache 2.0 without modification. Details are provided in the developer documentation<http://httpd.apache.org/docs/2.0/developer/> ." At http://httpd.apache.org/docs/2.0/developer/modules.html there are some instructions to upgrade the module code. I am trying to do it now, without changing engine or multiprocessor's code. Regards, -- Mauricio B. C. Vieira http://www.ppgsc.ufrn.br/~vieira |
From: Antonio T. <ter...@im...> - 2003-12-16 21:41:38
|
On Tue, Dec 16, 2003 at 05:14:13PM -0300, Mauricio B. C. Vieira wrote: > Hello, > > I've finished my first task. Please take a look at engine/Compiler.cc. I had to code a bit to get "compiling status" (just putting a c_str() method call at that PWD_INCLUDE variable, since we can't pass string objetct as part of variable arguments '...'). It is working now. > I didn't test it. I shall do it soon. First I need to get T++ running > by myself. Read http://tplusplus.sourceforge.net/cgi-bin/view/Tplusplus/InstallationManual ;-) I've tested it on the Histogram example application: http://coisa.im.ufba.br:8080/histogram/ The DocumenRoot for http://coisa.im.ufba.br:8080 is in my home at coisa, /home/terceiro/t++examples/, I guess you can read the files. Cheers, -- Antonio Terceiro <ter...@im...> http://coisa.im.ufba.br/~terceiro |
From: Mauricio B. C. V. <mv...@im...> - 2003-12-16 20:14:17
|
Hello, I've finished my first task. Please take a look at engine/Compiler.cc. I didn't test it. I shall do it soon. First I need to get T++ running by myself. Regards, -- Viva a Ciência! Democratizem a Informação! Mauricio B. C. Vieira - <mv...@im...> <- e-mail gavri Estudante de Ciência da Computação - UFBA http://gavri.im.ufba.br - GAVRI/IM (membro desde Jan/2001) http://coisa.im.ufba.br/~vieira - Página pessoal http://www.enec.org.br/enecomp - XXII ENECOMP Salvador: 2004 |
From: Antonio T. <ter...@im...> - 2003-01-27 19:48:15
|
... -- Antonio Terceiro - ter...@im... Bacharelando em Ciência da Computação - UFBA - http://twiki.im.ufba.br/~AntonioTerceiro |