Hi Brent, Am Mon, 22 Sep 2008 13:49:55 -0700 (PDT) schrieb Brent Austin: > I'm trying to build the most recent cvs source of Oo Aqua. This > is what I get when I run ./configure (in config_office): > ........... > checking for GNU make... make > checking the GNU make version... make 3.81 > checking for --hash-style=both linker support ... not found > checking for perl... /opt/local/bin/perl > checking the Perl version... checked (perl 5) > checking for required Perl modules... Can't locate Archive/Zip.pm > in @INC (@INC contains: /opt/local/lib/perl5/5.8.8/darwin-2level > /opt/local/lib/perl5/5.8.8 > /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level > /opt/local/lib/perl5/site_perl/5.8.8 > /opt/local/lib/perl5/site_perl > /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level > /opt/local/lib/perl5/vendor_perl/5.8.8 > /opt/local/lib/perl5/vendor_perl .) at -e line 1. > BEGIN failed--compilation aborted at -e line 1. > configure: error: Failed to find some modules
Could be that your missing the Archive::Zip and XML::Parser perl modules. For me it also looks like you are using a non-system Perl out of Macports, fink, pkgsrc or some other packagemanager. Before you go and use a non-system Perl please make also sure that you first try to use Mac OS X own perl and only use the third party perl when system Perl fails. Or do you need to use a newer Perl version for a specific reason? Regards, Eric Hoch -- ## de.OpenOffice.org - Office für MacOS X, Linux, Solaris & Windows ## Openoffice.org - ich steck mit drin! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
