Failure in running Chromium on Beagleboard XM

Hi,
we are trying to run a precompiled Chromium version on a Beagleboard
XM but we got an error since it is missing the libIMGegl.so.

Please could you suggest us how to get such library?

Thanks a lot in advance.
Best regards,
  Simona

You should probably talk to the folks that gave you the precompiled Chromium

You can get that library from the SGX Graphics binary from TI.

If your using my demo image (from rcn-ee.net) follow this:

http://elinux.org/BeagleBoardUbuntu#SGX_Video_Acceleration

Otherwise, here's the *.bin's..

http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/

Regards,

Hi Gary,
thanks a lot for your prompt reply.
Sorry but I supposed that it should be a library specific for the beagleboard.

No, it's not special for the BeagleBoard, simply built to run on OMAP. Whoever
gave you the Chromium browser should also have that library (and there are probably
others as well which you will only discover as you move forward).

Where did you get the Chromium file/package?

Note: please keep your replies on the mailing list so everyone benefits.

Hi Gary,
thanks again.

We got the precompiled Chromium version at the following link:
http://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html

For everyone in the mailing list, have you ever tried to run Chromium on the Beagleboard?
We already tried to run many attempts without success… unfortunately …

Thanks a lot in advance.
Best regards,
Simona

Yes, it works great...

You just need the lib from the TI SGX release, as mentioned previously..

Regards,

Hi Robert,
thanks a lot.

We added many libraries and now the errors shown are the following:

./chrome: /usr/lib/libz.so.1: no version information available
(required by ./chrome)
./chrome: /usr/lib/libz.so.1: no version information available
(required by ./chrome)
./chrome: /usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not
found (required by ./chrome)
./chrome: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found
(required by ./chrome)
./chrome: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found
(required by ./chrome)
./chrome: /lib/libpthread.so.0: version `GLIBC_2.0' not found
(required by /usr/lib/libnss3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required
by /usr/lib/libnss3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1' not found (required by /
usr/lib/libnss3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /
usr/lib/libnss3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.0' not found (required by /
usr/lib/libnss3.so)
./chrome: /lib/libpthread.so.0: version `GLIBC_2.0' not found
(required by /usr/lib/libnssutil3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required
by /usr/lib/libnssutil3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /
usr/lib/libnssutil3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.0' not found (required by /
usr/lib/libnssutil3.so)
./chrome: /lib/libpthread.so.0: version `GLIBC_2.0' not found
(required by /usr/lib/libsmime3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required
by /usr/lib/libsmime3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.0' not found (required by /
usr/lib/libsmime3.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required
by /usr/lib/libplc4.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.0' not found (required by /
usr/lib/libplc4.so)
./chrome: /lib/libdl.so.2: version `GLIBC_2.1' not found (required
by /
usr/lib/libnspr4.so)
./chrome: /lib/libdl.so.2: version `GLIBC_2.0' not found (required
by /
usr/lib/libnspr4.so)
./chrome: /lib/libpthread.so.0: version `GLIBC_2.1' not found
(required by /usr/lib/libnspr4.so)
./chrome: /lib/libpthread.so.0: version `GLIBC_2.2' not found
(required by /usr/lib/libnspr4.so)
./chrome: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found
(required by /usr/lib/libnspr4.so)
./chrome: /lib/libpthread.so.0: version `GLIBC_2.0' not found
(required by /usr/lib/libnspr4.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required
by /usr/lib/libnspr4.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /
usr/lib/libnspr4.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1.2' not found (required
by /usr/lib/libnspr4.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /
usr/lib/libnspr4.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1' not found (required by /
usr/lib/libnspr4.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.0' not found (required by /
usr/lib/libnspr4.so)
./chrome: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required
by /usr/lib/libplds4.so.0d)
./chrome: /lib/libc.so.6: version `GLIBC_2.0' not found (required by /
usr/lib/libplds4.so.0d)

do you have any suggestion to solve these issues?
Thanks a lot in advance.

About running Chromium on the Beagleboard, how did you? We are facing
many problem.
What did you use? Did you cross compile Chromium for ARM? We are
facing many problem also in this case.

Many many thanks in advance.
Regards,
  Simona