> Please do: > cd src/modules/perl/ > rm mod_perl.so > make -f Makefile.modperl
Here we go: /data/misc/mod_perl-1.99_16/src/modules/perl# rm mod_perl.so /data/misc/mod_perl-1.99_16/src/modules/perl# make -f Makefile.modperl rm -f mod_perl.so cc -shared -L/usr/local/lib \ \ mod_perl.lo modperl_interp.lo modperl_tipool.lo modperl_log.lo modperl_config.lo modperl_cmd.lo modperl_options.lo modperl_callback.lo modperl_handler.lo modper l_gtop.lo modperl_util.lo modperl_io.lo modperl_io_apache.lo modperl_filter.lo m odperl_bucket.lo modperl_mgv.lo modperl_pcw.lo modperl_global.lo modperl_env.lo modperl_cgi.lo modperl_perl.lo modperl_perl_global.lo modperl_perl_pp.lo modperl _sys.lo modperl_module.lo modperl_svptr_table.lo modperl_const.lo modperl_consta nts.lo modperl_apache_compat.lo modperl_error.lo modperl_debug.lo modperl_common _util.lo modperl_common_log.lo modperl_hooks.lo modperl_directives.lo modperl_fl ags.lo modperl_xsinit.lo -rdynamic -L/usr/local/lib /usr/lib/perl/5.6.1/auto/D ynaLoader/DynaLoader.a -L/usr/lib/perl/5.6.1/CORE -lperl -ldl -lm -lc -lcryp t \ -o mod_perl.so : mod_perl.so But maybe there was something i didnt understand, "make -f Makefile.modperl" has to be done in the "root" folder of the sources, or in the /source_folder/src/modules/perl folder? I dit it in the /src/modules/perl folder... > Don't worry. I don't think it has anything to do with your level of > expertise in linux. It should just work. Let's just continue :) Between you and me, my first time on a mailing list, i didn't know it was existing, it is really helpfull. Just a question, is there a way to access ALL this mailing list archive? For example, before asking you, is there a way for me to search in it / does google indexes it? Pierre -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html