I am trying to run config like that (from within a script)
./configure --prefix=${_PREFIX_DIR} \
--exec-prefix=${_E_PREFIX_DIR} \
--datadir=${_DATA_DIR} \
--without-system-jars \
--without-system-icu \
--without-system-agg \
--without-system-lpsolve \
--without-system-mspack \
--disable-Xaw \
--disable-odk \
--disable-mozilla \
--enable-verbose \
--with-system-libs \
--with-system-curl \
--with-system-python \
--with-use-shell="bash" \
--with-lang="en de es" \
--with-dict="ENGB,ENUS,DEDE,ESMX" \
--with-perl-home=${_PERL_HOME} \
--with-jdk-home=${_JAVA_HOME} \
--with-ant-home=${_ANT_HOME} >> ${_LOGFL} 2>&1
but I an stumbling on "some" missing perl modules:
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... Can't locate Archive/Zip.pm in
@INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
/usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at
-e line 1.
BEGIN failed--compilation aborted at -e line 1.
configure: error: Failed to find some modules
I thought --enable-verbosity was going to give me more information
but there are a lot of packages here:
http://packages.debian.org/stable/perl/
which ones do I need to install in order to configure OO?
Thank you
lbrtchx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]