WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: arora, midori, & surf browsers not working in tinycore-3.8 (changed: TC 4.7.7)  (Read 18122 times)

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
Re: arora, midori, & surf browsers not working in tinycore-3.8
« Reply #15 on: June 23, 2014, 11:05:52 AM »

show the output of:
ls -l /etc/sysconfig/tcedir
blkid /dev/sd*
free

ls -l /etc/sysconfig/tcedir
/etc/sysconfig/tcedir --> /mnt/sda1/tce

blkid /dev/sd*
/dev/sda1:  LABEL="TINYCORE-4" UUID="....    TYPE="ext2"

free
Mem:  total 228936
            used:108708
            free:120288
            swap: 57244

« Last Edit: June 23, 2014, 11:08:28 AM by Stella »

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Typo?

md5sum: lipng.tcz.md5.txt: No such file or directory
Error on lipng.tcz

md5sum: libpng.tcz.md5.txt: No such file or directory
Error on libpng.tcz
Download a copy and keep it handy: Core book ;)

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
Yes, sorry.  I made a mistake writing libpng.tcz

Thanks :)

Stella.

Offline hiro

  • Hero Member
  • *****
  • Posts: 1229
wget : server returned error: HTTP/1.1 416 Requested Range Not Satisfiable

that would commonly happen if you already had some file downloaded at that location.

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
wget : server returned error: HTTP/1.1 416 Requested Range Not Satisfiable

that would commonly happen if you already had some file downloaded at that location.
Sorry, I don't understand exactly how I should solve it

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14791
Perhaps the best thing to do would be to:

* verify that you're using tc-4.7.7
* reboot using the "base" boot code
* delete any copies of the arora, midori, surf and libpng extensions (including the *dep and *md5* files) you might have in your /tce/optional folder
* use the apps gui or "tce-load -iw" to load one or more of them.

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
Perhaps the best thing to do would be to:

* verify that you're using tc-4.7.7
* reboot using the "base" boot code
* delete any copies of the arora, midori, surf and libpng extensions (including the *dep and *md5* files) you might have in your /tce/optional folder
* use the apps gui or "tce-load -iw" to load one or more of them.

I've cleaned everything, started TC-4.7.7 and downloaded arora using:
tce-load -w -i arora.tcz

Everything seems to go ok, bet when I try to run arora the message is the same:
arora: error while loading shared libraries libpng12.so.0: cannot open shared object file: No such file or directory
:(:(:(:(:(

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14791
What do the following show:
Code: [Select]
$ ls /usr/lib/libpng*
$ ls /usr/local/lib/libpng*

Is the Xlibs extension loaded?
« Last Edit: June 24, 2014, 07:24:11 AM by Juanito »

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
Can I use firmware-2.6.29.1-tinycore.tcz extension with TC-4.7.7?
Regards

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
What do the following show:
Code: [Select]
$ ls /usr/lib/libpng*
$ ls /usr/local/lib/libpng*

ls /usr/lib/libpng*

No such file or directory

ls /usr/local/lib/lipng*
/usr/local/lib/lipng.so
/usr/local/lib/libpng16.so
/usr/local/lib/libpng16.so.16
/usr/local/lib/libpng16.so.2.0

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14791
Can I use firmware-2.6.29.1-tinycore.tcz extension with TC-4.7.7?

You need to use extensions that match the tc-4.7.7 kernel - i.e. *3.0.21-tinycore

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14791
Code: [Select]
$ ls /usr/local/lib/lipng*
/usr/local/lib/lipng.so
/usr/local/lib/libpng16.so
/usr/local/lib/libpng16.so.16
/usr/local/lib/libpng16.so.2.0

This is the libpng extension from the tc-5.x repo, you need the Xlibs extension from the tc-4.x repo.

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
But I downloaded it with tce-load -w -i arora.tcz and I am working with TC-4.7.7¿?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14791
Are you using Xvesa, Xfbdev or Xorg-7.6 for your gui?

No matter which one you're using, Xlibs, which contains /usr/lib/libpng12.so.0, should have been loaded

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
Can I use firmware-2.6.29.1-tinycore.tcz extension with TC-4.7.7?

You need to use extensions that match the tc-4.7.7 kernel - i.e. *3.0.21-tinycore
But this extension actually works with tc-4.7.7. I need the graphical environment and it works perfectly. I've searched for a firmware-3.0.21-tinycore.tcz but I can't find it in the repository.  Could it give me errors in the future?