Look at the gcc command and you will see two -I entries. Your Apache
server is obviously installed so that the httpd location is not correct.
You will need to find the location of these files and fix the make file
so that it points to that location.
If you can't find the files then you may have to install the http-devel rpm.
David Ashley
On 01/26/2010 02:01 PM, Mike Jackson wrote:
I am trying to test out the new mod_oorexx. I downloaded the latest
version from the incubator at sourceforge. When I go to compile it I
get the following errors:
gcc -c -I/usr/include/httpd -I/usr/include/apr-1 mod_oorexx.cpp
In file included from mod_oorexx.cpp:42:
mod_oorexx.h:67:19: error: httpd.h: No such file or directory
mod_oorexx.h:68:25: error: http_config.h: No such file or directory
mod_oorexx.h:69:23: error: http_core.h: No such file or directory
mod_oorexx.h:70:22: error: http_log.h: No such file or directory
mod_oorexx.h:71:23: error: http_main.h: No such file or directory
mod_oorexx.h:72:26: error: http_request.h: No such file or directory
mod_oorexx.h:73:27: error: http_protocol.h: No such file or directory
mod_oorexx.h:74:25: error: util_script.h: No such file or directory
mod_oorexx.h:75:23: error: ap_compat.h: No such file or directory
In file included from mod_oorexx.cpp:42:
mod_oorexx.h:120: error: ‘command_rec’ does not name a type
mod_oorexx.h:124: error: ‘module’ does not name a type
mod_oorexx.h:162: error: ‘request_rec’ was not declared in this scope
mod_oorexx.h:162: error: ‘r’ was not declared in this scope
mod_oorexx.h:162: error: expected primary-expression before ‘int’
mod_oorexx.h:162: error: initializer expression list treated as
compound expression
mod_oorexx.h:163: error: variable or field
‘oorexxstart_error_processor’ declared void
mod_oorexx.h:163: error: ‘request_rec’ was not declared in this scope
mod_oorexx.h:163: error: ‘r’ was not declared in this scope
mod_oorexx.h:163: error: expected primary-expression before ‘char’
mod_oorexx.h:163: error: expected primary-expression before ‘int’
mod_oorexx.h:164: error: ‘request_rec’ was not declared in this scope
mod_oorexx.h:164: error: ‘r’ was not declared in this scope
mod_oorexx.h:164: error: expected primary-expression before ‘const’
mod_oorexx.h:164: error: initializer expression list treated as
compound expression
mod_oorexx.h:180: error: ‘server_rec’ has not been declared
mod_oorexx.h:181: error: ‘request_rec’ was not declared in this scope
mod_oorexx.h:181: error: ‘r’ was not declared in this scope
mod_oorexx.h:182: error: ‘request_rec’ was not declared in this scope
mod_oorexx.h:182: error: ‘r’ was not declared in this scope
mod_oorexx.cpp:69: error: redefinition of ‘char* CreateTempFile’
mod_oorexx.h:164: error: ‘char* CreateTempFile’ previously defined
here
mod_oorexx.cpp:69: error: ‘request_rec’ was not declared in this scope
mod_oorexx.cpp:69: error: ‘r’ was not declared in this scope
mod_oorexx.cpp:69: error: expected primary-expression before ‘const’
make: *** [mod_oorexx.o] Error 1
cp: cannot stat `mod_oorexx.so': No such file or directory
I have apache installed and the files it cannot find are in the path.
I am running opensuse 11.2 32bit
------------------------------------------------------------------------
Hotmail: Trusted email with powerful SPAM protection. Sign up now.
<http://clk.atdmt.com/GBL/go/196390707/direct/01/>
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel