similarly, here's my config: jadams@jadlaptop:~$ pkg publisher PUBLISHER TYPE STATUS URI openindiana.org origin online http://pkg.openindiana.org/hipster/ jds.openindiana.org (non-sticky) origin online http://opensolaris.cz:10000/ sfe-encumbered origin online http://pkg.openindiana.org/sfe-encumbered/ sfe (non-sticky) origin online http://pkg.openindiana.org/sfe/ localhost (non-sticky, disabled) origin online http://localhost:10000/ jadams@jadlaptop:~$ cd /usr/lib jadams@jadlaptop:/usr/lib$ ls -l | grep x2 lrwxrwxrwx 1 root root 14 Nov 28 22:16 libx264.so -> libx264.so.138 -rwxr-xr-x 1 root bin 1363844 Nov 28 22:14 libx264.so.138
Jon On 29 November 2013 15:54, Predrag Zecevic [Unix Systems Administrator] < [email protected]> wrote: > Hi, > > i have set following publishers: > $ pkg publisher -a > PUBLISHER TYPE STATUS URI > > openindiana.org origin online > http://pkg.openindiana.org/hipster/ > sfe (non-sticky) origin online > http://pkg.openindiana.org/sfe/ > sfe-encumbered (non-sticky) origin online > http://pkg.openindiana.org/sfe-encumbered/ > > and use this ffmpeg: > > $ pkg info ffmpeg > Name: video/ffmpeg > Summary: A very fast video and audio converter > Category: System/Multimedia Libraries > State: Installed > Publisher: sfe-encumbered > Version: 1.0 > Build Release: 5.11 > Branch: 0.151.1.7 > Packaging Date: Sat Feb 9 13:24:01 2013 > Size: 24.02 MB > FMRI: pkg://sfe-encumbered/video/[email protected],5.11-0.151.1.7: > 20130209T132401Z > > I had to create symbolic link in order to have mplayer running: > $ ls -al /usr/lib/libx264* > lrwxrwxrwx 1 root admin 14 Nov 22 15:22 /usr/lib/libx264.so -> > libx264.so.138 > lrwxrwxrwx 1 root root 14 Nov 22 15:57 /usr/lib/libx264.so.125 -> > libx264.so.138 > -rwxr-xr-x 1 root bin 1.4M Nov 22 15:22 /usr/lib/libx264.so.138 > > (it is *.125) > > > So, it looks like you are using some OTHER publisher ffmpeg. > > Regards. > > > On 11/29/13 16:48, Paolo Marcheschi wrote: > >> Hi >> I have troubles in running ffmpeg on latest hipster: >> ffmpeg >> >> ld.so.1: ffmpeg: fatal: libx264.so.136: open failed: No such file or >> directory >> ld.so.1: ffmpeg: fatal: relocation error: file >> /usr/lib/libavcodec.so.55: symbol x264_encoder_close: referenced symbol >> not found >> ld.so.1: ffmpeg: fatal: relocation error: file /usr/bin/ffmpeg: symbol >> avcodec_register_all: referenced symbol not found >> >> but: >> bash-4.2$ find /usr/lib/ -name libx264* >> >> /usr/lib/libx264.so.138 >> /usr/lib/libx264.so >> /usr/lib/amd64/libx264.so >> /usr/lib/amd64/libx264.so.138 >> >> if I make a link: >> ln -s /usr/lib/libx264.so.138 /usr/lib/libx264.so.136 >> >> >> ld.so.1: ffmpeg: fatal: relocation error: file >> /usr/lib/libavcodec.so.55: symbol x264_encoder_open_136: referenced >> symbol not found >> ld.so.1: ffmpeg: fatal: relocation error: file /usr/bin/ffmpeg: symbol >> avcodec_register_all: referenced symbol not found >> Killed >> >> for the publishers I have: >> >> bash-4.2$ pkg publisher >> PUBLISHER TYPE STATUS URI >> sfe (non-sticky) origin online >> http://pkg.openindiana.org/sfe/ >> sfe-encumbered (non-sticky) origin online >> http://pkg.openindiana.org/sfe-encumbered/ >> openindiana.org origin online >> http://pkg.openindiana.org/hipster/ >> oi-experimental (non-sticky) origin online >> http://pkg.openindiana.org/experimental/ >> jds.openindiana.org (non-sticky) origin online >> http://opensolaris.cz:10000/ >> ms.omniti.com (non-sticky) origin online >> http://pkg.omniti.com/omniti-ms/ >> >> bash-4.2$ uname -a >> SunOS openindiana 5.11 illumos-a0b6056 i86pc i386 i86pc Solaris >> >> >> Is there a simple way to solve it ? >> >> Thank you >> >> Paolo >> >> _______________________________________________ >> OpenIndiana-discuss mailing list >> [email protected] >> http://openindiana.org/mailman/listinfo/openindiana-discuss >> >> > -- > Predrag Zečević, Technical Support Analyst, 2e Systems GmbH > > Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894 > Mobile: +49 174 3109 288, Skype: predrag.zecevic > E-mail: [email protected] > > Headquarter: 2e Systems GmbH, Königsteiner Str. 87, > 65812 Bad Soden am Taunus, Germany > Company registration: Amtsgericht Königstein (Germany), HRB 7303 > Managing director: Phil Douglas > > http://www.2e-systems.com/ - Making your business fly! > > [***]===--- > <Xavvy> is that really knghtbrd? <Knghtbrd> No, I'm an EVIL IMPOSTOR! > <Knghtbrd> An evil impostor who LIKES HYBRID! <Xavvy> haha <Xavvy> ok, it's > him :P > > > _______________________________________________ > OpenIndiana-discuss mailing list > [email protected] > http://openindiana.org/mailman/listinfo/openindiana-discuss > _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
