On 03/22/2012 04:28 PM, Roman Chyla wrote: > Hi! > > Do you perhaps know how I could make the ./configure step unattended? > I am getting these messages when some optional packages are missing - > and I would need to do the installation even on a system which does > not have the packages and cannot be installed. But non-interactively. > > Thank you for help,
Yeah, you can pipe into STDIN from /dev/null and it will do the right thing. In places where I've scripted ./configure I've got it like this: $ ./configure $CONFIGURE_OPTS 0</dev/null I typically set CONFIGURE_OPTS to be like export CONFIGURE_OPTS="--with-python=/usr/bin/python" but you may not need anything there at all. I hope that helps, Joe > > Roman > > > > ***************************************************** > ** WARNING: FFMPEG CONFIGURATION MISSING FFMPEG/FFPROBE does not > seem to be installed! > ***************************************************** > ** You do not seem to have FFmpeg configured with ** > ** the minimum video codecs to run the demo site. ** > ** Please install the necessary libraries and ** > ** re-install FFmpeg according to the Invenio ** > ** installation manual (INSTALL). ** > ***************************************************** > > > There were 5 warnings found that you may want to > look into, solve, and re-run configure before you > continue the installation. However, you can also continue > the installation now and solve these issues later, if you wish. > > Press ENTER to continue the installation...
signature.asc
Description: OpenPGP digital signature

