View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 14 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sat Jul 02, 2011 10:12 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
I found that Chromium is in the Extra-testing Repo so I installed it. It isn't working the error i get when i try to launch chromium is
Code:
/usr/lib/chromium/chromium: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory

I can't find libpng14 in the repos. I'm assuming that someone else is using chromium if it's in the extra testing repo.

Thanks
Matt Batt

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 03, 2011 1:09 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
libpng14.so.14 is installed as part of libpng.

Britney


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 03, 2011 9:25 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
Code:
sudo pacman -S libpng
warning: libpng-1.2.34-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): libpng-1.2.34-1

Total Download Size:    0.00 MB
Total Installed Size:   0.88 MB

Proceed with installation? [Y/n]


So I'm wondering if chromium is looking in the wrong place?

when I do a
Code:
locate libpng14
I get nothing
when I do a
Code:
 locate libpng12
/usr/bin/libpng12-config
/usr/include/libpng12
/usr/include/libpng12/png.h
/usr/include/libpng12/pngconf.h
/usr/lib/libpng12.a
/usr/lib/libpng12.so
/usr/lib/libpng12.so.0
/usr/lib/libpng12.so.0.34.0
/usr/lib/pkgconfig/libpng12.pc
/var/lib/pacman/sync/core-testing/libpng12-1.2.44-1
/var/lib/pacman/sync/core-testing/libpng12-1.2.44-1/depends
/var/lib/pacman/sync/core-testing/libpng12-1.2.44-1/desc
I get several hits.

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 03, 2011 10:15 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
Just installed the latest libpng 1.5.2 didn't help.

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 03, 2011 11:51 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
I don't think you are using core-testing as libpng is at 1.4.4 in core-testing.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2011 8:09 am 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
No I went straight to http://sourceforge.net/projects/libpng/files/
Looking at my repositories mine are still listed as knoppmyth.net not linhes.org I'll change it but they look similar.

I tried changing it and updating but pacman refuses to see the libpng-1.4.4 I can see it in the rep in my browser. I also see a libpng12-1.2.44 that is a different file it contains a the file libpng12.so .
I'm starting to wonder what the heck chromium is looking for, because libpng 1.5 and 1.4 don't contain a file called libpng14.so.14 .

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2011 9:19 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Have you tried making a symlink to the .so?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2011 10:07 am 
Offline
Joined: Mon Jul 31, 2006 10:41 pm
Posts: 149
Quote:
when I do a
Code:
locate libpng14
I get nothing


locate reads a database and won't locate a new file until the database has been updated by a cron job, you can manually update
Code:
sudo updatedb


after it finishes, you should be able to locate the new file.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2011 10:20 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
That is odd. On my LH 7 boxes fully updated to the -testing repos this is what I see:
Code:
[mythtv@mythtv ~]$ sudo pacman -Qo /usr/lib/libpng14.so.14
/usr/lib/libpng14.so.14 is owned by libpng 1.4.4-1
[mythtv@mythtv ~]$ sudo pacman -Ss libpng
core-testing/libpng 1.4.4-1 [installed]
    A collection of routines used to create PNG format graphics files
core-testing/libpng12 1.2.44-1 [installed]
    A collection of routines used to create PNG format graphics files

Britney


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2011 4:08 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
I'll try updating the locate db when I get home. Does any one know why I can't download the 1.4 from the site. Working at Disney today happy 4th.

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2011 10:18 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
nope still nothing I am running 6.03 maybe there is some other conflict going on. Is anyone using chrome.

Then I got the bright idea to download the file from the rep and install it with a pacman -U. Success Chromium now doesn't complain about libpng14 anymore now it's
Code:
/usr/lib/chromium/chromium: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory


DOH!

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2011 10:31 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
mattbatt wrote:
nope still nothing I am running 6.03 maybe there is some other conflict going on. Is anyone using chrome.
Yes I am using chromium but on a LH7 test system. 6.03 is your issue. The -testing repos are quite different from 6.xx and many of the pkgs are built to rely on newer pkgs than what is available in 6.xx. As you are finding quite a few pkgs will need to be updated to run chromium from the testing repos.

Britney


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 04, 2011 10:41 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
Wack a mole

Code:
/usr/lib/chromium/chromium: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

Code:
/usr/lib/chromium/chromium: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

Code:
/usr/lib/chromium/chromium: /usr/lib/libz.so.1: version `ZLIB_1.2.3.3' not found (required by /usr/lib/chromium/chromium)
/usr/lib/chromium/chromium: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/chromium/chromium)
/usr/lib/chromium/chromium: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/chromium/chromium)


Until this one made me put the brakes on.
Code:
Downloads]$ sudo pacman -S glibc
resolving dependencies...
looking for inter-conflicts...
:: linux-api-headers conflicts with kernel-headers. Remove kernel-headers? [Y/n] n

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 08, 2011 9:28 am 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
I'm wondering if I bite the bullet and upgrade to 7.* if I can then make it work. I saw a bunch of people having issues with the upgrade so I decided to wait. Plus I have several customizations to LinHES like firefox 4.0 vuze and hulu desktop. Now I'm starting to wonder if the "appliance" LinHES is right for me or if I should get generic Arch and put mythtv on it. I certainly love LinHES and the community has been very helpful over the years. I guess I'm hijacking my own thread.

_________________
My System


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 40 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu