[SOLVED]Skype : error while loading libjpeg8

Hi,
I have just installed archlinux (a few days ago) and all the softwares I need without any problem. Skype firstly worked fine but after a reboot, I couldn't run it. When I try to run it in terminal, I have the issue
/usr/lib32/skype/skype: error while loading shared libraries: libjpeg.so.8: wrong ELF class: ELFCLASS64
I know that Skype for linux is a 32bit app, so I thought I had to install the 32bit libjpeg8, but I can't find it in the AUR packages (here). Anyway, it is kinda strange that it worked the first time, isn't it ?
Last edited by Zikael (2014-02-07 16:00:12)

Zikael wrote:
I solved my problem, I had an more recent version of libjpeg in my /etc/lib32 folder. I tried a
ln -s libjpeg.so.8.0.2 libjpeg.so.8
and it worked.
That looks like bad practise and bad idea, pray to $DEITY that whatever you did before doesn't come back to bite you in the future. Don't mess with files tracked by pacman unless you have a very good memory and you really know what you're doing.

Similar Messages

  • [SOLVED] mousepad: error while loading libxfce4util.so.4

    mousepad: error while loading shared libraries: libxfce4util.so.4: cannot open shared object file: No such file or directory
    No issues with sudo and other apps, only happens when I run 'sudo mousepad' (or thunar-volman). .bash_profile for root includes (I prefer to install to /usr/local):
    export PATH=$PATH:/usr/local/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    This is only on Arch64 and only with mousepad (e.g. 'sudo thunar' (also installed to /usr/local) works without issue. The exact same setup (build options, install locations) on 32 works fine. Can you guys confirm this on 64? libxfce4util.so.4 is located in /usr/local/lib. Very strange...
    NOTE: Not really solved, but the workaround is to install libxfce4util to /usr and not /usr/local *even though* /usr/local should work, it does not. Again, this behavior is only seen on 64.
    Last edited by adamlau (2009-04-23 09:57:39)

    And all of a sudden it is broken again, no changes to the system outside of pacman -Syu. libxfce4util to /usr/local confirmed  working through several reboots, libxfce4util  to /usr remains the workaround. Odd behavior indeed...
    Last edited by adamlau (2009-04-23 10:01:16)

  • [Solved] Inkscape: error while loading shared libraries

    Hi! A few days ago, Inkscape started giving me this error whenever I try to launch it:
    inkscape: error while loading shared libraries: libpoppler.so.48: cannot open shared object file: No such file or directory
    I reinstalled both poppler and Inkscape, but it didn't change anything. Does anyone know why it happened and how to fix it, please?
    Last edited by Givralix (2015-02-16 18:23:12)

    karol wrote:We're using /usr/lib/libpoppler.so.49 and inkscape 0.91-3 currently and inkscape works for me on my 32-bit Arch with [testing] repos enabled.
    Check if you have the correct package versions and if /usr/lib/libpoppler.so.49 is present on your system.
    /usr/lib/libpoppler.so.49 is present and I do have inkscape 0.91-3. And the poppler package is in 0.30.0-1.
    Trilby wrote:Really, it didn't change *anything*?  How did you reinstall them?  Did you do a full upgrade (pacman -Syu), or did you just reinstalled the cached package file?  If you updated inkscape with pacman and get that exact same error message, then your mirror is horribly out of date - and apparently even out of sync with itself.
    I did a few full upgrades since the problem appeared and I used "pacman -Rcsn poppler" to remove all of its dependencies (including Inkscape) at once (probably useless, but it's too late now) and installed everything again afterwards.
    mpan wrote:
    @OP:
    Could you provide the result of the following?
    pacman -Q poppler inkscape
    which inkscape
    ldd $(which inkscape) | fgrep libpoppler
    As with Karol's case, my inkscape (0.93-3, x86_64) links to libpoppler.so.49...
    pacman -Q poppler inkscape
    poppler 0.30.0-1
    inkscape 0.91-3
    which inkscape
    /usr/local/bin/inkscape
    ldd $(which inkscape) | fgrep libpoppler
    libpoppler.so.48 => not found
    libpoppler-glib.so.8 => /usr/lib/libpoppler-glib.so.8 (0x00007fc9b67d0000)
    libpoppler.so.49 => /usr/lib/libpoppler.so.49 (0x00007fc9af851000)
    By the way, my Arch is in 64-bit ^^.

  • Skype error while loading shared libraries: libasound.so.2

    Hi:
    I have 64bits system, and I get this error when running skype. Changing symbolic link libasound.so.2 to lib32/libasound.so.2 skype works but rest of apps crash audio:-) Logic.
    I have installed skye from multilib and:
        * lib32-alsa-lib
        * lib32-libxss
        * lib32-libxv
        * lib32-qt
        * xdg-utils
    Any idea please?
    Thanks

    [SOLVED]
    I read in other post the solution:
    1. Make sure you have multilib repository add in pacman.conf
    2. pacman -Syu
    It's works! simple and easy or in spanish language:
    mano santo!
    Thanks and regards

  • [SOLVED] XMonad + Cairo-Compgr: error while loading libvala

    When I attempt to start cairo-compmgr in XMonad I receive this error:
    cairo-compmgr: error while loading shared libraries: libvala-0.10.so.0: cannot open shared object file: No such file or directory
    The latest version of vala is 0.11.6-1 so cairo is looking for an outdated version. I've reinstalled cairo and vala to no avail. From searching it looks like this is an error with the packagebuild or something but that's a little over my head.
    Last edited by Olson (2011-03-22 21:16:16)

    Seems so. You can see the status of mirrors in http://www.archlinux.org/mirrors/status/ to check one mirror up to date or use a tool like reflector for example.

  • [SOLVED] Error while loading shared library libboost_system

    $ xx
    cnf-lookup: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
    bash: xx: command not found
    Current version of libboost_system.so.1.56.0
    How do I figure out which package/command is looking for the previous version of libboost_system?
    Edit: I have the command-not-found interface from pkgfile installed.  That explains the xx above.
    Last edited by fschiff (2014-09-08 00:10:33)

    pactree --reverse boost-libs
    told me that AUR package command-not-found was dependent on this.
    I removed command-not-found (which I don't really need after putting in the pkgfile bash "command-not-found" hook)  The AUR command-not-found more than likely did not work.
    I think I discovered this a while back, but couldn't make the connection of what was going on.  Still confused but happily arching away.

  • [SOLVED] error while loading shared libraries

    Im open mplayer and cmplaye its not start getting this error
    cmplayer: error while loading shared libraries: libhogweed.so.2: cannot open shared object file: No such file or directory
    mplayer: error while loading shared libraries: libhogweed.so.2: cannot open shared object file: No such file or directory
    How to fix it, i think update system (
    Pacman -Syyu
    ) .what about think this problam.Thankyou!
    Last edited by Layan (2015-06-04 09:17:47)

    I cant open any softwear ... pidgin ,Empaty,Vlc,etc... but opera is working

  • Oracleorcl: error while loading shared libraries: libaio.so.1: cannot open

    Hi,
    I installed Oracle 10g on RHLinux AS4. I created a initOEMREP.ora file
    in $ORACLE_HOME/dbs.
    my .bash_profile file is,
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    #Added on 05-feb-2008
    #For oracle1g db installation
    export ORACLE_SID=OEMREP
    export ORACLE_BASE=/home/app/oracle10gdb
    export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
    export PATH=$ORACLE_HOME/bin:$PATH:.
    export LD_LIBRARY_KERNEL=$ORACLE_HOME/lib
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export TMP=/home/tmp
    export TMPDIR=/home/tmp
    While
    $sqlplus "/as sysdba"
    I am getting
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Feb 6 21:27:08 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    oracleorcl: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
    ERROR:
    ORA-12547: TNS:lost contact
    Please help me to solve this.
    Regards,
    Mathew

    Hi,
    THank you for the replay. Where will I get this package?
    Regards,
    Mathew.

  • 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

  • Unable to install JRun on Linux receive error while loading shared libraries

    I'm installing JRun trial version on Ubuntu with java version
    "1.6.0_07". I receive the following errors when I install:
    guest:~/Desktop$ sh ./jrun-40-linux-en.bin -i gui
    Preparing to install...
    Extracting the installation resources from the installer
    archive...
    Configuring the installer for this system's environment...
    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
    Launching installer...
    rm: 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

    I get that error too when try to install Jrun 4.0 on Open
    Suse 11.0, Can anyone show me how to solve that problem.

  • Error while loading service Document Services Configuration (NW 7.0 SP13)

    Hello,
    I'm in the process of configuring the Adobe Document Services. Now I've received the Certificate + Credentials from SAP which I requested as described in Note 736902. I try to install them according to the Adobe Document Services Configuration Guide which I've downloaded from https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/90355269-4d89-2a10-0bb9-f388704f1dcd. [original link is broken] I've copied the pfx File to /usr/sap/<SAPSID>/SYS/global/AdobeDocumentServices/TrustManagerService/trust/credentials.
    Then I started Visual Administrator and opened Server <x> &#8594; Services &#8594; Document Services Configuration. Here I get this Error returned:
    Error while loading service Document Services Configuration
    com.sap.engine.services.adminadapter.exception.AdminException: com/adobe/ads/service/configuration/swing/CredentialTabUI
    Does anyone has a hint how I can resolve this problem?
    Regards
    Gregor

    Hello,
    I solved this problem by restarting J2EE and the Server.
    Regards
    Gregor

  • Error while loading the data from PSA to Data Target

    Hi to all,
         I'm spacing some error while loading the data to data target.
    Error :  Record 1 :Value 'Kuldeep Puri Milan Joshi ' (hex. '004B0075006C0064006500650070002000500075007200690
    Details:
    Requests (messages): Everything OK
    Extraction (messages): Everything OK
    Transfer (IDocs and TRFC): Errors occurred
          Request IDoc : Application document posted
          Info IDoc 2 : Application document posted
          Info IDoc 1 : Application document posted
          Info IDoc 4 : Application document posted
          Info IDoc 3 : Application document posted
          Data Package 1 : arrived in BW ; Processing : Data records for package 1 selected in PSA - 1 er
    Processing (data packet): Errors occurred
          Update PSA ( 2462  Records posted ) : No errors
          Transfer Rules ( 2462  -> 2462  Records ) : No errors
          Update rules ( 2462  -> 2462  Records ) : No errors
          Update ( 0 new / 0 changed ) : Errors occurred
          Processing end : Errors occurred
    I'm totally new to this issue. please help to solve this error.
    Regards,
    Saran

    Hi,
    I think you are facing an invalid character issue.
    This issue can be resolved by correcting the error records in PSA and updating it into the target. For that the first step should be to identify if all the records are there in PSA. You can find out this from checking the Details tab in RSMO, Job log , PSA > sorting records based on status,etc. Once its confirmed force the request to red and delete the particular request from the target cube. Then go to PSA and edit the incorrect records (correcting or blanking out the invalid entries for particular field InfoObject for the incorrect record) and save it. Once all the incorrect records are edited go to RSA1>PSA find the particular request and update to target manually (right click on PSA request > Start update immediately).
    I will add the step by step procedure to edit PSA data and update into target (request based).
    In your case the error message says Error : Record 1 :Value 'Kuldeep Puri Milan Joshi '. You just need to conver this to Capital letter in PSA and reload.
    Edit the field to KULDEEP PURI MILAN JOSHI in PSA and push it to target.
    Identifying incorrect records.
    System wont show all the incorrect records at the first time itself. You need to search the PSA table manually to find all the incorrect records.
    1. First see RSMO > Details > Expand upate rules / processing tabs and you will find some of the error records.
    2. Then you can go to PSA and filter using the status of records. Filter all the red requests. This may also wont show the entire incorrect records.
    3. Then you can go to PSA and filter using the incorrect records based on the particular field.
    4. If this also doesnt work out go to PSA and sort (not filter) the records based on the particular field with incorrect values and it will show all the records. Note down the record numbers and then edit them one by one.
    If you want to confirm find the PSA table and search manually."
    Also Run the report RS_ERRORLOG_EXAMPLE,By this report you can display all incorrected records of the data & you can also find whether the error occured in PSA or in TRANSFER RULES.
    Steps to resolve this
    1. Force the request to red in RSMO > Status tab.
    2. Delete the request from target.
    3. Come to RSMO > top right you can see PSA maintenace button > click and go to PSA .
    4.Edit the record
    5. Save PSA data.
    6. Got to RSA15 > Search by request name > Right click > update the request from PSA to target.
    Refer how to Modify PSA Data
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40890eda-1b99-2a10-2d8b-a18b9108fc38
    This should solve your problem for now.
    As a long term you can apply some user exit in source system side or change your update rules to ensure that this field is getting blanked out before getting loaded in cube or add that particular char to permitted character list in BW.
    RSKC --> type ALL_CAPITAL --> F8 (Execute)
    OR
    Go to SE38 and execute the program RSKC_ALLOWED_CHAR_MAINTAIN and give ALL_CAPITAL or the char you want to add.
    Check the table RSALLOWEDCHAR. It should contain ALL_CAPITAL or the char you have entered.
    Refer
    /people/sap.user72/blog/2006/07/23/invalid-characters-in-sap-bw-3x-myths-and-reality-part-2
    /people/sap.user72/blog/2006/07/08/invalid-characters-in-sap-bw-3x-myths-and-reality-part-1
    /people/aaron.wang3/blog/2007/09/03/steps-of-including-one-special-characters-into-permitted-ones-in-bi
    http://help.sap.com/saphelp_nw04/helpdata/en/64/e90da7a60f11d2a97100a0c9449261/frameset.htm
    For adding Other characters
    OSS note #173241 – “Allowed characters in the BW System”
    Thanks,
    JituK
    Edited by: Jitu Krishna on Mar 22, 2008 1:52 PM

  • Error while loading data from a file on application server

    Hi all,
    Facing an error while loading data from a flat file.
    Error 'The argument '##yyyymmdd;@##' cannot be interpreted as a number ' while assigning character.
    I changed the format of date fields (tried with number,general,date(International))in the xls. But i still get the same error.Did check all the data types in Data source all the fields are dats.
    Can you please tell me what could be the problem?
    Thank you all,
    Praveen

    Hi all,
    As far as my first question i got through it but i had one more field in my flat file while actually is a time stamp, but in my flat file i have a data in this format
    10/21/2006  5:11:48 AM which i need to change to 10/21/2006
    one more note is i have some of the fields as NULL in this field
    Last Updated Date
    10/21/2006  5:11:48 AM
    10/21/2006  5:11:48 AM
    NULL
    NULL
    10/21/2006  5:11:48 AM
    NULL
    I want to display the values as 10/21/2006 and NULL as it is.
    Please let me know if we have a conversion routine in datasource which can solve my problem.
    Regards,
    Praveen

  • Using FF to access my AOL emails I get "There was an error while loading the message. Please try again later." Access is OK via Chrome, IE & AOL's own desktop.

    "There was an error while loading the message. Please try again later." is a recent (3/4 days) error message I get when accessing my AOL emails. I can access the page and move them between states but cannot open them to read. Chrome, IE and AOL's own desktop open emails OK & can access them from the wife's PC using my AOL details. Have cleaned the history tab of everything in FF, have also removed it with add/rem progs and reinstalled - still I get the above message.
    PC - W7 Pro 64 bit, 16GB RAM etc.

    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.
    <!-- VERY important to include-->
    <b>WARNING:</b> Do not run Firefox's uninstaller or use a third party remover as part of this process, because that could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be recovered unless they have been backed up to an external device!</u>

  • Error while loading data to ODS

    Hello BW folks ,
    I am getting an error while loading data to ODS from R/3 data source.
    The error message is " Error in PSA".
    We have deleted yesterday data from PSA for the related infosource/data source successfully .
    Since then this error is occuring. Previously data upload was successful.
    In Detail tab of monitor we are getting error message in Request option ( red Mark )
    and the same request is not going to R/3 .
    <b>The related Job itself is not present in R/3 .</b>
    This looks very strange and new to me .
    Could anyone help me in rectifying this issue ?
    Thanks in Advance.
    Best Regards ,
    Amol.

    Hello All,
    Thanks for reply.
    I tried to replicate the data source once again and activate the transfer rules in BW Production by running program in SE38 =  RS_TRANS*  activate all tranfer sturctures , then I got an error message that one infoobject is added to transfer rules in BW Production .
    But interestingly the same Transfer rules do not have this infoobject in BW Development server . So I create once again a request for Transfer rules in Dev and transported it to BW production.
    and This solved the problem
    The error message in Monitor was " Error in PSA " and then request itself was not going to R/3 . But the real issue was with Transfer rules. So after rectifying it we have solved the problem of data upload.
    Best Regards ,
    Amol Kulkarni.

Maybe you are looking for

  • Computer wont recognize ipod

    I just got a new laptop and it will not recognize my ipod plugged in the usb. Went back and tried old desktop and it will not recognize either. Any ideas why?

  • Captions in iCalendar

    Ok, i tried to search, but so much other stuff came up I couldn't find my answer. I'd like to consider myself not technilogically ********. Is there a way to add captions on more months when I make a calendar, or just the ones that have it preset.

  • Installing the Java-Plugin without administrative rights

    I would like to find a way to allow a user without administrative rights to install the Java-Plugin for using Java-Applets. As far as I understood, the plugin can be installed in a silent way withou registry modifiactions. Is this working for users w

  • Change password doesn't allow entry of new passwor...

    Hi, I am trying to change my account password and, having signed in, have clicked on the appropriate links to the page where I am invited to enter my old password and then two entries of the new password. Well I can type in the old password but then

  • Saving Webi Report as Excel

    Hi there, I have got a webi report that, when run, produces over 65000 records. When I try to save the output as an excel spreadsheet it defaults to Excel 97 - 2003 even though I've got 97-2003 and 2007 versions on my machine. If I use this option it