You are not logged in.
Pages: 1
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
So glad you are working on this. I really think SliTaz and XBMC would be a great combo.
Offline
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
I have installed the missing dependencies but I'm not sure how to solve the problem of missing version information.
Offline
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
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
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
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
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. 
If anybody would like to compile libsmbclient-dev for me then that would be great 
Offline
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
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
"-lsmbclient" is not for "libsmbclient"! Yesterday I've compiled lshw-gui and saw error for "-lsqlite". Lsqlite is sqlite wrapper for Lua
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
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
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
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
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
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]