I think that something is wrong with this, but I do not know enough about the command syntax to figure this out. Can somebody please help?

Building shared: mod_echo.la
/bin/sh /sw/src/httpd-2.0.35/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -DNO_DBM_REWRITEMAP -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/sw/src/httpd-2.0.35/os/unix -I/sw/src/httpd-2.0.35/server/mpm/worker -I/sw/src/httpd-2.0.35/modules/http -I/sw/src/httpd-2.0.35/modules/proxy -I/sw/src/httpd-2.0.35/include -I/sw/src/httpd-2.0.35/srclib/apr/include -I/sw/src/httpd-2.0.35/srclib/apr-util/include -I/sw/include/openssl -I/sw/include -I/sw/src/httpd-2.0.35/modules/dav/main -I/sw/src/httpd-2.0.35/srclib/apr-util/include -c mod_echo.c && touch mod_echo.slo ### <-- I think the problem is here

/bin/sh /sw/src/httpd-2.0.35/shlibtool --silent --mode=link gcc -g -O2 -DNO_DBM_REWRITEMAP -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/sw/src/httpd-2.0.35/os/unix -I/sw/src/httpd-2.0.35/server/mpm/worker -I/sw/src/httpd-2.0.35/modules/http -I/sw/src/httpd-2.0.35/modules/proxy -I/sw/src/httpd-2.0.35/include -I/sw/src/httpd-2.0.35/srclib/apr/include -I/sw/src/httpd-2.0.35/srclib/apr-util/include -I/sw/include/openssl -I/sw/include -I/sw/src/httpd-2.0.35/modules/dav/main -I/sw/src/httpd-2.0.35/srclib/apr-util/include -export-dynamic -L/sw/lib -o mod_echo.la -rpath /usr/libexec/apache2 -module -avoid-version mod_echo.lo

The 'make install' I ran encountered an error:
Making install in echo
cp .libs/mod_echo.so /usr/libexec/apache2/mod_echo.so
cp: .libs/mod_echo.so: No such file or directory


What I see is a typo in the makefile, at the end of the first line of the compile, 'touch mod_echo.slo' should be 'touch mod_echo.so'

Can somebody please help! If this is a bug in the build process, I can send it to the Apache group.

Thanks in advance,
Kyle Moffett

Reply via email to