Citar
apt-get install xulrunner-1.9.1 xulrunner-dev libzzip-dev libzip-dev lzma-dev liblzma-dev libicu-dev zlib-bin libxapian-dev build-essential autoconf automake libtool libclucene-dev libxapian-dev libmicrohttpd-dev zlib1g-dev libssl-dev
Citar
kiwix-0.9-alpha7-src.tar.bz2
gedit kiwix.sh
se abre el editor de texto y reemplaza por la linea 43 donde dice
XULRUNNER=`whereis xulrunner | cut -d" " -f2`
por la siguiente linea hecha con del xulrunner que tenemos en /usr/bin por ejemplo
XULRUNNER="/usr/bin/xulrunner-1.9.1"
gedit kiwix.sh
se abre el editor de texto y reemplaza por la linea 43 donde dice
XULRUNNER=`whereis xulrunner | cut -d" " -f2`
por la siguiente linea hecha con del xulrunner que tenemos en /usr/bin por ejemplo
XULRUNNER="/usr/bin/xulrunner-1.9.1"
Citar
# ./configure
# make
# make install
# make
# make install
Pero de ./configure no pasa , sale :
Citar
checking for xpidl... no
configure: error: cannot find the xpidl binary
configure: error: cannot find the xpidl binary
¿Alguna solución?.