[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Done!(Re: Almost available in SLES-where is mod_cserv?)
Hi,Ilya
Here is how I could get CPPSERV work:
1)Apache packaged in SLES is Apache 2.2, so I got httpd-2.0.59 source
and compiled it.
2)This Apache apxs is located in /usr/local/apache2/bin/apxs. So I
edited env-test-custom.mk file as follows, to show apxs path:
#####################################################
#ifneq ($(strip $(shell $(CXX) -v 2>&1| grep '^gcc')),)
.....
#endif
$(eval $(call prog_kirpich,APXS,apxs2 apxs ....../usr/local/
apache2/bin/apxs,0))
^^^^^^^
......
"ifneq" and "endif" was still needed to be commented out.
Thinking about it now, there were not so many things to modify. Ha ha,
yesterday I was so excited.
socket++-1.12.12 and sptk-3.2.6 were both compiled from source. boost
and boost-devel were installed from SUSE package. Other development
tools including gcc 4.1.0 were installed from SUSE packages, too.
I will try it in open-sourced SUSE (no expiration), so I could study
CPPSERV in my favorite environment forever.
noniko
noniko@netbeans.jp