Debian Multimedia :: Error: /usr/bin/mplayer: Symbol Codec_wav_tags
Jun 18, 2010
To make a long story short:./usr/bin/mplayer: relocation error: /usr/bin/mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
Debian-unstable. I tried to play some avi files with smplayer. I got an error message and searched the fscking web: http://www.mail-archive.com/pkg-multime ... 02393.html
[Code]...
View 4 Replies
ADVERTISEMENT
Aug 1, 2010
Previously after doing aptitude upgrade, my pidgin seems broken with no gui shown. So I decided to download the latest source from pidgin website and build it from source, but I think I made situation worse because it then complained that ssl lib was needed. Then I removed the libpurple (e.g. aptitude purge libpurple0 libpurple-bin libpurple-dev) and reinstalled pidgin (aptitude install pidgin). Now it shows the error
pidgin: symbol lookup error: pidgin: undefined symbol: purple_media_element_info_get_type
I searched on the internet and can not find a solution. The clues on the internet says that's because the piding I use is the older version of libpurple. But I think I've removed all with purge and reinstalled it. Maybe some legacy binary is referenced. What or where it might be? Or where there may contain related information.
View 2 Replies
View Related
Dec 15, 2009
Apache doesn't start with libedit.so.0.0.34 ( from libedit0-3.0.snap20090923-4.1.x86_64 ).
Code:
[Tue Dec 15 16:20:51 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
PHP Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
/usr/sbin/httpd2-prefork: symbol lookup error: /usr/lib64/libedit.so.0: undefined symbol: tgetent
Solution: I copied /usr/lib64/libedit.so.0.0.27 from a previous install and symlinked /usr/lib64/libedit.so.0 to it.
View 6 Replies
View Related
Jan 17, 2010
ive made a slight mistake on my Ubuntu 9.10 64bit. I was trying to get Voodoo Motion Tracking software to work, and it was having trouble locating some Qt Libs, so I decided it was a good idea to move its included libs into /user/lib32 directory. Voodoo now works, but Skype instead comes up with:
Code:
skype: symbol lookup error: /usr/lib32/libQtDBus.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv Skype was installed using their own provided 64bit .deb - it was previously working fine.
View 2 Replies
View Related
Oct 21, 2010
The most recent update impacted my thunderbird-3.0. When launched I get these error messages
/usr/lib/thunderbird-3.0.3pre/thunderbird-bin: Symbol `SSL_ImplementedCiphers' has different size in shared object, consider re-linking
/usr/lib/thunderbird-3.0.3pre/thunderbird-bin: symbol lookup error: /usr/lib/libnssutil3.so.1d: undefined symbol: PL_ClearArenaPool
I can only assume the libnssutil3 library was upgraded and this broke the library call in the thunderbird-3.0.
View 3 Replies
View Related
Sep 21, 2010
I performed a yum update and now my yum is not working and I am unable to start my apache processes (in a dmz configuration).This is the error I am getting from yum.
yum clean
Traceback (most recent call last):
File "/usr/bin/yum", line 4, in ?
import yum
[code]....
View 9 Replies
View Related
Dec 6, 2010
I'm running Ubuntu 10.10 and was looking for software to mix mp3's. I want to try mixxx (found here) I installed the most recent package by using the ppa of the project (as described here) Install seems to be ok (no error messages)But when I try to run mixxx from the menu nothing happens. Nothing. Running it from the terminal with the command
Code:
mixxx
I get this error message:
Quote:
mixxx: symbol lookup error: /usr/lib/libQtNetwork.so.4: undefined symbol: _ZN16QIODevicePrivate4peekEPcx
View 2 Replies
View Related
Jan 5, 2010
I noticed that a lot of software updates were ready today so I installed all of them without thinking to make a note of what they were, so I don't know if ffmpeg or one of its dependencies was amongst them. The very next time I ran ffmpeg, it gave me an error I haven't seen before. After downloading a file from BBC's iPlayer site using get-iplayer, I ran a script to convert it to a format suitable for my Samsung YP-Q2 personal media player. I copied the command out of that script and pasted it onto the command line so that I could capture the console output of that encoding session, shown below:
Code:
[garry tv]$ ffmpeg -i inputfile.mp4 -acodec libmp3lame -ar 44100 -ab 128k -ac 2 -vcodec mpeg4 -b 1024k -r 15 -s qvga outputfile.avi
FFmpeg version git-bcf9828, Copyright (c) 2000-2009 Fabrice Bellard, et al.
built on Oct 25 2009 11:48:38 with gcc 4.4.1
Configuration: --enable-gpl --enable-nonfree --enable-shared --enable-pthreads --enable-libx264 --enable-libfaac --enable-libtheora
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.37. 1 / 52.20. 0
libavformat 52.39. 2 / 52.31. 0
libavdevice 52. 2. 0 / 52. 1. 0
libswscale 0. 7. 1 / 0. 7. 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x9d27700]ISO: File Type Major Brand: isom
st:1 removing common factor 48 from timebase
Seems stream 0 codec frame rate differs from container frame rate: 100.00 (100/1) -> 25.00 (25/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'inputfile.mp4':
Duration: 00:58:39.02, start: 0.000000, bitrate: 831 kb/s
Stream #0.0(und), 1/50: Video: h264, yuv420p, 640x360, 1/100, 25 tbr, 50 tbn, 100 tbc
Stream #0.1(und), 1/1000: Audio: aac, 48000 Hz, stereo, s16
ffmpeg: symbol lookup error: ffmpeg: undefined symbol: avcodec_channel_layout_num_channels
[garry tv]$
This error, "undefined symbol" is what makes me think that either ffmpeg or one of its dependencies has been updated or the error would have occurred before now. I've been using the script with the command in the above form for some weeks now with no problems, almost always converting an MP4 (but sometimes a .mov) into an AVI. Thinking that it might be the version of ffmpeg in the standard repos, I followed the advice of this thread and removed the standard ffmpeg and installed the one from Medibuntu. (Removing the standard one took WinFF and DVDRip with it, but I reinstalled those afterwards, and I'm sure they don't come into the equation otherwise.) I re-ran the command and the error was exactly as before. Is ffmpeg recently borked or am I missing something obvious? Or something obscure, for that matter?
View 7 Replies
View Related
Apr 8, 2009
I am trying to setup the wlan access for my Fedora 9 system. I installed ndiswrapper. But when I run
Code:
ndiswrapper -l
i am getting the error
Code:
/usr/bin/perl: symbol lookup error: /usr/bin/perl: undefined symbol: PL_use_safe_putenv
View 11 Replies
View Related
May 25, 2011
I have observed a recurring problem with video files. Very often the error stated below occurs when I try to play few files, but not when playing few other videos.The error is:"Mplayer has finished unexpedtedly. Exit code: 1"How can i get rid of this recurring error.
View 9 Replies
View Related
Jan 13, 2010
I get that error when trying to open an .flv or .avi file. Anyway to fix it? Here is the output of gui.conf
[Code]...
View 4 Replies
View Related
Mar 22, 2011
I'm currently using Debian Testing with Debian Multimedia Sid repos. The current Mplayer (3:1.0~rc4+svn20110308-0.0) seems to be broken - I can't encode AAC to AC3 on-the-fly anymore. I'd like to compile the latest snapshot or SVN version, but what is the easiest way to compile it with the same options as the one in debian-multimedia.org?
View 3 Replies
View Related
Aug 6, 2010
I'm trying to use mencoder and get these errors:
Code:
/>mencoder
mencoder: /usr/local/lib/libavformat.so.52: no version information available (required by mencoder)
mencoder: /usr/local/lib/libavutil.so.49: no version information available (required by mencoder)
[code]....
View 7 Replies
View Related
Feb 7, 2011
When playing some HD files Mplayer video is slow compare to sound. Totem plays the same videos with perfect synchronization of voice and video. I have tried all video drivers in Mplayer none seems to work.My version of mplayer is : MPlayer SVN-r31918 (C) 2000-2010 MPlayer TeamRunning Squeeze.
View 1 Replies
View Related
Jun 17, 2011
I use a net install CD to install the Debian 6.0.1(squeeze). After installation of gnome, I use apt install the mplayer. But when I use the mplayer open a avi file, it failed. The mplayer don't crash but give the following instruction:
Mplayer interrupted by signal 6 in module: filter_video
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you thin it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. [This binary of MPlayer in Debian is currently compiled with '--enable-debug'; the debugging symbols are in the package 'mplayer-dbg'.] I don't know why this happen, because all the package is installed with apt.
View 5 Replies
View Related
Sep 1, 2011
I installed debian 6.0 and have a problem with mplayer running in fullscreen/maximised window. Basically whenever I want to play a film in full screen or maximised window the view/film area remains a small rectangle and there's a big black area around that makes up the full screen.I'm running a nouveau driver and the video settings in mplayer are set to xv ( I also tried gl).
That's what happen when I run mplayer from the command line (eg. mplayer film.avi), which is my preferred method. When I want to play a film by opening it from a file browser, it starts mplayer but there's no video at all, just the sound.
View 8 Replies
View Related
May 4, 2010
How can I stop Mplayer from messing with my alsamixer settings?
View 2 Replies
View Related
Feb 24, 2011
I use nv18 with nouveau. Why equlizer does not work?
View 5 Replies
View Related
Mar 6, 2011
I recently updated my Squeeze installation to testing and since then I've been unable to use VDPAU with SMPlayer and MPLayer. When VDPAU is enabled every video file gives the same error (see log at the end; don't mind the extra channel entries, they're for converting AAC to AC3 on-the-fly). Before this everything worked as it should.
[Code]...
View 1 Replies
View Related
Mar 18, 2010
I'm wondering if anyone distributes mplayer, mencoder, and ffmpeg, up-to-date builds of each and their associated dependencies (x264, faac, xvid, etc).I had to compile all that stuff myself and fought with it, and finally got it working.
If no one distributes latest builds, then I was thinking of going further with what I've done to help others: virtualbox lenny and automated compiles of all packages and putting up the builds, with latest revisions of mplayer and ffmpeg from their source code repos. Using LD_LIBRARY_PATH to isolate the build so any modern linux can run the produced binaries, with only glibc as a dependency.
View 3 Replies
View Related
May 11, 2010
I received a few updates today, one of which is mplayer. Now mplayer is broken and from what I can gather it's because it's incompatible with the version of ffmpeg I have installed. But the real problem is that mplayer and ffmpeg were originally installed from the debian-multimedia repo but the update for mplayer is from the debian repo. I can't go back because this new mplayer is dependent on libdirectfb-1.2-9 whereas mplayer from debian-multimedia is dependent on libdirectfb-1,2-0.
In case you want the error from mplayer:
mplayer: relocation error: mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
View 10 Replies
View Related
Dec 9, 2010
I am on Squeeze. In the past I have successfully extracted audio from video files. Recently when I try it I get an unplayable file, just some brief noise nothing more. Mplayer on the other hand plays every video and audio file out there. Is there something wrong with mplayer? I installed mplayer from the repo. I haven't compile mplayer since before Lenny.
View 14 Replies
View Related
Aug 7, 2011
i'm using debian wheezy and whenever i'm playing a webm video, typically on videos, totem and mplayer can't play video. the video just freezes. (i assume because they both use gstreamer.) when i try to use vlc when those 2 aren't working, the video does play but there is no sound.
View 3 Replies
View Related
Aug 3, 2010
MPlayer was working just fine last night, but today I'm having problems which may be due to me performing a system update. I noticed that MPlayer was no longer listed in my Applications menu and I no longer had the option of opening videos with it. However, I now had Gnome MPlayer which must have been installed with the update because I never installed it. Whilst going through Synaptic, I found that the MPlayer GUI had been removed, so I re-installed it. However nothing happened when I attempted to open videos with it.
When I tried to use it through the terminal I got the error message:
mplayer: relocation error: mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
I found a bug report on this very problem here [URL]. The conclusion was that the person filing the bug report was using a version of ffmpeg not found in Debian and that he'd need a version of MPlayer built with his version of ffmpeg libs. I'm assuming that this is also the case with me, however I'm not sure how to go about finding a build or simply building a version of MPlayer with whatever version of ffmpeg that I'm using. For reference, I'm using Squeeze.
View 3 Replies
View Related
Jan 26, 2011
When I try to play a dvd and give mplayer no options, it defaults to "X11" for the video output, which maxes out the cpu. To get around this, firstly I tried to play the dvd using "cvidix" in the console.
I used the following command:
mplayer -ao alsa -vo cvidix -fs -framedrop -stop-xscreensaver -dvd-device /dev/dvd1 dvd://1
This played the dvd, but the console text was still visible over the top of the movie; i.e. mplayer was playing in the layer beneath the console text
Then I tried using xvidix in X:
mplayer -ao alsa -vo xvidix -fs -framedrop -stop-xscreensaver -dvd-device /dev/dvd1 dvd://1
This gives a green line about 5mm thick down the right side of the screen, but other than that it is ok.
View 6 Replies
View Related
Jun 17, 2010
Pidgin won't start for me any more. Upon execution from the command line, this is the output:
pidgin: symbol lookup error: /usr/lib/python2.6/site-packages/gst-0.10/gst/interfaces.so: undefined symbol: gst_stream_volume_format_get_type
I've run sudo /sbin/ldconfig, but it didn't help. I've also reinstalled pidgin and libpurple.
View 3 Replies
View Related
Jul 16, 2010
Anyone else having problems installing Skype beta (direct from Skype) on 11.3 x86_64? Error is:
Code:
skype: symbol lookup error: /usr/lib/libQtNetwork.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv
I've been through the forums and Google and made sure I have all the 32-bit libs required by skype. For example:
Code:
6930p:~ # rpm -qa | grep -i libqt4
[Code]...
View 9 Replies
View Related
Nov 18, 2010
I get the following error message starting k3b:
frank@linux-avnb:~> k3b
k3b: symbol lookup error: /usr/lib/libkcddb.so.4: undefined symbol: _ZN9QListData11detach_growEPii
<unknown program name>(26884)/: Communication problem with "k3b" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" :
" "Message did not receive a reply (timeout by message bus)" "
frank@linux-avnb:~>
View 9 Replies
View Related
Jan 18, 2010
About 1 week ago, one of my PC's Hard Drives had stopped working. Because of that, I replaced the HD with a 2-set of Hard Disks from a earlier PC (whose Pentium 4 CPU failed). Because of a failed attempt in dual-booting with M$ WINDOW$, the MBR and Linux are separated between the hard drives. The computer booted up fine on first try (and even got into KDE), but it's internet didn't work (didn't even show eth0 on ifconfig). I decided to install some software via my old 8.04 LiveCD (I can't afford to format that PC for I have critical data on it, 0 DVDs, and no Flash drive), mounting it then chrooting it remembering to mount dev/pts sys and proc. Because the system was something old (Debian Squeeze from ~1 month ago), It had a kernel and GRUB upgrades which I missed among the ~600 others. Naturally, it failed to upgrade because of the missing /dev. Finally, I restarted my computer hoping for a upgraded PC with the programs. However, I instead got this:
Code:
| Sec. Slave Disk : LBA,SATA, 160GB
-----------------------------------------------------------------------------------
[code]....
View 3 Replies
View Related
Mar 13, 2011
I am using Ubuntu 10.10 I get the following massage. Admin@Ubuntu21:~$ skype: symbol lookup error: /usr/lib/libQtDBus.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv I have tried reinstalling it but still the same problem.
View 1 Replies
View Related