> and you don't have: > /usr/local/lib/perl5/5.8.0/i386-freebsd/CORE/libperl.so
Right. > I assume that when you run: > > perl Makefile.PL APACHE_SRC=../apache_1.3.28/src \ > > perl == /usr/local/bin/perl5.8.0, right? Right. (Perl 5.8.1's installation doesn't automatically replace the old Perl in /usr/bin, but (a) I took care of that manually, and (b) I'm now using Perl 5.8.0, whose installation takes care of that.) > Please post the output of > > % perl -V http://www.bigtrouble.com/perl_minus_V_output.html > you also need perl's libperl.a, hence I suggested that you run: > > cd ../apache_1.3.28/src > gcc -funsigned-char -DMOD_SSL=208115 -DMOD_PERL -DUSE_PERL_SSI [...] It worked! So, follow-up questions: 1. Should I be able to safely run 'make install' now? 2. Whose 'fault' is this mistake (besides mine, that is...)? 3. Is there something I could add _before_ the error to prevent this from happening? 4. Could you explain a little more about the change you made? 5. Where should I send the check?