Page 3 of 4

Re: Chromium browser

Posted: 7. Dec 2010, 02:40
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:

Re: Chromium browser

Posted: 7. Dec 2010, 08:39
by thenktor
Output of:
32 bit: ls -l /usr/lib/libevent*
64 bit: ls -l /usr/lib64/libevent*
?

Re: Chromium browser

Posted: 7. Dec 2010, 13:31
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*

Re: Chromium browser

Posted: 7. Dec 2010, 17:52
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.

Re: Chromium browser

Posted: 7. Dec 2010, 18:14
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:

Re: Chromium browser

Posted: 19. Jan 2011, 05:26
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" :(

Re: Chromium browser

Posted: 25. Jan 2011, 07:07
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.

Chromium browser 11.0.652.0

Posted: 2. Feb 2011, 08:59
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. ;-)

Re: Chromium browser

Posted: 2. Feb 2011, 23:25
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..

Re: Chromium browser

Posted: 5. Feb 2011, 07:43
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!