Hi Spock > ./configure --target=websh3.6.0b5.so
> Running make gives a bunch of errors. > > /usr/include/apache2/ap_config.h:25:17: error: apr.h: No such file or > directory > /usr/include/apache2/ap_config.h:26:23: error: apr_hooks.h: No such > file or directory > /usr/include/apache2/ap_config.h:27:32: error: apr_optional_hooks.h: > No such file or directory > ... etc. Try adding the --aprinclude option to ./configure and have it point to where the Apache runtime header files (i.e. apr.h) points to. (You might need to also specifiy --apuinclude to point to the APR utilities headers. hth Ronnie -- Ronnie Brunner | [email protected] | T +41-44-247 79 79 | F +41-44-247 70 75 | Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
