My guess is that you are out of luck here, for several reasons:

- You are using a system (OSX 10.2 without gcc3.3 compiler) that isn't supported by Fink any more.

> Package manager version: 0.18.4
> Distribution version: 0.7.0.cvs
> Mac OS X version: 10.2.8
> December 2002 Developer Tools or later
> gcc version: 3.1

- You are trying to build a package that doesn't correspond to the perl version that you have installed (your perl is 5.8.0, but you are installing the version for 5.8.1):
Running '/usr/bin/perl "-I/sw/lib/perl5/5.8.0"

- The package you are trying to install has been discontinued, it has not even been upgraded to the 10.2-gcc3.3 tree, probably for some reason, maybe related to the next point. It is unmaintained since 11/2003.


- The package is pretty rotten, I don't think it has ever worked. It copies things directly into /sw instead of %i:
cp xs/modperl_xs_sv_convert.h xs/modperl_xs_typedefs.h xs/modperl_xs_util.h /sw/include/apache2
cd "src/modules/perl" && make -f Makefile.modperl install
test -f mod_perl.so && \
cp mod_perl.so /sw/lib/apache2/modules

This is also the reason for the final failure
/bin/mv /sw/src/root-mod-perl-pm581-1.99_09-1/sw/share/apache2/mod_perl.so /sw/src/root-libapache2-mod-perl-1.99_09-1/sw/share/apache2/
/bin/mv: rename /sw/src/root-mod-perl-pm581-1.99_09-1/sw/share/apache2/mod_perl.so to /sw/src/root-libapache2-mod-perl-1.99_09-1/sw/share/apache2// mod_perl.so: No such file or directory

Sorry for not being able to help.

--
Martin



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to