* heather valentine (tech---sub at triad.rr.com) wrote: > hi > > i have open solaris 05 08 installed > > Can someone please help me with Mplayer > i have installed it as a package and > when i try to run it > > /opt/gnu/bin# ./gmplayer > > This is the output i get > > ld.so.1: mplayer: fatal: libucb.so.1: open failed: No such file or directory > > i need it to run avi files and totem wont do that. > besides i prefer Mplayer anyways
libucb.so.1 is delivered bia the SUNWscp package (as found by doing pkg search -r libucb.so.1). So, a simple: pfexec pkg install SUNWscp Should install that lib and you can try from there. Cheers, Glenn
