Gardei@gardei-lab:~$ ./firefox/firefox XPCOMGlueLoad error for file /home/gardei/firefox/libxpcom.so: libxul.so: cannot open shared object file: No such file or

Friends:
The latest Firefox won't launch. Here's what I get...
gardei@gardei-lab:~$ ./firefox/firefox
XPCOMGlueLoad error for file /home/gardei/firefox/libxpcom.so:
libxul.so: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
Both .so files exist in ./firefox
Thanks. -- BG

Hello,
Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
'''Note:''' You might want to print these steps or view them in another browser.
#Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
#After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
#Delete the Firefox installation folder, which is located in one of these locations, by default:
#*'''Windows:'''
#**C:\Program Files\Mozilla Firefox
#**C:\Program Files (x86)\Mozilla Firefox
#*'''Mac:''' Delete Firefox from the Applications folder.
#*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
#Now, go ahead and reinstall Firefox:
##Double-click the downloaded installation file and go through the steps of the installation wizard.
##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
Please report back to see if this helped you!
Thank you.

Similar Messages

  • Error 0(Native: listNetInterfaces:[3]) and error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    Hi Gurus,
    I'm trying to upgrade my test 9.2.0.8 rac to 10.1 rac. I cannot upgrade to 10.2 because of RAM limitations on my test RAC. 10.1 Clusterware software was successfully installed and the daemons are up with OCR and voting disk created. Then during the installation of RAC software at the end, root.sh needs to be run. When I run root.sh, it gave the error: while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory. I have libpthread.so.0 in /lib. I looked up on metalink and found Doc ID: 414163.1 . I unset the LD_ASSUME_KERNEL in vipca (unsetting of LD_ASSUME_KERNEL was not required in srvctl because there was no LD_ASSUME_KERNEL in srvctl). Then I tried to run vipca manually. I receive the following error: Error 0(Native: listNetInterfaces:[3]). I'm able to see xclock and xeyes. So its not a problem with x.
    OS: OEL5 32 bit
    oifcfg iflist
    eth0 192.168.2.0
    eth1 10.0.0.0
    oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth1 10.1.1.0 global cluster_interconnect
    eth0 192.168.2.0 global public
    cat /etc/hosts
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    My questions are:
    should ping on sunny1vip and sunny2vip be already working? As of now they dont work.
    if you look at oifcfg getif, I initially had eth1 10.0.0.0 global cluster_interconnect,eth0 192.168.2.0 global public then I created eth1 10.1.1.0 global cluster_interconnect with setif. Should it be 10.1.1.0 or 10.0.0.0. I looked at the subnet calculator and it says for 10.1.1.1, 10.0.0.0 is the subnet. In metalink they had used 10.10.10.0 and hence I used 10.1.1.0
    Any ideas on resolving this issue would be very much appreciated. I had been searching on oracle forums, google, metalink but all of them refer to DOC Id 414163.1 but it does n't seem to work. Please help. Thanks in advance.
    Edited by: ayyappa on Aug 20, 2009 10:13 AM
    Edited by: ayyappa on Aug 20, 2009 10:14 AM
    Edited by: ayyappa on Aug 20, 2009 10:15 AM

    a step forward towards resolution but i need some help from the gurus.
    root# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    root# /u01/app/oracle/product/crs/bin/oifcfg iflist
    eth1 10.0.0.0
    eth0 192.168.2.0
    root# /u01/app/oracle/product/crs/bin/oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth0 191.168.2.0 global public
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main directory that contain oracle products. set and export ORACLE_HOME, then re-run.
    root# export ORACLE_BASE=/u01/app/oracle
    root# export ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    root# export ORA_CRS_HOME=/u01/app/oracle/product/crs
    root# export PATH=$PATH:$ORACLE_HOME/bin
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP does not exist.
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny1pub -o $ORACLE_HOME -A 192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny2pub -o $ORACLE_HOME -A 192.168.2.44/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP exists.: sunny1vip.ezhome.com/192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny2pub -a
    VIP exists.: sunny2vip.ezhome.com/192.168.2.44/255.255.255.0
    Once I execute the add nodeapps command as root on node 1, I was able to get vip exists for config nodeapps on node 2. The above 2 statements resulted me with same values on both nodes. After this I executed root.sh on both nodes, I did not receive any errors. It said CRS resources are already configured.
    My questions to the gurus are as follows:
    Should ping on vip work? It does not work now.
    srvctl status nodeapps -n sunny1pub(same result for sunny2pub)
    VIP is not running on node: sunny1pub
    GSD is not running on node: sunny1pub
    PRKO-2016 : Error in checking condition of listener on node: sunny1pub
    ONS daemon is not running on node: sunny1pub
    [root@sunny1pub ~]# /u01/app/oracle/product/crs/bin/crs_stat -t
    Name Type Target State Host
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    Will crs_stat and srvctl status nodeapps -n sunny1pub work after I upgrade my database or should they be working now already? I just choose to install 10.1.0.3 software and after running root.sh on both nodes, I clicked ok and then the End of installation screen appeared. Under installed products, I see 9i home, 10g home, crs home. Under 10g home and crs home, I see cluster nodes(sunny1pub and sunny2pub) So it looks like the 10g software is installed.

  • Error while loading shared libraries: librt.so.1: cannot open shared object

    error while loading shared libraries: librt.so.1: cannot open shared object
    I cant run my apache server v2.2.3.
    Can someone help me?
    thanks in advance

    That could be an accessibility issue. Check the user with whom you installed Apache server. Check the user has permissions to access the libraries.
    -Mahendra.

  • Error while loading shared libraries: libdl.so.2: cannot open shared object

    I got the error when I run the Identity server "./start_ois_server"
    Using Linux Threading Library.
    /opt/netpoint/identity/oblix/apps/common/bin/ois_server: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    OIS Server started with pid: 11241
    [root@EX4200SRV02 bin]# /bin/sh: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Can someone help me resolving this issue?
    thanks. Your help is very much appreciated.
    thanks.

    I resolved the issue by commenting "LD" in start_ois_server.

  • [Solved]xelatex error - libicuuc.so.53: cannot open shared object file

    Today when I tried to compile a xelatex doc I got the following error:
    xelatex: error while loading shared libraries: libicuuc.so.53: cannot open shared object file: No such file or directory
    do I need to revert to an older version of some package?
    OK, updating yet again seems to have solved the problem.
    Last edited by emacsomancer (2014-10-21 17:52:54)

    Your guess led me to the conclusion!
    AUR packages were not the problem, but what I did was I force-removed gtk2 and gtk3 packages and then installed them again. Everything works now, thanks.
    Here's exactly what I did
    pacman -Rdd harfbuzz-git pango gtk2 gtk3 librsvg pangomm libtiger
    pacman -S gtk2 gtk3
    Last edited by Mr. X (2012-11-01 09:55:04)

  • Rapidwiz error cannot open shared object file: libpthread.so.0 libc.so.6

    Hi,
    We are following Note 238276.1 Migrating to Linux with Oracle Applications Release 11i, trying to install the technology stack (Section 2: Step 4), in a RHEL5 64Bits.
    We have downloaded the startCD (B29029-01) and the TechStack CDs (B29032-01_2of2). When running the ./rapidwiz from startCD, we get following error:
    /tmp/RapidInstall/jre/Linux/1.4.2/bin/jre: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    chmod: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    More info:
    [applmgr@desaebs rapidwiz]$ ldd '/tmp/RapidInstall/jre/Linux/1.4.2/bin/jre'
    linux-gate.so.1 => (0xffffe000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00bed000)
    libdl.so.2 => /lib/libdl.so.2 (0x00be7000)
    libc.so.6 => /lib/libc.so.6 (0x00a9f000)
    /lib/ld-linux.so.2 (0x00a81000)
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libpthread.so.0
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libc.so.6
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libdl.so.2
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/ld-linux.so.2
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ locate linux-gate.so.1
    It seems that linux-gate.so.1 is not present, I'll try to install it, but I'm not sure this can be the real problem.
    Any idea?
    Thanks!
    Alvaro

    Yes, thats correct ...
    The actual situation is:
    -Customer has split configuration: DB 11g in RHEL5x86-64Bits + APPS 11.5.10.2 in Windows2003
    -The target is to have all DB11g and APPS R12 in single node RHEL5x86-64Bits
    We're following Note "Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]" to migrate the APPS server from Windows to Linux, as a middle/temporary step prior to make the Migration to R12.
    We are trying to do it, but we get errors during Section 2.4 "Install the Middle Tier Technology Stack", running the rapidwiz command we get errors, because of R11i is not supported in 64bits platforms (Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1])
    Our bigest doubt now is that we are trying to install 11i techstack into RHEL5 x86-64bits, and we think this is not possible, because of R11i is not supported in 64bits platforms !!!
    That is, could we migrate the APPS server from Windows to Linux x86-64 as a temporary step to begin the upgrate to R12 all in RHEL5x86-84bits, that is full supported on this 64bit platform?
    What possibilities do we have if we can't do this?
    Theese can be some of them:
    1-Migrate apps server from actual windows2003 to Linux 32bit, in other host with 32 bits installed, instead of 64bits, and move here from windows to lilnux 32bits, and the begin the R12migration
    2-Migrate to R12 into actual appserver Windows2003 and then migrate appserver from windows to rhel5-64bits
    I don't like second option, because we want to make the R12 upgrade into Linux, not in windows. We need to eliminate windows platform as soon as we can.
    Thanks in advance ,

  • I have downloaded Firefox 3.6.13 for my Mac OS X laptop, but now I cannot open my Hotmail emails.

    I have used Firefox since I purchased my laptop 3 1/2 years ago and update Firefox when updates are available. For the past few days, I can open my Hotmail inbox, but when I click on new or old emails, they will not open up. I can access and open my email using Safari, but I prefer to use my Firefox for a browser. What can I do to remedy this?

    Thank you for your help. Some bookmarks had been inserted into 3.6.15 before I attempted the import, and I had assumed -- incorrectly -- that the imported bookmark file would override those, not just add onto them. When I looked lower on the list of bookmarks, I realized that the imported bookmarks were, indeed, there. I was also confused because the bookmarks toolbar did not automatically change to the toolbar from Navigator. All is well now. Again, thank you.

  • Error while loading shared libraries: libjvm.so: cannot open shared object

    Hello,
    I'm trying to compile/link a simple c code that uses the jni invocation API, but when trying to execute it I get this error. My platform is Linux 64 bit. I read in Sun website that jre is not available yet for Linux 64 bit. Is this error related to this? If not, could somebody steer me in the right direction? I'm new to the JNI world BTW.
    Thanks!
    Message was edited by:
    Yanet

    Did you run f90gem.sh? The shell script sets the LD_LIBRARY_PATH etc before running the actual f90genm executable.
    so set the ORACLE_HOME to the Home containing iAS first, then run the shell script.

  • Oracleoracle: error while loading shared libraries: libodm9.so: cannot open shared ob

    Hi,
    I'm installing Oracle 9i on IA 64, OS linux. I keep getting the following error when I run sqlplus
    oracleoracle: error while loading shared libraries: libodm9.so: cannot open shared object file: No such file or directory
    ERROR:
    ORA-24314: service handle not initialized
    the LD_LIBRARY_PATH=$ORACLE_HOME/lib
    is set in the environment. After this error it prompts me for a user name?
    Regards

    Hi Ruben
    Before starting please make sure you have maintained all env for sidadm
    commands may vary depending on os in case
    Whenever I start SAPINST I set following before hand
    TMPDIR=/usr/sap/install/SRA_CI : just a log directory
    export TMPDIR
    LD_LIBRARY_PATH=/usr/sap/sapmnt/SRA/exe
    export LD_LIBRARY_PATH
    umask 022
    JAVA_HOME=/usr/sap/java
    export JAVA_HOME
    PATH=$/bin:$
    export PATH
    SAPINST_JRE_HOME=/usr/sap/java
    export SAPINST_JRE_HOME
    Hope this helps
    success!!

  • Svcadm: error while loading shared libraries: libz.so.1: cannot open shared

    Ops center 12c installation last stage we are getting below error :
    INFO: starting new satellite SMF services
    satadm: Enable HTML redirect
    satadm: Disabling application/scn/ec-server-splashpage
    /opt/sun/xvmoc/bin/svcadm: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
    satadm: ERROR: application/scn/ec-server-splashpage failed to stop
    satadm: Starting Enterprise Controller with SMFlite...
    svcadm: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
    satadm: ERROR: Error enabling Enterprise Controller run-time milestone svc:/application/scn/satellite-enable:default (rc=127)
    Error: starting satellite services
    Command: /opt/sun/xvmoc/bin/satadm start -v -w
    Exit code: 1
    Output:
    Please fix the problem and then try this step again.
    For a full log of the failed install see the file: /var/tmp/installer.log.14112.
    t. Try this step again (correct the failure before proceeding)
    x. Exit

    Hi Valentin
    The copy error occurs when you try to copy the files to the main OS that has allocated the VM ?
    Because another option is to get those files toward the VM across and ftp server. You could use
    an ftp server installed in the main machine or in the network where you are connected o inclusive from
    your mail if you have connection to internet.
    Joel Perez
    Oracle Ace Member
    DBA Oracle

  • Error while loading shared libraries: libglut.so.3: cannot open shared

    Hi, I bought the new Humble Bundle today and downloaded the tar.gz file for Fieldrunners (which is supposed to work under linux)
    "error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory" is the message I get when I put ./Fieldrunners into konsole after copying the fieldrunners folder into /opt
    I have freeglut-2.8.0-1 installed
    This is the README:
    This is Fieldrunners for Linux.
    It was built under Ubuntu 12.04 but is known to work in other distros.
    The only external dependancy is the freeglut3 library.
    To install:
      copy the fieldrunners directory (executable and game assets) to /opt
      copy the .fieldrunners directory (user options, achievements and saves) to your home directory.
    If you don't want to copy the fieldrunners directory to /opt, you can likely start fieldrunners from any folder and it will attempt to find the assets in the same folder as the executable.
    The executable /opt/fieldrunners/Fieldrunners will create the .fieldrunners directory in the home directory if not found.
    EDIT: Forgot to mention, there is no PKGBUILD file in the tar.gz
    Last edited by harsha (2012-08-15 23:43:19)

    My Fieldrunners says:
    cannot open audio device (Device or resource busy)
    Fieldrunners: pcm.c:928: snd_pcm_state: Assertion `pcm' failed.
    ... so I have to kill pulseaudio first (or use padsp). After that (with alsa), it has choppy sound. 1 second sound, one pause...
    Spacechem is windows binary + a wine'ish blob (that just freezes on my machine), comes only as rpm/deb and seems to insist to be installed in /opt (AND some files in /usr/share). The included .exe doesn't work with native wine either (without further adjustments at least).
    Doesn't really look good at all so far, this bundle.
    edit:
    Also: Uplink seems to be unplayable on a big resolution Display without workarounds due to its small font...?
    Spirits says:
    (Spirits-64:14143): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Fatal error reading PNG image file: Incompatible libpng version in application and library
    ... but seems to work fine at a first glance (safe for a missing picture in the launcher which isn't really tragic).
    edit:
    ( Aaaand, now I notice I'm in the wrong thread and/or forum. Where did that generic "is the bundle working?"-thread go? Stupid multi-tabbing xD )
    Last edited by whoops (2012-08-16 20:47:17)

  • Error while loading shared libraries: libstdc++.so.5: cannot open shared ob

    Hi people,
    I want to launch ./sapinst on suse O.S, but I´ve found with this message error:
    error while loading shared libraries: libstdc++.so.5: cannot open shared object file
    I´ve trying to search in notes, but i dont know how to resolv this.
    In the O.S, I´ve tried to searh on YAST, but any rpm is version 5.
    What can i do?
    More thanks

    Hi Ruben
    Before starting please make sure you have maintained all env for sidadm
    commands may vary depending on os in case
    Whenever I start SAPINST I set following before hand
    TMPDIR=/usr/sap/install/SRA_CI : just a log directory
    export TMPDIR
    LD_LIBRARY_PATH=/usr/sap/sapmnt/SRA/exe
    export LD_LIBRARY_PATH
    umask 022
    JAVA_HOME=/usr/sap/java
    export JAVA_HOME
    PATH=$/bin:$
    export PATH
    SAPINST_JRE_HOME=/usr/sap/java
    export SAPINST_JRE_HOME
    Hope this helps
    success!!

  • Error while loading shared libraries: libxerces-c.so.26: cannot open shared

    Hi,
    I'm trying to install SRM-MDM Catalog 2.0 under SUSE_LINUX Enterprise Server 10 (x86_64).
    First to all I'm trying to install Server part. So I navigate under the CD installation: /Master_Data_Server/LINUX_X64/MDM/bin/  and then execute ./mds-r.
    The following error appears: error while loading shared libraries: libxerces-c.so.26: cannot open shared object file: No such file or directory.
    libxerces-c.so.26 is located under /Master_Data_Server/LINUX_X64/MDM/lib/
    Could you please help me?
    Thanks in advance!

    Thanks for your comment Shiv, Yes I know that MDM 5.5 is out of standard maintainence but anyway our business scenario requires SRM-MDM 2.0.
    If anyone finds the same error I mentioned, It has been solved using ldconfig -v in the library directory of choice.
    I'd like to ask another issue: Right now We have the following error after executing ./mdis-r or ./mds-r:
    Could not open language resource file "LangStrings/ImportManagerCommon.lang". Try setting the MDM_HOME environment variable.
    Could you please help me how to do if?
    Thanks in advance,
    Edited by: Guillermo Montes on May 5, 2010 4:21 PM
    Edited by: Guillermo Montes on May 5, 2010 4:22 PM

  • Awk: error while loading shared libraries: libdl.so.2: cannot open shared

    I got the following error
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.4681/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    Tuxedo 9.1 base installation complete
    when tried to install Tuxedo 9.1 on unbreakable Linux 5. I am trying to install Peoplesoft.
    I found this error is pretty common, not necessary appear when installing Tuxedo. I am searching around and a lot of people saying to comment out the line
    export LD_ASSUME_KERNEL
    The problem is I don't know which in which file I need to do it. Has anyone have the encountered the similar problem before? Thanks.

    After reading the installation script, I figure out which is the evil file. I just post it here so if someone get into this problem in the future, he can fix it.
    Here is the solution:
    Assume you are at the directory where the install.sh is. Do the following:
    -bash-3.1$ cd linux/sles9/base
    -bash-3.1$ cp tuxedo91_32_SLES_9_x86.bin tuxedo91_32_SLES_9_x86.bin.bak
    -bash-3.1$ cat tuxedo91_32_SLES_9_x86.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" >tuxedo91_32_SLES_9_x86.bin
    -bash: tuxedo91_32_SLES_9_x86.bin: Permission denied
    -bash-3.1$ cat tuxedo91_32_SLES_9_x86.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" >tuxedo91_32_SLES_9_x86.bin
    Then run the installation script
    sh install.sh and be happy as I am now!!!!

  • Error while loading shared libraries: libltdl.so.7: cannot open shared

    After a recent upgrade, several applications started complaining "error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory".
    As far as I know, at least these programs won't work in my system:
    mplayer: extra/mplayer 34007-1
    mocp: extra/moc 20110528-3
    display / composite /... : extra/imagemagick 6.7.2.5-1
    inkscape: extra/inkscape 0.48.2-2
    shotwell: community/shotwell 0.11.1-2
    And my libltdl is
    core/libltdl 2.4-5
    Is there something important missing in my system? Thanks in advance.

    Would you please post the output of ls -l /usr/lib/libltdl*
    On my system
    ewaller@odin:~[1] 1007 %pacman -Qo /usr/lib/libltdl.so
    /usr/lib/libltdl.so is owned by libltdl 2.4-5
    ewaller@odin:~ 1008 %ls -l /usr/lib/libltdl*
    -rw-r--r-- 1 root root 63986 Sep 8 00:12 /usr/lib/libltdl.a
    lrwxrwxrwx 1 root root 16 Sep 8 00:12 /usr/lib/libltdl.so -> libltdl.so.7.3.0
    lrwxrwxrwx 1 root root 16 Sep 8 00:12 /usr/lib/libltdl.so.7 -> libltdl.so.7.3.0
    -rwxr-xr-x 1 root root 39480 Sep 8 00:12 /usr/lib/libltdl.so.7.3.0
    ewaller@odin:~ 1009 %

Maybe you are looking for

  • Why can't iTunes find any of my music

    Hi The photo above is only the start of my current issues. Bascially after moving my music from my Macbook HD to a seperate Wifi HD in my house iTunes can not "locate" my music. That is kind of a seperate issue, as I know how to put music back on to

  • IPad 2 won't get past apple logo and various other problems...

    I knew I shouldn't have updated to iOS 8, my iPad was getting increasingly slower with each software update since I bought it a few years ago. A few weeks ago the first problem arose - the home button suddenly became unresponsive. Initially it would

  • GRC 10.1 HR trigger BEGDA

    Hello, everybody, I have faced a problem with HR-trigger: I need to delimit system in access requests that are created by HR trigger in GRC. I want to delimit valid from(for system) with BEGDA. BEGDA comes from 0302 IT with MASSN and IT. I checked lo

  • Sb live 24 with logitech z5300e no 5.1 please h

    I Have sb li've 24 bit card (new) and Logitech z5300e (new) an am getting only front right and left speakers on the test. The sub switch is set to 5. the sb is set to 5. and when I play music or a dvd there is sound coming out of the rears but it doe

  • "Justify" text in Adobe Photoshop Elements 11

    I'm using Adobe Photoshop Elements 11, and I'm trying to add a text box to my picture where the text is aligned to the edge on both the left and right sides.  So it's not left, right, or center aligned, it's what is called "Justify" in Microsoft Word