This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Need assistant to cross compile mediatomb for mipsel architecture


Thanks, you a right
but i still unable to run ./configure script successfully, now i get the next error, actually   i have the apex devel package installed:
+---
checking expat.h usability... no
checking expat.h presence... no
checking for expat.h... no
checking /usr/local/include/expat.h usability... yes
checking /usr/local/include/expat.h presence... yes
checking for /usr/local/include/expat.h... yes
checking for XML_ParserCreate in -lexpat... no
checking for XML_ParserCreate in -lexpat... no
configure: error: unable to configure required package expat 
+---

07.09.2013, 21:29, "Martin Guy" <martinwguy@gmail.com>:
> Hi
>
> sqlite3 is not mysql.
>
> You need to install the mysql devel package, like it says
>
>     M
>
> On 07/09/2013, free radius <free.radius@yandex.ru> wrote:
>
>>  Hi,
>>  i'm trying to cross compile mediatomb for mipsel architecture, when in
>>  source folder of the project i run
>>  +---
>>  ./configure --host=mipsel-linux --prefix=/home/xtreamer/mediatomb_mipsel
>>  --disable-ffmpeg --disable-debug-log
>>  +---
>>  i get the following error:
>>  +---
>>  checking sqlite3.h usability... no
>>  checking sqlite3.h presence... no
>>  checking for sqlite3.h... no
>>  checking /usr/local/include/sqlite3.h usability... yes
>>  checking /usr/local/include/sqlite3.h presence... yes
>>  checking for /usr/local/include/sqlite3.h... yes
>>  checking for sqlite3_open in -lsqlite3... no
>>  checking for sqlite3_open in -lsqlite3... no
>>  checking for mysql_config... none
>>  checking for mysql_config... none
>>  mysql_config not found, please install the mysql devel package
>>  configure: none could not be executed or returned invalid values
>>  configure: error: Support of at least one of mysql or sqlite3 must be
>>  configured
>>  +---
>>  perhaps i have the dev package of sqlite3 installed, its look like the
>>  toolchain didn't recognize or can't find needed librarry.
>>  Can anybody tell me how can solve this problem ?
>>  Thanks in advance.
>>
>>  --
>>  For unsubscribe information see http://sourceware.org/lists.html#faq

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]