LinuxMCE Forums

General => Installation issues => Topic started by: bulek on September 29, 2007, 09:33:21 pm

Title: Nokia N800 Orbiter: missing /usr/pluto/bin/mysql_wrapper
Post by: bulek on September 29, 2007, 09:33:21 pm
Hi,


I've brand new N800 with latest image of 2007 already flashed. I've added mentioned repositories and installed all dependencies that were demanded, but Orbiter just hangs and returns back on start. I've started it from xterm and I see following error :

- sh: /usr/pluto/bin/mysql_wrapper: not found

Any idea where this might be coming from? I must be missing some package that is also needed..

Thanks in advance,

regards,

Bulek.
Title: Re: Nokia N800 Orbiter: missing /usr/pluto/bin/mysql_wrapper
Post by: kir on October 09, 2007, 05:12:45 pm
Looks like you built it with not appropriate configuration - you should rebuild libs that you built for N800 + Orbiter itself, excluding the following block:

#<-mkr_b_use_mysql_wrapper_b->
CPPFLAGS += -DUSE_MYSQL_WRAPPER
#<-mkr_b_use_mysql_wrapper_e->

from Makefiles. Basically just search for -DUSE_MYSQL_WRAPPER in all your Makefiles for N800 and remove/comment these flags.
Title: Re: Nokia N800 Orbiter: missing /usr/pluto/bin/mysql_wrapper
Post by: nite_man on December 31, 2007, 08:51:04 am
I built mysql_wrapper for Nokia's Orbiter and it'll be added next release of its package. But I'd like to ask you, kir, what mysql_wrapper actually does?