<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/modrexx/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/modrexx/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/modrexx/support-requests/</id><updated>2010-11-28T00:31:28Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Build troubles on Ubuntu Server 10.04</title><link href="https://sourceforge.net/p/modrexx/support-requests/3/" rel="alternate"/><published>2010-11-28T00:31:28Z</published><updated>2010-11-28T00:31:28Z</updated><author><name>mdlueck</name><uri>https://sourceforge.net/u/mdlueck/</uri></author><id>https://sourceforge.net17c9a6f04556d28036e6d6482a09e4856ef0a9e8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Greetings David,&lt;/p&gt;
&lt;p&gt;I am running into build problems on Ubuntu Server 10.04.&lt;/p&gt;
&lt;p&gt;First, there was no apxs command. I located one named apxs2. Since my server uses the pre-fork version of Apache, I installed:&lt;br /&gt;
Command 'apxs2' from package 'apache2-prefork-dev' (main)&lt;br /&gt;
then updated the makefile.linux to specify apxs2 correctly.&lt;/p&gt;
&lt;p&gt;It gets past that part of the build process. Now it is processing / bombing as follows:&lt;/p&gt;
&lt;p&gt;:~/mod_rexx-2.2.0-i386$ ./make_mod_rexx.rex oorexx&lt;br /&gt;
/usr/bin/apxs2 -c mod_rexx.c&lt;br /&gt;
/usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable-static i486-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread     -I/usr/include/apache2  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0   -c -o mod_rexx.lo mod_rexx.c &amp;amp;&amp;amp; touch mod_rexx.slo&lt;br /&gt;
In file included from mod_rexx.c:25:&lt;br /&gt;
mod_rexx.h:146: error: expected ‘)’ before ‘name’&lt;br /&gt;
mod_rexx.h:148: error: expected declaration specifiers or ‘...’ before ‘LONG’&lt;br /&gt;
mod_rexx.h:149: error: expected declaration specifiers or ‘...’ before ‘LONG’&lt;br /&gt;
mod_rexx.h:150: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Call_Rexx’&lt;br /&gt;
mod_rexx.h:152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CreateTempFile’&lt;br /&gt;
mod_rexx.c:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CreateTempFile’&lt;br /&gt;
mod_rexx.c:100: error: expected ‘)’ before ‘varname’&lt;br /&gt;
mod_rexx.c: In function ‘GetReqRecPtr’:&lt;br /&gt;
mod_rexx.c:142: error: ‘CHAR’ undeclared (first use in this function)&lt;br /&gt;
mod_rexx.c:142: error: (Each undeclared identifier is reported only once&lt;br /&gt;
mod_rexx.c:142: error: for each function it appears in.)&lt;br /&gt;
mod_rexx.c:142: error: expected ‘;’ before ‘os_tid_str’&lt;br /&gt;
mod_rexx.c:147: error: ‘os_tid_str’ undeclared (first use in this function)&lt;br /&gt;
mod_rexx.c: At top level:&lt;br /&gt;
mod_rexx.c:173: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘APIENTRY’&lt;br /&gt;
mod_rexx.c:223: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘APIENTRY’&lt;br /&gt;
mod_rexx.c:275: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘APIENTRY’&lt;br /&gt;
mod_rexx.c:379: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Call_Rexx’&lt;br /&gt;
mod_rexx.c:470: error: expected declaration specifiers or ‘...’ before ‘LONG’&lt;br /&gt;
mod_rexx.c: In function ‘get_rexx_err_str’:&lt;br /&gt;
mod_rexx.c:474: error: ‘rxrc’ undeclared (first use in this function)&lt;br /&gt;
mod_rexx.c: At top level:&lt;br /&gt;
mod_rexx.c:647: error: expected declaration specifiers or ‘...’ before ‘LONG’&lt;br /&gt;
mod_rexx.c: In function ‘rexxstart_error_processor’:&lt;br /&gt;
mod_rexx.c:652: error: ‘rxrc’ undeclared (first use in this function)&lt;br /&gt;
mod_rexx.c:652: error: too many arguments to function ‘get_rexx_err_str’&lt;br /&gt;
mod_rexx.c:686: warning: format not a string literal and no format arguments&lt;br /&gt;
mod_rexx.c:687: warning: format not a string literal and no format arguments&lt;br /&gt;
apxs:Error: Command failed with rc=65536&lt;br /&gt;
.&lt;br /&gt;
make: *** [mod_rexx.o] Error 1&lt;br /&gt;
cp: cannot stat `mod_rexx.so': No such file or directory&lt;br /&gt;
rm *.o *.lo *.la *.slo&lt;br /&gt;
rm: cannot remove `*.o': No such file or directory&lt;br /&gt;
rm: cannot remove `*.lo': No such file or directory&lt;br /&gt;
rm: cannot remove `*.la': No such file or directory&lt;br /&gt;
rm: cannot remove `*.slo': No such file or directory&lt;br /&gt;
make: *** [cleanall] Error 1&lt;/p&gt;
&lt;p&gt;Suggestions please. Thank you!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support for Apache 2.2.0</title><link href="https://sourceforge.net/p/modrexx/support-requests/2/" rel="alternate"/><published>2006-01-22T19:26:36Z</published><updated>2006-01-22T19:26:36Z</updated><author><name>Don Hughes</name><uri>https://sourceforge.net/u/dhughes/</uri></author><id>https://sourceforge.net2eb8c9540f5a8354737cec62506cfc9adb494a26</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Fails with new Apache 2.2.0 API.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Executing system commands</title><link href="https://sourceforge.net/p/modrexx/support-requests/1/" rel="alternate"/><published>2004-12-21T22:51:53Z</published><updated>2004-12-21T22:51:53Z</updated><author><name>Don Hughes</name><uri>https://sourceforge.net/u/dhughes/</uri></author><id>https://sourceforge.net43041472cb9fa6b913f45129021cb6a9f4cd11f2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I would like to use the 'ls' command in a .rsp file. &lt;br /&gt;
The command fails with an rc of 30.&lt;/p&gt;
&lt;p&gt;Can I use system commands?  If so, what might be the&lt;br /&gt;
problem?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>