You are not logged in.
Pages: 1
[flarex@myhost flarex]$ sudo pacman -Sy totem
Password:
:: Synchronizing package databases...
current [################] 100%| 38K| 30.3K/s| 00:00:01
extra [################] 100%| 130K| 17.0K/s| 00:00:07
:: totem-0.99.9-1: is up to date. Upgrade anyway? [Y/n] yTargets: totem-0.99.9-1
Proceed with upgrade? [Y/n] y
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading totem... done.
[flarex@myhost flarex]$ totem
totem: error while loading shared libraries: libssl.so.0.9.6: cannot open shared object file: No such file or directory
[flarex@myhost flarex]$
I can't find any libssl packages, so i'm assuming this has something to do with ssl? How can i get totem to start?
Offline
There is a bug report filled about it - let's hope they dont take too long fixing it
Kaleph
jabber: kaleph@jabber.org
Offline
I can't find any libssl packages, so i'm assuming this has something to do with ssl? How can i get totem to start?
yes, this pkg has not been updatedb for the new ssl version.
you can wait to be fixed [after you submit the bug report] or you can go the ABS way
Offline
Whats ABS? The bug report was already submitted by someone else a while ago.
Offline
ABS = ArchLinux Build System
eg. build from source. [after running abs and cd'ing /var/abs/]
makepkg there etc..
but, I think to run it now you only have to do this:
ln -s /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.0.9.6
Offline
:cry:
[flarex@myhost flarex]$ sudo ln -s /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.0 .9.6
Password:
[flarex@myhost flarex]$ totem
totem: error while loading shared libraries: libcrypto.so.0.9.6: cannot open sha red object file: No such file or directory
Guess i'll have to go search for a ABS package.
Offline
:cry:
[flarex@myhost flarex]$ sudo ln -s /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.0 .9.6
Password:
[flarex@myhost flarex]$ totem
totem: error while loading shared libraries: libcrypto.so.0.9.6: cannot open sha red object file: No such file or directoryGuess i'll have to go search for a ABS package.
no
see here:
[url]http://wiki.archlinux.org/index.php/ABS - the Arch Build System (draft version)[/url]
or here:
http://www.archlinux.org/docs/en/guide/ … .html#SEC5
The impossible missions are the only ones which succeed.
Offline
:cry:
[flarex@myhost flarex]$ sudo ln -s /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.0 .9.6
Password:
[flarex@myhost flarex]$ totem
totem: error while loading shared libraries: libcrypto.so.0.9.6: cannot open sha red object file: No such file or directoryGuess i'll have to go search for a ABS package.
no! you can do the same for libcrypto
ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.0 .9.6
etc..
Offline
softlinking won't help as far as i know, all the people who have done that, get their comps cpu usage at 100% when running totem.
I've run totem before on a different distro and its definitly not that slow.
http://bugs.archlinux.org/?do=details&id=661&edit=yep
I think the guy forgot that he was supposed to work on it...It doesn't even say what version he intends to fix. my poor poor totem package. :cry: [/quote]
Offline
not sure about the 100% cpu usage
anyways: pm blaasvis [he's the guy]
Offline
Don't use the sym links, that is a sloppy way of doing things. You will need to use ABS.
Just do this:
# abs
# mkdir /var/abs/local/totem
# cp /var/abs/extras/gnome/totem/* /var/abs/local/totem
# cd /var/abs/local/totem
# makepkg
# pacman -U totem-0.99.9-1.pkg.tar.gz
If it doesn't configure well, you may need to install some other packages, I was required to install perlxml.
Then you need to get rid of: /usr/lib/xine/plugins/1.0.0/xineplug_inp_vcd.so
Hope this helps!
Offline
Pages: 1