SliTaz SliTaz Forum

You are not logged in.

#1 2012-09-01 19:37:24

tropetre
Member
Registered: 2012-07-06
Posts: 79

XBMC Installing

Hi, I've been trying to install the XBMC from the Ubuntu/Debian repository files and some symlinks. I made a full log of my progress and made a lot of progress until I recieved this message:

$ /usr/lib/xbmc/xbmc.bin

/usr/lib/xbmc/xbmc.bin: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/xbmc/xbmc.bin)

/usr/lib/xbmc/xbmc.bin: /usr/lib/libjpeg.so.62: no version information available (required by /usr/lib/xbmc/xbmc.bin)

/usr/lib/xbmc/xbmc.bin: /usr/lib/libcdio.so.10: version `CDIO_10' not found (required by /usr/lib/xbmc/xbmc.bin)

/usr/lib/xbmc/xbmc.bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/xbmc/xbmc.bin)

/usr/lib/xbmc/xbmc.bin: /usr/lib/libtalloc.so.2: no version information available (required by /usr/lib/libwbclient.so.0)

I could send the full log if required.

Offline

#2 2012-09-07 03:29:34

cpierce
Member
Registered: 2011-05-22
Posts: 11

Re: XBMC Installing

So glad you are working on this. I really think SliTaz and XBMC would be a great combo.

Offline

#3 2012-09-07 15:25:34

nitrogen_widget
Member
Registered: 2011-06-02
Posts: 52

Re: XBMC Installing

A quick internet search for libcrypto led me to seeing it's a dependency of OpenSSL.

Probably going to have to research each missing lib.

Offline

#4 2012-09-08 08:57:26

tropetre
Member
Registered: 2012-07-06
Posts: 79

Re: XBMC Installing

I have installed the missing dependencies but I'm not sure how to solve the problem of missing version information.

Offline

#5 2012-09-09 16:17:11

nitrogen_widget
Member
Registered: 2011-06-02
Posts: 52

Re: XBMC Installing

Looks like you might need to convert those dependency packages from ubuntu also in order to get the absolute versions it's looking for.

Offline

#6 2012-09-09 18:53:25

tropetre
Member
Registered: 2012-07-06
Posts: 79

Re: XBMC Installing

Yeah, I thought of that but I find the first one odd as libcrypto.so.1.0.0 is the version that's used in slitaz but still it wants information... Is there anyway to force it to run without version information?

Offline

#7 2012-09-10 11:03:41

nitrogen_widget
Member
Registered: 2011-06-02
Posts: 52

Re: XBMC Installing

I don't think so.

According to this there is a list on XBMC git showing what is needed for each version.

http://wiki.xbmc.org/index.php?title=How-to:Compile_XBMC_for_Linux#Prerequisites

Offline

#8 2012-09-15 15:15:35

tropetre
Member
Registered: 2012-07-06
Posts: 79

Re: XBMC Installing

I now applied for help at the xbmc forums as they had no guide for how to install it on other distrobutions other than the major ones. Hopefully they'll give me the knowledge to complete this install...

BTW, How does one provide version information?

Offline

#9 2012-10-07 20:44:57

tropetre
Member
Registered: 2012-07-06
Posts: 79

Re: XBMC Installing

Long since last update.

I'm now trying to install it from sources rather than .deb  files and it has worked out really well. I'm missing some dependencies so I will probibly have to compile them too.

Not much more has happened, for some reason cook doesn't wanna work on this PC so I'm going to install cooking on an old desktop PC of mine. smile

If anybody would like to compile libsmbclient-dev for me then that would be great wink

Offline

#10 2012-10-07 21:13:51

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: XBMC Installing

root@slitaz:~# tazpkg search-pkgname libsmbclient

Search result for file libsmbclient

================================================================================

samba

samba-dev

samba-pam

swat

================================================================================

4 pkg(s) found with file: libsmbclient

http://pkgs.slitaz.org/search.sh?file=libsmbclient&version=s

Try samba-dev tazpkg which contains /usr/include/libsmbclient.h

Offline

#11 2012-10-08 15:05:28

tropetre
Member
Registered: 2012-07-06
Posts: 79

Re: XBMC Installing

I have already tried to install that but for some reason it still doesn't work at ./configure:

...

checking for main in -lsmbclient... no

configure: error: Could not find a required library. Please see the README for your platform.

Offline

#12 2012-10-08 17:17:28

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: XBMC Installing

"-lsmbclient" is not for "libsmbclient"! Yesterday I've compiled lshw-gui and saw error for "-lsqlite". Lsqlite is sqlite wrapper for Lua wink But dependence is just sqlite without "l" letter.

I think you need just "smbclient". Searching http://pkgs.slitaz.org/search.sh?file=smbclient&version=s

Plus one package to packages mojo mentioned: smbclient. But we haven't smbclient-dev. Why? Developer' headers not included in the package smbclient.

Try to use smbclient as build_dependence (and dependence too). Maybe you'll luck

Offline

#13 2012-10-08 23:25:38

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: XBMC Installing

Xbmc is checking for libsmbclient.so to link for samba support.

https://github.com/xbmc/xbmc/blob/master/configure.in => configure script

https://github.com/xbmc/xbmc/blob/master/docs/README.linux

3.Build-Depends(debian/ubuntu)libsmbclient-dev

http://packages.ubuntu.com/precise/i386/libsmbclient-dev/filelist =>libsmbclient.so

Slitaz:  http://pkgs.slitaz.org/search.sh?file=libsmbclient.so

Install samba or samba-pam tazpkg which has libsmbclient.so

Offline

#14 2012-10-09 08:16:51

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: XBMC Installing

Mojo, you are great!

Thanks to you I got acquainted with the XBMC project. Now I decide, do I need it? Do I need to create a recipe and understand the dependencies? I do not have such a large amount of space, time and desire to compile such a huge project. My netbook—it's not Hi-End machine, which is required to run XBMC. So, after reading a few pages on the site, including a compilation of, I realized that it was not mine. It is not necessary for me.

Xbmc is more bigger than SliTaz. So, I wish good luck on this not easy way.

Offline

#15 2012-10-09 14:54:41

tropetre
Member
Registered: 2012-07-06
Posts: 79

Re: XBMC Installing

I have installed all packages that has anything to do with samba, still no luck. I did some googling and I found a simmilar problem on: http://www.johannes-bauer.com/software/sambascanner/

It says to install libsmbclient and libsmbclient-dev. If this was to make it to repositories, would I have to generate them my self or could I just convert them from debian?

I had a chat with Trixar one day and I think he said that a package would have to be generated from receipt in order to make it to repositories which is the reason my spotify package is not there.

Offline

#16 2012-10-10 13:25:05

cpierce
Member
Registered: 2011-05-22
Posts: 11

Re: XBMC Installing

I don't know enough to check for you, but it may help to check out Raspbmc, OpenELEC, or Xbian to see what packages they used. Just a thought and trying to help

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]