Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: jackhsu0104 on March 23, 2015, 09:35:37 PM
-
I cannot run firefox and opera on corepure64 6.1, because there are many librarys that is not 64bit, such as libpng, libtiff, ssl3, libexpat...
I think corepure is not that pure.
-
Are you mixing extensions from core and corepure64?
If you run both, then you need to keep the extensions separate in /tce and /tce64 or similar.
-
No, I am not mixing the extension.
Because Corepure64 iso didn't include the install_tc.tcz , I used coreplus(32bits) to do the format and system install, then
I added corepure64.gz and vmlinuz64 to boot folder.
After that, All I did is obtain extension using Apps or tce-load -wi.
Do you mean that tce-load get the extension from wrong sources?
-
As long as you didn't download any extensions with coreplus before you installed and booted corepure64, things should be OK - unless you specifically changed the name of the /tce folder, both core and corepure put extensions in the same place...
I don't use firefox, but opera12 works fine in corepore64 and the 64-bit versions of libpng, libtiff, libexpat, etc are all there in the corepure64 repo.
-
Opera12 cannot run on my environment nither, thank you for the reply.
Now I know the files in repo is correct and I can download them by myself and won't do source compile again.
-
Firefox is working fine in tinycore versions 5.x & 6.x in x86 and x86_64 architectures.
I used coreplus(32bits) to do the format and system install
The "System Install" part of that equation is likely where the plan went astray
The local extension store for each architecture should be separate and your boot config needs to identify the store. As explained above /tce and /tce64 is an excellent plan.
I use the following core archives to build my corepure64 systems from http://tinycorelinux.net/6.x/x86_64/release/distribution_files/ (http://tinycorelinux.net/6.x/x86_64/release/distribution_files/)
rootfs64.gz
modules64.gz
vmlinuz64
Using the existing partition I'd start over with a clean install using the above system files and suggested extension store path to prevent mixing architectures.
-
Thank you, I have change the boot option from tce:uuid"........" to tce64:uuid"......", now it works.