Chromium browser

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: Chromium browser

Post by Duncan_Idaho »

I have a problem with chromium from that repo

Code: Select all

chromium: error while loading shared libraries: libevent-1.4.so.1: cannot open shared object file: No such file or directory
I installed libevent from slackbuilds but the problem persists :S
I uninstalled chromium and then tried the chromium package from slackbuilds
but it complains about not able to load libjpeg, wich is already installed
help please :cry:
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Chromium browser

Post by thenktor »

Output of:
32 bit: ls -l /usr/lib/libevent*
64 bit: ls -l /usr/lib64/libevent*
?
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: Chromium browser

Post by Duncan_Idaho »

thenktor wrote:Output of:
32 bit: ls -l /usr/lib/libevent*
64 bit: ls -l /usr/lib64/libevent*
?

Code: Select all

rob[~]$ ls -l /usr/lib/libevent*
lrwxrwxrwx 1 root root    21 2010-12-04 19:34 /usr/lib/libevent-1.4.so.2 -> libevent-1.4.so.2.1.3*
-rwxr-xr-x 1 root root 88320 2010-12-04 19:34 /usr/lib/libevent-1.4.so.2.1.3*
-rwxr-xr-x 1 root root   815 2010-12-04 19:34 /usr/lib/libevent.la*
lrwxrwxrwx 1 root root    21 2010-12-04 19:34 /usr/lib/libevent.so -> libevent-1.4.so.2.1.3*
lrwxrwxrwx 1 root root    26 2010-12-04 19:34 /usr/lib/libevent_core-1.4.so.2 -> libevent_core-1.4.so.2.1.3*
-rwxr-xr-x 1 root root 30732 2010-12-04 19:34 /usr/lib/libevent_core-1.4.so.2.1.3*
-rwxr-xr-x 1 root root   845 2010-12-04 19:34 /usr/lib/libevent_core.la*
lrwxrwxrwx 1 root root    26 2010-12-04 19:34 /usr/lib/libevent_core.so -> libevent_core-1.4.so.2.1.3*
lrwxrwxrwx 1 root root    27 2010-12-04 19:34 /usr/lib/libevent_extra-1.4.so.2 -> libevent_extra-1.4.so.2.1.3*
-rwxr-xr-x 1 root root 71784 2010-12-04 19:34 /usr/lib/libevent_extra-1.4.so.2.1.3*
-rwxr-xr-x 1 root root   851 2010-12-04 19:34 /usr/lib/libevent_extra.la*
lrwxrwxrwx 1 root root    27 2010-12-04 19:34 /usr/lib/libevent_extra.so -> libevent_extra-1.4.so.2.1.3*
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Chromium browser

Post by thenktor »

You can try to create a symlink:
cd /usr/lib
ln -s libevent-1.4.so.2.1.3 libevent-1.4.so.1


Perhaps there will be more missing libs.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: Chromium browser

Post by Duncan_Idaho »

thank you thenktor!!! :D
that did the trick and now it works
I launched from terminal just in case, but it didn't give any errors :mrgreen:
lasm2000
Posts: 8
Joined: 16. Jan 2011, 03:39

Re: Chromium browser

Post by lasm2000 »

I get as error:

Code: Select all

/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)
/opt/google/chrome/chrome: /usr/lib/libz.so.1: no version information available (required by /opt/google/chrome/chrome)
/opt/google/chrome/chrome: /usr/lib/libz.so.1: no version information available (required by /opt/google/chrome/chrome)
The lib seems to be installed:

Code: Select all

ls -l /usr/lib/libz*
-rw-r--r-- 1 root root 88040 2006-12-11 16:31 /usr/lib/libz.a
lrwxrwxrwx 1 root root    13 2010-11-08 14:43 /usr/lib/libz.so -> libz.so.1.2.3*
lrwxrwxrwx 1 root root    13 2010-11-08 14:43 /usr/lib/libz.so.1 -> libz.so.1.2.3*
-rwxr-xr-x 1 root root 77688 2006-12-11 16:31 /usr/lib/libz.so.1.2.3*
-rwxr-xr-x 1 root root   775 2009-08-16 17:22 /usr/lib/libzip.la*
lrwxrwxrwx 1 root root    15 2010-11-08 14:42 /usr/lib/libzip.so -> libzip.so.1.0.0*
lrwxrwxrwx 1 root root    15 2010-11-08 14:42 /usr/lib/libzip.so.1 -> libzip.so.1.0.0*
-rwxr-xr-x 1 root root 36744 2009-08-16 17:22 /usr/lib/libzip.so.1.0.0*
Despite the error messages, it opens, but every tab has the "dead tab icon" :(
garby
Posts: 48
Joined: 18. Jan 2011, 10:36

Re: Chromium browser

Post by garby »

Except this build, any other packages that is posted under this thread did not work for me eventhough they have a later version number. And slackbuild breaks. Thanks christian.
garby
Posts: 48
Joined: 18. Jan 2011, 10:36

Chromium browser 11.0.652.0

Post by garby »

After reading this vulnerability report (http://www.kb.cert.org/vuls/id/258423), I didn't find any other ways than to compile the latest release of chromium from source with the slackbuild script available at http://darkstar.ist.utl.pt/slackware/ad ... 652.0/src/ as well as at http://repository.slacky.eu/slackware-1 ... 652.0/src/ for x86_64 arch. But each time I tried, I got the following error:
Exception: Call to 'pkg-config --cflags nss' returned exit status 1. while loading dependencies of base/base.gyp while loading dependencies of app/app.gyp while loading dependencies of build/all.gyp while trying to load build/all.gyp
I checked the dependencies list at http://darkstar.ist.utl.pt/slackware/ad ... k-required and they all seems to have met. What am I missing?

Any pointer?

PS: Currently I am using the christian's v5.xx package which reportedly have the vulnerability and switched to firefox. ;-)
User avatar
sqlpython
Donor
Posts: 310
Joined: 13. Aug 2010, 04:53
Location: Ct. USA

Re: Chromium browser

Post by sqlpython »

I also like Chromium and use it in Debian and Kubuntu. It is light and quick.
However my attempt to install and run Chromium on my 32bit install of Salix results in frequent Crashes of Web pages. Chromium itself will not crash but does malfunction in this way. So I got tired of this Behavior and uninstalled Chromium in My Salix install. Note that I am also running a Firefox install but for my usual Web Surfing in Salix I installed and use Seamonkey...Faster and Lighter then Firefox for everyday use.
I noted when examining running processes that Seamonkey uses 1/6 the resources that Firefox uses..
Slackware ( Manjaro ) Salix, AntiX, Bunsen, Calculate
garby
Posts: 48
Joined: 18. Jan 2011, 10:36

Re: Chromium browser

Post by garby »

@sqlpython: After reading your post, I tested seamonkey, firefox and chromium and still chromium is the fastest and using the lowest among all ;-)

BTW, has anyone chromium-latest package built? If so, kindly point the link (could not find myself)! Thanks!
Post Reply