Bonjour,
Je suis en train d'essayer de compiler XBMC, qui est au passage un super media center ! J'avais réussi sous ubuntu (non sans mal) avec un tutoriel de ub ubuntu-fr.org
Voici mon problème : lorsque je lance le scrpt configure, plusieurs libriaries sont introuvables...
Jespère que quelqu'un aura une odée pour m'aider, ce problème étant je pense pas propre à XBMC
par ailleur, j'ai été plus loins dans le script (en commentant la partie sur mysql, et j'ai d'autre librairies qui sont manquantes alors que elle sont bien installée via yum.
Merci d'avance
Je suis en train d'essayer de compiler XBMC, qui est au passage un super media center ! J'avais réussi sous ubuntu (non sans mal) avec un tutoriel de ub ubuntu-fr.org
Voici mon problème : lorsque je lance le scrpt configure, plusieurs libriaries sont introuvables...
Il manquait plus de librairies que ça (à la limite c'est normal), et j'ai donc installé certains packet :Configuring build.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ccache... /usr/bin/ccache
checking for gawk... gawk
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for main in -lGL... yes
checking for main in -lGLEW... yes
checking for main in -lGLU... yes
checking for main in -lXinerama... yes
checking for main in -lmad... yes
checking for main in -ltre... yes
checking for main in -logg... yes
checking for main in -lvorbis... yes
checking for main in -lSDL... yes
checking for main in -lSDL_image... yes
checking for main in -lSDL_mixer... yes
checking for main in -ldl... yes
checking for main in -lfreetype... yes
checking for main in -lfontconfig... yes
checking for main in -lbz2... yes
checking for main in -lfribidi... yes
checking for main in -llzo2... yes
checking for main in -lsqlite3... yes
checking for main in -lmysqlclient... no
configure: error: == Could not find a required library. Please see README.linux
J'ai donc procedé de la même manière pour mysql, et installé mysql-devel. D'ailleur si je vais dans /usr/lib/mysql j'ai :glew-devel
lib-mad-devel
tre-devel
sdl_image-devel
De même dans /usr/lib, j'aitotal 8308
-rw-r--r-- 1 root root 12210 mar 4 17:41 libdbug.a
-rw-r--r-- 1 root root 51268 mar 4 17:41 libheap.a
-rw-r--r-- 1 root root 382144 mar 4 17:41 libmyisam.a
-rw-r--r-- 1 root root 30966 mar 4 17:41 libmyisammrg.a
-rw-r--r-- 1 root root 1650672 mar 4 17:41 libmysqlclient.a
-rw-r--r-- 1 root root 1662710 mar 4 17:41 libmysqlclient_r.a
lrwxrwxrwx 1 root root 26 jun 24 11:37 libmysqlclient_r.so -> libmysqlclient_r.so.15.0.0
lrwxrwxrwx 1 root root 26 jun 24 11:36 libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
-rwxr-xr-x 1 root root 1469028 mar 4 17:41 libmysqlclient_r.so.15.0.0
lrwxrwxrwx 1 root root 24 jun 24 22:30 libmysqlclient.so -> libmysqlclient.so.15.0.0
lrwxrwxrwx 1 root root 24 jun 24 22:31 libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
-rwx------ 1 root root 1459328 mar 4 17:41 libmysqlclient.so.15.0.0
-rw-r--r-- 1 root root 1372066 mar 4 17:41 libmystrings.a
-rw-r--r-- 1 root root 331080 mar 4 17:41 libmysys.a
-rw-r--r-- 1 root root 14964 mar 4 17:41 libvio.a
-rw-r--r-- 1 root root 0 jun 24 23:24 listefichier.temp
-rwxr-xr-x 1 root root 12401 mar 4 17:41 mysqlbug
-rwxr-xr-x 1 root root 5521 mar 4 17:41 mysql_config
par contre, j'ai ceci avec ldconfig :[root@localhost lib]# ls -l | grep libmysqlclient
lrwxrwxrwx 1 root root 26 jun 24 12:32 libmysqlclient.so -> mysql/libmysqlclient.so.15
lrwxrwxrwx 1 root root 23 jun 24 12:33 libmysqlclient.so.15 -> mysql/libmysqlclient.so
Je remarque que je n'ai pas de lien nomé libmysqlclient.so tout cours...[root@localhost ld.so.conf.d]# ldconfig -v | grep mysql
/usr/lib/mysql:
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libmysqlpp.so.3 -> libmysqlpp.so.3.0.3
Jespère que quelqu'un aura une odée pour m'aider, ce problème étant je pense pas propre à XBMC
par ailleur, j'ai été plus loins dans le script (en commentant la partie sur mysql, et j'ai d'autre librairies qui sont manquantes alors que elle sont bien installée via yum.
Merci d'avance