WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Problems with getFlash11  (Read 3074 times)

Offline fredand44

  • Newbie
  • *
  • Posts: 21
Problems with getFlash11
« on: April 20, 2012, 11:38:04 AM »
Hello guys!

I got some problem with installing getFlash11.

When I run from the menu it just flicker band then it is gone.
If I try to start it from terminal I get>


mount mounting /dev/loop48 on /tmp/tcloop/libxml12 faild Invalid argument.

Do you guys got any clues

Best regards
Fredrik

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: Problems with getFlash11
« Reply #1 on: April 20, 2012, 11:57:43 AM »
run a md5check on libxml2 and getFlash11
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline fredand44

  • Newbie
  • *
  • Posts: 21
Re: Problems with getFlash11
« Reply #2 on: April 21, 2012, 04:12:36 AM »
Hello!

I could not run md5check (as root).

But when I tried to locate the files with "find -iname libxml2" and "find -iname getFlash11" I only found getFlash11 at:
./home/tc.wmx/OnDemand/getFlash11
and
./mnt/sda1/tce/ondemand/getFlash11

I guess I missing libxml2, how do I get it?

I must say that before install I run:

echo "/etc/sysconfig/tcedir" > /opt/.tce_dir

I got that info in this thread:
http://forum.tinycorelinux.net/index.php/topic,12331.0.html

Hope you guys see some solution!

Best regards
Fredrik


Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: Problems with getFlash11
« Reply #3 on: April 21, 2012, 07:05:15 AM »
I could not run md5check (as root).
Code: [Select]
md5sum /etc/sysconfig/tcedir/optional/libxml2.tcz
cat /etc/sysconfig/tcedir/optional/libxml2.tcz.md5.txt
I guess I missing libxml2, how do I get it?
Code: [Select]
tce-audit builddb
tce-audit fetchmissing
I must say that before install I run:

echo "/etc/sysconfig/tcedir" > /opt/.tce_dir

I got that info in this thread:
http://forum.tinycorelinux.net/index.php/topic,12331.0.html
Code: [Select]
test -d /etc/sysconfig/tcedir && rm -f /opt/.tce_dir
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline fredand44

  • Newbie
  • *
  • Posts: 21
Re: Problems with getFlash11
« Reply #4 on: April 22, 2012, 08:29:08 AM »
Hello!

Thanks for your reply!

If I understand the results of the commands for checksum it looks like there is different checksums, and that rings a alarm bell for me.

How ever!

I tried to start all over and install TC from scratch, perhaps I should not do the echo part. But during the install it says that sda1 is already mounted and needs to be unmounted..

But whn I unmount /sda1 it says that unmount is not found. Not as root either.

How ever I also tried to run getFlash11 as root, and it seems to got installed but opera still do not found it.

If you guys got any clues please let me know!
Best regards Fredrik


Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Problems with getFlash11
« Reply #5 on: April 22, 2012, 09:57:55 AM »
The command is umount, not unmount.