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.
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.
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:~>
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.
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.
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
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
Linux Mint Debian Edition x64 is installed and running quite nicely. But as most 64bit users know, you have to take care of the 32bit libraries in order to run alot of software....well, only if you need to run 32bit software.
So, in practice, the first steps are to install ia32-libs and ia32-libs-gtk. That's the foundation. But sometimes that isn't enough....so, depending on your application, you have to discover it's dependencies....via 'ldd'.
For whichever libraries are required, I head over to the Debian 'testing' respository (which LMDE is based off) and search. So after satisfying the dependencies it should be good....take the following as example:
However, when trying to run the program the following error occurs:
Code: xxx@xxx ~/Floola $ ./Floola ./Floola: symbol lookup error: /usr/lib32/libgobject-2.0.so.0: undefined symbol: g_date_time_unref So from some research, this indicates an issue with a date stamp/version conflict...if this is incorrect, ...this is part of the learning process.
Anyway, this error occurs with other 32bit software i'm trying to run.
The strange thing, though, is that i've done a fresh install of LMDE and ran the same process of setting up the 32bit libs as I did before....but this time I get this error.
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:
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?
After I upgraded 11.04 on my netbook (Latitude 2110), I get a symbol lookup error when trying to run Spotify (Native Linux Client) and other QT based applications:
spotify: symbol lookup error: /usr/lib/libQtDBus.so.4: undefined symbol:_ZN14QObjectPrivate15checkWindowRoleEv
I found the following thread on the Spotify support website, with the exact same error. I cannot quite understand how to diagnose and fix the problem from the information provided. Anyone got a good tips or hint?
I have been trying to install lmms on my Slackware 12.1 system.I have installed QT, cmake in order to compile the source.
It seemed to install correctly (after a bit of reading about how cmake works....) but gives me this on run:
Quote:
bash-3.1$ lmms Notice: could not set realtime priority.lmms: symbol lookup error: lmms: undefined symbol: _ZN8QPainter10drawPixmapERK7QPointFRK7QPixmap bash-3.1$
So my understanding is that it is missing a file or command associated with the program, through it not being linked or not existing. Is there any way I can find out where it thinks this file/data should be, so as to ascertain what libs/packages have it? As far as I can tell, I have all dependencies satisfied.....
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
If i start shotwell i get this message.shotwell: symbol lookup error: /usr/lib64/libgee.so.2: undefined symbol: g_malloc0_n
Not sure if i killed something, but would like to get it going again.Can not really figure it out, but i reinstalled shotwell. Did not solve the problem.
This is the error I receive when I try to install a library. I really do not know If I could do something to skip this error message.As you might see below. I receive the following error message Error in dyn.load(file, DLLpath = DLLpath, ...):unable to load shared library '/home/apa/R/x86_64-unknown-linux-gnu-library2.11/RandomFields/libs/RandomFields.so': /usr/lib64/R/lib/libRlapack.so: undefined symbol: _gfortran_concat_string
It seems my laptop (an Acer Aspire One AOA150) runs out of MTRRs at boot. I've done some googling on the problem and read that people recommend turning on MTRR sanitizing to fix it, however, it still occurs. I'm running Arch Linux (but that shouldn't matter). You can see that I have enabled MTRR sanitization here:
I can lookup DNS hostnames with dig and nslookup, but nothing else seems to be able to resolve anything. ping, telnet, Firefox, everything gets "unknown host".
I am trying to use a ZTE AC2726 USB EVDO Modem on openSuSE Linux 11.3 Gnome to connect to the internet. I have edited the /etc/wvdial.conf file as follows:
When I execute the wvdial command on the terminal the following error appears joey-suse:~ # wvdial --> WvDial: Internet dialer version 1.60 --> Cannot get information for serial port. --> Initializing modem. --> Sending: ATZ ATZ OK .....
The /etc/resolv.conf file has the DNS addresses as below nameserver 212.49.70.22 nameserver 212.49.70.23
How do I resolve this and connect to the internet?
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 -----------------------------------------------------------------------------------
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.
While compiling one of my programs I am getting this error: Undefined symbol:_gfortran_internal_malloc64My program actually gets completely compiles and linked and this error is shown in run time.Does anybody have any experience about getting around this ? May be using some different version of GFortran ?I am using Centos 5.4 64 bit and GFortran 4.4
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
Yesterday my gnome gui locked up during startup. there is a problem with the "gnome power manager" package.
I get a pop-up saying "The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator."
Tried:
When trying to reinstall the gnome-power-manager package, I get the following error: gconftool-2 symbol lookup error: gconftool-2 undefined symbol gconf_schema_set_gettext_domain
I am running Ubuntu both native and on virtualbox on windows XP host. The problem apeared when upgraded from Ubuntu 9.10 to 10.04. System boots perfectly WinXP and Ubuntu. But the problem appears when I try to boot linux on virtual box. Following is the grub error:
GRUB loading. error: the symbol 'grub_puts_' not found grub rescue> _
I've tried to boot from alternate CD and "update-grub2" but the problem still appears.
On my office Notebook (which is absolutely the same HP nc6320) I've installed ubuntu 10.04 from scratch and it is working.
I just tried to upgrade to the latest release through the update manager.During the upgrade I told it to keep my old grub as I had issues the last time I upgraded.I dual boot XP and Ubuntu.When it told me to restart the computer I did and it boots to the following:
error: the symbol grub_xputs not found. grub rescue>
initially installed UNR 10.10 on a separate partition of my Acer One Netbook (Win XP) with a dual boot. An initial problem with the location of the Boot loader I had a setup which I was slowly getting used to. Last weekend I was given the option to update to the new 11.04 version. I accepted the offer and let the update system do it's job overnight, final booting into UNR 11.04 after about 18 hours.
The first job was to get into the basic desktop as I do not find Unity very helpful and on a netbook it takes up too much space. Once I the update was completed and my desktop was setup I needed to shutdown in order to do some work which required booting to Windows XP. I did not use Ubuntu again until this morning when I got to the office booted my computer up and was faced with the message,
error: symbol not found: 'grub_env_export' grub rescue>
As a new user the message meant very little to me although clearly there was a GRUB bootloader problem. I did think that perhaps the words 'grub rescue' implied there was some simple command which would restore the boot loader but a search of the internet and Ubunti Forums showed not only that the solution was less than trivial for a newbie like myself, but that I was also not alone in having problems with the 11.04 upgrade. That was a very disappointing discovery as I had been impressed with UNR 10.10 despite a few issues with networking, printers and one invisible partition!
I used a bootable USB version of 10.10 to have a look at the problems and I tried to follow the instructions but I find it very confusing to know which partitions are which and what is the 'normal' system disk or where the boot loader resides. With my working UNR 10.10 version the internal partitions were /dev/sdaX whereas with the Bootable USB system they are sdbX so which do I use sda or sdb? I could mount the partitions with the disk utility but then when it came to following the instructions to mount the critical virtual file systems I had errors saying no such mount point which completely flummoxed me.
I eventually solved the problem by using Paragon Rescue Kit to restore the WinXP boot loader, but that means I can not boot into LINUX of course. I do find that LINUX does have a lot of 'hard to understand' command line instructions despite the fact that I started working with computers many years ago (IBM 360/44s!) since then I have worked with numerous operating systems including CP/M, MS-DOS, VMS, UNIX before having my IT brain scrambled by numerous flavours of W-----s! I had hoped to slowly move over to LINUX but this episode has been very disappointing.In order to get my UNR 11.04 system working again I guess I have two options,
1)I could use the UNR10.10 Bootable USB key to re-install the GRUB Loader, or
2)I can Download UNR 11.04 and make another bootable USB with 11.04 and then use that to install the latest 11.04 update.