SliTaz SliTaz Forum

You are not logged in.

#1 2011-07-02 07:56:45

jag
Member
Registered: 2011-06-29
Posts: 10

google-chrome only runs on cooking

I have tried to install Google Chrome with failure. Steps I took:

1. open xterm as root

2. tazpkg get-install get-google-chrome

3. get-google-chrome

4. tazpkg get-install cups

5. Opened Menu/System Tools/Control Box/Initialization

5. Added the "cupsd" entry at the end of Run Daemons. Click "Change". Exit

Google chrome icon shows up in Menu/Internet/Google Chrome. But nothing happens when clicked on. I tried restarting but same. what should i do to get chrome working in Slitaz 3.0?

(Also: is Chromium available?)

Offline

#2 2011-07-02 08:26:15

Rokil
Member
Registered: 2011-06-24
Posts: 59

Re: google-chrome only runs on cooking

What happens when you try to launch google-chrome from a term?

(I'm french, but I have maybe the same errors :

[c]$ google-chrome
/usr/bin/google-chrome: /lib/libc.so.6: version[/c]
GLIBC_2.11' not found (required by /usr/bin/google-chrome)

/usr/bin/google-chrome: /usr/lib/libz.so.1: no version information available (required by /usr/bin/google-chrome)

/usr/bin/google-chrome: /usr/lib/libz.so.1: no version information available (required by /usr/bin/google-chrome)

`

Offline

#3 2011-07-02 08:50:26

jag
Member
Registered: 2011-06-29
Posts: 10

Re: google-chrome only runs on cooking

when  i type google-chrome-unstable in xterm (root and tux) it says:

sh: google-chrome-unstable: not found

Offline

#4 2011-07-02 09:19:43

Rokil
Member
Registered: 2011-06-24
Posts: 59

Re: google-chrome only runs on cooking

What happens when you try to launch google-chrome (not [c]google-chrome-unstable[/c]) from a term?

Offline

#5 2011-07-02 09:57:19

jag
Member
Registered: 2011-06-29
Posts: 10

Re: google-chrome only runs on cooking

root@slitaz:/home/tux# google-chrome

/usr/bin/google-chrome: /lib/libc.so.6: version 'GLIBC_2.11' not found (required by /usr/bin/google-chrome)

/usr/bin/google-chrome: /usr/lib/libz.so.1: no version information available (required by /usr/bin/google-chrome)

/usr/bin/google-chrome: /usr/lib/libz.so.1: no version information available (required by /usr/bin/google-chrome)

root@slitaz:/home/tux#

Offline

#6 2011-07-02 10:44:51

Rokil
Member
Registered: 2011-06-24
Posts: 59

Re: google-chrome only runs on cooking

So, we have the same issues, now we just have to wait an answer smile

Offline

#7 2011-07-02 11:02:21

jag
Member
Registered: 2011-06-29
Posts: 10

Re: google-chrome only runs on cooking

yes we do. i hope someone can guide us to a successful chrome installation. its my favorite browser. i don't see a reason why i cannot install it in Slitaz. its possible to install chrome on other Linux distros, right?

Offline

#8 2011-07-02 12:07:33

Rokil
Member
Registered: 2011-06-24
Posts: 59

Re: google-chrome only runs on cooking

Yes, sure, I installed it "easily" on ArchLinux, I will see about compiling Chromium.

Offline

#9 2011-07-02 20:02:52

Guest
Guest

Re: google-chrome only runs on cooking

Hi there,

Maybe it's mustard after the meal, we say here in Holland but I share the following even if it is to end this topic.

I just did tazpkg get-install google-chrome in the cooking version and it installed smoothly but when trying

to launch it from the openbox-applications-bar nothing happened. Then I tried to execute it from the

terminal and had to do .....sudo chmod 1777 /dev/shm; (something to do with shared memory in /dev/shm??)

After this all worked fine.

Greetings.

#10 2011-07-02 22:18:35

Rokil
Member
Registered: 2011-06-24
Posts: 59

Re: google-chrome only runs on cooking

I did what you said, but nothing changed hmm

Offline

#11 2011-07-03 20:47:06

BitStorm
Member
Registered: 2011-07-03
Posts: 8

Re: google-chrome only runs on cooking

Well.

The computer says that it cannot find glibc 2.11

because glibc version 2.11 is not installed on your system.

you must find it, download it, and install it on your on.

so the next question you probably have is how do i do that?

first go into a terminal and type tazpkg search glibc

then hit enter

this will tell us what virgin of glibc you have.

i bet it is 2.10.

now find glibc 2.11 on the internets by gurggling for it.

now click the link to download it.

now once downloaded do not OPEN it...

but right click and EXTRACT it.

now the simple method is to uninstall glibc 2.10

tazpkg remove glibc

yay it uninstalls

(you may have to be sysop-admin-root to do that...)

now that we are experiencing success in the removal of old glibc version 2.10

we must install glibc 2.11

so easy.

any question ?

Offline

#12 2011-07-03 22:09:56

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: google-chrome only runs on cooking

Glibc is part of the toolchain that builds the kernel and the software in the stable repo.

You have problems if you run a kernel built with glibc 2.10.1 on a system with a different version of glibc.

The simple solution is to use cooking which is built with glibc 2.13

Online

#13 2011-07-08 10:04:58

Rokil
Member
Registered: 2011-06-24
Posts: 59

Re: google-chrome only runs on cooking

Ok, thanks,  I'll try smile

Offline

#14 2011-07-16 15:01:03

nirmalh
Member
Registered: 2011-07-16
Posts: 2

Re: google-chrome only runs on cooking

Hurray it worked on the first shot. Million thanks to all of you. Flash plugin also got installed automatic which I am happy- ^L^

Offline

#15 2012-03-10 00:23:59

Alexbn
Member
Registered: 2012-03-08
Posts: 37

Re: google-chrome only runs on cooking

I would like to install Chrome - I'm using SliTaz 3.0. Is that possible? I need a browser that supports Google Docs.

Alex

Offline

#16 2012-03-10 20:28:29

Alexbn
Member
Registered: 2012-03-08
Posts: 37

Re: google-chrome only runs on cooking

I just installed SliTaz 3.0. According to instructions above, I found glibc 2.11 (and 2.14) on the net and downloaded it.

Then it says,

[now once downloaded do not OPEN it...

but right click and EXTRACT it.]

Where can I find the EXTRACT option? I don't see it on right-click.

Offline

#17 2012-03-18 20:35:34

Alexbn
Member
Registered: 2012-03-08
Posts: 37

Re: google-chrome only runs on cooking

Installed Firefox, which services well Google docs. Problem solved.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]