/usr/lib/liblapack.so.3gf: undefined symbol: ATLchemv
location: linuxquestions.com - date: September 17, 2012
Hi
I am trying to build a package in Kubuntu, Code Aster , http://www.code-aster.org/V2/spip.php?rubrique18 , and I have installed the blas lapack and atlas package, from repos, as well as the pre requisites :
Quote:
Survivor & Shadowgrounds 12.04libgdkx112.0.so.0: undefined symbol: XGetRequest
location: ubuntuforums.com - date: June 5, 2012
After finally getting trine working on Sandybridge. I thought I would try Survior and Shadowgrounds again. After unziping the .run file and copying liglade2 into the lib32 directory. I think I am almost working. Unfortunately I now get
Code:
./survivor-launcher
./survivor-launcher: symbol lookup error: /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0: undefined symbol: _XGetRequest
Any help is appreciated
[SOLVED] libpangocairo1.0.so.0: undefined symbol: cairohasshowtextglyphs error
location: linuxquestions.com - date: May 25, 2012
Hi
I am using Debian Squeeze and I wanted to install Gimp 2.8. I installed a lot packages dependencies for Gimp but I could not successfully complete the install of the Gimp package
When installing the Gimp dependent packages, I think I broke a necessary package because now I am getting the following error when I try to start thunar, gedit and more.
Code:
[Resolved] libreadline.so.5 undefined symbol problem for aptget
location: ubuntuforums.com - date: October 1, 2006
I recently attempted to modify my repositories (shouldn't have changed anything, but knowing my luck). Anyway, I started to receive these very odd GPG errors durring an apt-get update:
W: GPG error: http://us.archive.ubuntu.com dapper Release: Unknown error executing gpgv
W: GPG error: http://us.archive.ubuntu.com dapper-updates Release: Unknown error executing gpgv
W: GPG error: http://security.ubuntu.com dapper-security Release: Unknown error executing gpgv
so, when running gpg at all, I receive this error:
gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: BC
I have attempted reinstalling libreadline, removing libreadline and overwriting the various hardlinks; all without any luck. I've also looked online quite a bit and also found no answers to this problem.
Any help is greatly appreciated.
mencoder error: "libavcodec.so.51: undefined symbol: faacDecDecode"
location: ubuntuforums.com - date: August 6, 2010
Hi,
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)
mencoder: /usr/local/lib/libavutil.so.49: no version information available (required by /usr/lib/libavcodec.so.52)
mencoder: /usr/local/lib/libavutil.so.49: no version information available (required by /usr/lib/libpostproc.so.51)
mencoder: /usr/local/lib/libavutil.so.49: no version information available (required by /usr/lib/libswscale.so.0)
mencoder: symbol lookup error: /usr/local/lib/libavcodec.so.51: undefined symbol: faacDecDecode
I've tried reinstalling faac, libavcodec51 and mencoder with no success.
I'm attaching ldd which I've read helped advanced users help newbies in other forums...
Code:
/usr/local/lib>ls -la | grep libavcodec
-rw-r--r-- 1 root root 5686754 2008-03-14 05:04 libavco
Lucid upgrade failed with libxul.so: undefined symbol: sqlite3initialize
location: ubuntuforums.com - date: June 16, 2010
I upgraded from 9.10 Karmic Koala to 10.04 Lucid Lynx (Desktop, 32-bit) and got this error during the upgrade:
Code:
Setting up xulrunner-1.9.2 (1.9.2.3+nobinonly-0ubuntu2) ...
/usr/lib/xulrunner-1.9.2.3/xulrunner-bin: symbol lookup error: /usr/lib/xulrunner-1.9.2.3/libxul.so: undefined symbol: sqlite3_initialize
dpkg: error processing xulrunner-1.9.2 (--configure):
subprocess installed post-installation script returned error exit status 127
This is followed by a series of dependency problems, halting the configuration of several other packages that depend on xulrunner, including ubuntu-desktop (gulp!).
I've tried installing sqlite3 and libsqlite3-dev packages, but they made no difference. I can't find any reference to the undefined symbol sqlite3_initialize anywhere in the forums, so this must be because of something weird about my machine. I'm at a loss as to where to look next.
Any suggestions are appreciated. Thank you!
-Keith
[SOLVED] libSDL1.2.so.0.11.4 from slackware64current "undefined symbol" XGetRequest
location: linuxquestions.com - date: April 3, 2013
After upgrading to sdl-1.2.15-x86_64-1 I get failed: /usr/lib64/libSDL-1.2.so.0: undefined symbol: _XGetRequest
Specifically when running /opt/VirtualBox/VirtualBox.so.
Whole error is:
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/VirtualBox/VirtualBox.so",) failed: /usr/lib64/libSDL-1.2.so.0: undefined symbol: _XGetRequest
Sure enough:
# objdump -T /usr/lib64/libSDL-1.2.so.0 |grep XGetRe
0000000000000000 DF *UND* 0000000000000000 _XGetRequest
sdl-1.2.15-x86_64-1.txz (from slackware64-current)
/usr/lib64/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.4 (Not work)
sdl-1.2.14-x86_64-5.txz (from slackware64-14.0)
/usr/lib64/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.3 (works)
Is sdl-1.2.15 missing something?
[SOLVED] eco/linuxgnui686verpresvn04/module.so: undefined symbol: ECOMORPHATOMMANAGED
location: linuxquestions.com - date: August 24, 2009
I have been using enlightenment DR17 via OpenGEU and now via easy_e17.sh over top of UbuntuStudio since February or so... absolutely love it, and looking forward to the community growing now that packages are out...
I think I may have switched from easy_e17 installed to package-installed e17 and back too many times / uncleanly though, as I have the following two symptoms:
1. Even though autogen.sh, make, and make install all work without a hitch for both ecomp and ecomorph-e17 using the Stuff wiki steps (http://code.google.com/p/itask-module/wiki/Stuff), the Ecomorph module refuses to load. Error message is the one given in the subject line. Ecomp seems to have been loaded and working as window transparency is functioning. (FYI, emerald is also decorating nicely).
2. Before I broke ecomorph module, it required a "Stop ecomorph" and "Start ecomorph" via the ecomorph gui before the settings were read/loaded right. Editing the .eet and ecomorph.sh scripts with ini a
undefined symbol: mysqlselectdb when reloading httpd with modauthmysql.so INCLUDE
location: linuxquestions.com - date: February 18, 2011
Greetings all,
I've been a lurker here for a long time, and this is my first post. Please be gentle.
I searched for solutions here on LQ.org and other resources online, but nothing so far has helped. The Slackware forum seems to be the most appropriate place for this question, but I'm willing to move it if needed.
I have Slackware r13.0 32 bit installed, and I'm interested in getting SNORT installed with Barnyard and BASE to learn about IDS using my own home network. I'm following a guide found here:
http://dentonj.freeshell.org/slackware-snort-0.2.txt
I'm having trouble getting past the "create the BASE tables" section. Everything up to that point seems to have been functioning properly. When I attempt to login with my username/password, I get rejected.
The httpd error log reports the following:
[DATE] [error] [client] user snort not found: /frontend
I can manually get into the mysql database with this username/password combination. I've been working
Linux shared library that uses a shared library undefined symbol
location: linuxexchange.com - date: June 7, 2010
two shared libraries liba.so and libb.so. liba.so uses libb.so. All c files are compiled with -fPIC. Linking uses -shared. When we call dlopen on liba.so it cannot find symbols in libb.so...we get the "undefined symbol" error. We can dlopen libb.so with no errors. We know that liba is finding libb because we don't get a file not found error. We get a file not found error when we delete libb.so. We tried -lutil and no luck.
Any ideas????
oh yeah. gcc 4.1.2
update: We use rpath when linking liba so it can find libb.
ldd liba.so returns:
linux-gate.so.1 => (0xffffe000)
libb.so => ./libb.so (0xf6ef9000) <-------- LIBB
libutil.so.1 => /lib/libutil.so.1 (0xf6ef5000)
libdl.so.2 => /lib/libdl.so.2 (0xf6ef1000)
libm.so.6 => /lib/libm.so.6 (0xf6ec9000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf6eb1000)
librt.so.1 => /lib/librt.so.1 (0xf6ea8000)
libc.so.6 => /lib/libc.so.6 (0xf6d62000)
/lib/ld-linux.so.2 (0x007d0000)
is it significa
please wait...
Page: 1 2 3 4 5 6 7 8 9 10