[Guide] Upgrade XBMC Live 10.1 (Dharma) installation into Eden
#9
(2012-03-30, 16:50)kitana Wrote: Things seemed to go well until I ran
3rd line at point #14
./bootstrap ; ./configure --prefix=/usr --enable-vdpau --disable-pulse --disable-crystalhd

last few lines

checking openssl/crypto.h usability... no
checking openssl/crypto.h presence... no
checking for openssl/crypto.h... no
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for gcry_control in -lgcrypt... yes
checking for main in -lbz2... yes
checking for main in -ljpeg... yes
checking for main in -ltiff... yes
checking for main in -lpthread... yes
checking for main in -llzo2... yes
checking for main in -lz... yes
checking for main in -lcrypto... no
configure: error: Could not find a required library. Please see the README for your platform.

Proceeded with

4th line at point #14
root@XBMCLive:~/setup/xbmc# make -C $HOME/setup/xbmc/lib/addons/script.module.pil
make: Entering directory `/root/setup/xbmc/lib/addons/script.module.pil'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory `/root/setup/xbmc/lib/addons/script.module.pil'

I have gone through this process twice with clean installs of XBMC Live 10.1

Looks like the "openssl-dev" isn't installed on your box.

All this should should be on one continuous line of text without line breaks:
Code:
# apt-get install libplist-dev python-support python-dev ccache libyajl-dev libvdpau-dev debhelper zip git-core make g++ gcc gawk pmount libtool yasm nasm automake cmake gperf gettext unzip bison libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libfribidi-dev liblzo2-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound-dev python-sqlite libglew-dev libcurl3 libcurl4-openssl-dev x11proto-xinerama-dev libxinerama-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbisenc2 libsmbclient-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libfaac-dev libenca-dev libxt-dev libxtst-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev libsamplerate-dev libmms-dev libmpeg3-dev libfaad-dev libflac-dev libiso9660-dev libass-dev libssl-dev fp-compiler gdc libwavpack-dev libmpeg2-4-dev libmicrohttpd-dev libmodplug-dev libboost-thread-dev libboost-system-dev -y -q

Or try install each one row by row:

Code:
# apt-get install libplist-dev
# apt-get install python-support
# apt-get install python-dev
# apt-get install ccache
# apt-get install libyajl-dev
# apt-get install libvdpau-dev
# apt-get install debhelper
# apt-get install zip
# apt-get install git-core
# apt-get install make
# apt-get install g++
# apt-get install gcc
# apt-get install gawk
# apt-get install pmount
# apt-get install libtool
# apt-get install yasm
# apt-get install nasm
# apt-get install automake
# apt-get install cmake
# apt-get install gperf
# apt-get install gettext
# apt-get install unzip
# apt-get install bison
# apt-get install libsdl-dev
# apt-get install libsdl-image1.2-dev
# apt-get install libsdl-gfx1.2-dev
# apt-get install libsdl-mixer1.2-dev
# apt-get install libfribidi-dev
# apt-get install liblzo2-dev
# apt-get install libfreetype6-dev
# apt-get install libsqlite3-dev
# apt-get install libogg-dev
# apt-get install libasound-dev
# apt-get install python-sqlite
# apt-get install libglew-dev
# apt-get install libcurl3
# apt-get install libcurl4-openssl-dev
# apt-get install x11proto-xinerama-dev
# apt-get install libxinerama-dev
# apt-get install libxrandr-dev
# apt-get install libxrender-dev
# apt-get install libmad0-dev
# apt-get install libogg-dev
# apt-get install libvorbisenc2
# apt-get install libsmbclient-dev
# apt-get install libmysqlclient-dev
# apt-get install libpcre3-dev
# apt-get install libdbus-1-dev
# apt-get install libhal-dev
# apt-get install libhal-storage-dev
# apt-get install libjasper-dev
# apt-get install libfontconfig-dev
# apt-get install libbz2-dev
# apt-get install libboost-dev
# apt-get install libfaac-dev
# apt-get install libenca-dev
# apt-get install libxt-dev
# apt-get install libxtst-dev
# apt-get install libxmu-dev
# apt-get install libpng-dev
# apt-get install libjpeg-dev
# apt-get install libpulse-dev
# apt-get install mesa-utils
# apt-get install libcdio-dev
# apt-get install libsamplerate-dev
# apt-get install libmms-dev
# apt-get install libmpeg3-dev
# apt-get install libfaad-dev
# apt-get install libflac-dev
# apt-get install libiso9660-dev
# apt-get install libass-dev
# apt-get install libssl-dev
# apt-get install fp-compiler
# apt-get install gdc
# apt-get install libwavpack-dev
# apt-get install libmpeg2-4-dev
# apt-get install libmicrohttpd-dev
# apt-get install libmodplug-dev
# apt-get install libboost-thread-dev
# apt-get install libboost-system-dev

You will succeed if you follow and do everything exactly as written in the guide.
Reply


Messages In This Thread
RE: Guide - Upgrade an XBMC Live 10.1 (Dharma) installation into Eden - by Milleman - 2012-03-30, 18:48
Logout Mark Read Team Forum Stats Members Help
[Guide] Upgrade XBMC Live 10.1 (Dharma) installation into Eden3