Alejandro Barros wrote:
[...]
> ERROR: Cannot find /usr/local/Acrobat5/Reader/intellinux/bin/acroread
> Acrobat Reader not installed for this configuration, "intellinux".
>
> El directorio mencionado tiene los siguientes archivos:
>
> AcroVersion
> license.txt
> res/
> help/
> MapTypes.pdf
>
>
> Algun comentario?
`acroread' es un shell script. al final dice:
,----
| #
| # Set the command. Process any debug flags and exec.
| #
| ACRO_EXEC_CMD="$ACRO_INSTALL_DIR/$ACRO_CONFIG/bin/$cmd"
|
| [...]
|
| if [ -f "$ACRO_EXEC_CMD" ] ; then
| exec "$ACRO_EXEC_CMD" ${1+"$@"}
| else
| echo "ERROR: Cannot find $ACRO_EXEC_CMD"
| echo " $prod not installed for this configuration, \"$ACRO_CONFIG\"."
| exit 1
| fi
`----
O sea, en tu caso el script esta fallando en 'if [ -f "$ACRO_EXEC_CMD" ]'.
En mi caso ACRO_EXEC_CMD queda como
/opt/Acrobat5/Reader/intellinux/bin/acroread, y ese `acroread' no es un
binario de ~ 8 MiB:
,----
| $ ls -sh /opt/Acrobat5/Reader/intellinux/bin/
| total 8.0M
| 8.0M acroread
`----
Si no tienes ese binario (ni si quiera pareces tener el directorio
`bin')... te habras quedado corto de espacio durante la instalacion, o
algo parecido?
Espero que te ayude.
Saludos,
--
Cristian Gutierrez http://www.dcc.uchile.cl/~crgutier
[EMAIL PROTECTED] Jabber:[EMAIL PROTECTED]
Real Programmers don't play tennis, or any other sport that requires you
to change clothes. Mountain climbing is OK, and real programmers wear
their climbing boots to work in case a mountain should suddenly spring
up in the middle of the machine room.