Package glibc version

Hi,
I have one strange problem (at least for me, as I'm newbie in arch)
I tried to install flashplugin, and during the installation according to wiki I got this error in pacman:
missing dependency for lib32-glibc : glibc>=2.12.1
Ok, I can easily update this. pacman -Syu ... and - everything up to date. In the Packages section I have found http://www.archlinux.org/packages/core/x86_64/glibc/, which says that glibc should be in version 2.12.1-1 but I still have 2.12-4
I tried to find if glibc is not in ignored packages and everything, but nothing helps.
Any idea how to tell pacman there IS new version of the glibc?
[root@stoka dnf]# pacman -Sy glibc
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
error: failed retrieving file 'multilib.db.tar.gz' from ftp.sh.cvut.cz : File unavailable (e.g., file not found, no access)
multilib is up to date
warning: glibc-2.12-4 is up to date -- reinstalling
looking for inter-conflicts...
Targets (1): glibc-2.12-4
Total Download Size: 0.00 MB
Total Installed Size: 33.98 MB
Thanks

Allan wrote:Change mirror to one that is up to date.
https://www.archlinux.de/?page=MirrorStatus

Similar Messages

  • Oracle 11.2 Database Installation - issues with prerequisite package glibc

    Hi All,
    I am busy installing Oracle 11g R2. One of the prerequisites for package 'glibc-2.3.4-2.41' is failing because our package version is 'glibc-2.3.4-2.25'.
    Could I safely ignore this warning?
    Thanks,
    Kim.
    Edited by: user10439059 on Oct 29, 2009 11:59 PM

    download the 'glibc-2.3.4-2.41' rpm and apply it and then start installing..You should be really carful when replacing things like the glibc. If he has not the required version then me is
    probably using a not certified operating system. All certified operating system already ship with the required versions.
    I am not saying upgrading the glibc wont work... but you might end up with inconsistent system.
    Ronny Egner
    My blog: http://blog.ronnyegner-consulting.de
    Edited by: Ronny Egner on Oct 30, 2009 8:27 AM

  • Where can I get glibc version 2.0.6 or above

    Would anyone know how/where to download glibc version 2.0.6 or
    above? Thanks.
    null

    I am very sorry for any inconvenience this has caused you. Please find the IVI compliance package 2.0 in the following location:
    ftp://ftp.ni.com/support/ivi/icp/2.0/
    We are working to make sure that this software and all pertinent software is made available on our external website.
    Thanks,
    Josh

  • Plz help me to decide glibc  version for linux RHE 4 and suitable  RPM

    hi folks,
    in my project , i m installing linux rhe 4 on oracle 10.2.0.2 .
    plz suggest me suitable glibc version with corrosponding  updated version of RPM package.
    thanks

    Dear Ranjan,
    it is always recommended to use the latest available version of glibc. You can use the Red Hat tool 'up2date' to get the latest glibc packages provided through the Red Hat Network (RHN). Currently, glibc-2.3.4-2.36 is the latest one available (as far as I know).
    Thanks,
    Hannes Kuehnemund
    SAP LinuxLab

  • Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.

    Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.
    The only thing that I can think of that might be causing the issues that I have a Mac Mini on Mavericks.
    Dave

    Hi
    I have discovered that my question above is a non-question. A user triggered by looking at the below article about Illustrator 2014 cc 17.0.2
    http://helpx.adobe.com/illustrator/release-note/illustrator-17-0-2-release-notes.html 
    He had recently upgraded from wht we now know is 18.0 to 18.1 which is the latest version. He read the above artic
    le and supposed that it was a bug fix release for his version - because the v17 ov18 number is not often displayed. It is usually just 2014 CC.
    I have asked him to post a bug report about Adobe Illustrator CC 2014.1
    Dave

  • Execute the SSIS packages (2008 version) using SQL job 2008

    We need to execute the SSIS packages (2008 version) using SQL job Please help with details information how to execute it.
    1.Protection level of the SSIS packages.
    2.Configuration File (Curently using XML file)
    3.Please provide details how to create Credential (Windows User etc)  Do we need to create windows cred explicitly to run the Job etc..
    4.Please provide details for creating Proxy.
    5.How can we configure the xml file since the xml is reading from local box but when the package is moved from developement box to production box
    then the local drive might not be mapped with Production box .
    6.Roles that need to be tagged for the Proxy/Credential.
    7.Which is the best and safest way to execute ssis packages either msdb deployment or filesystem deployment and other necessary details.

    Hi,
    If you want to Execute your SSIS package using SQL job then best solution is to first deploy your Package
    either using msdb deployment or filesystem deployment.The simplest approach to deployment is probably to deploy to the file system.
    So, here is the deployment steps;
    There are four steps in the package deployment process:
        The first optional step is optional and involves creating package
    configurations that update properties of package elements at run time. The configurations are automatically included when you deploy the packages.
        The second step is to build the Integration Services project to create a package deployment utility. The deployment utility for the project contains the packages that you want to deploy
        The third step is to copy the deployment folder that was created when you built the Integration Services project to the target computer.
        The fourth step is to run, on the target computer, the Package Installation Wizard to install the packages to the file system or to an instance of SQL Server.
    you can use below link also;
    http://bharath-msbi.blogspot.in/2012/04/step-by-step-ssis-package-deployment.html
    After that you need to Schedule package using SQL Agent then  Have a look at the following link. It explains how to create an SQL job that can execute an SSIS package on a scheduled basis.
    http://www.mssqltips.com/sqlservertutorial/220/scheduling-ssis-packages-with-sql-server-agent/
    Deployment in msdb deployment or filesystem deployment has there own merits and demerits.
    For security point of view msdb deployment is good.
     it provides Benefits from database security, roles and Agent interaction
    Protection Level;
    In SQL Server Data Tools (SSDT), open the Integration Services project that contains the package.
    Open the package in the SSIS designer.
    If the Properties window does not show the properties of the package, click the design surface.
    In the Properties window, in the Security group, select the appropriate value for the
    ProtectionLevel property.
    If you select a protection level that requires a password, enter the password as the value of the
    PackagePassword property.
    On the File menu, select Save Selected Items to save the modified package.
    SSIS Provide different Protection levels;
        DontSaveSensitive
        EncryptSensitiveWithUserKey
        EncryptSensitiveWithPassword
        EncryptAllWithPassword
        EncryptAllWithUserKey
        ServerStorage
    For better undertsnading you can use below link;
    http://www.mssqltips.com/sqlservertip/2091/securing-your-ssis-packages-using-package-protection-level/
    Thanks

  • SAP NetWeaver Gateway 2.0 Pre-Packaged Trial Version for Windows available

    The Windows version of SAP NetWeaver Gateway 2.0 Pre-Packaged Trial Version is available for release. For more information and to find the download links [here|http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/f091b083-c2d0-2e10-dfaf-d39b95b312d1].

    Hi Johny,
    In my view the very first thing to observe is if there is any
    licence implication by doing so as I believe it was designed to run on top of
    HyperV. Technically it is possible to do it. But the licence check should come
    first. I don’t know the answer for the licence implication.
    Best Regards,
    Felipe

  • SAP NetWeaver Gateway 2.0 Pre-Packaged Trial Version for Linux available

    The Linux version of SAP NetWeaver Gateway 2.0 Pre-Packaged Trial Version is available for release. For more information and to find the download links [ here|http://www.sdn.sap.com/irj/sdn/gateway?rid=/webcontent/uuid/90b292cc-a2d7-2e10-709d-9fba966a6937]. The Hyper-V Windows 2008 version will be available shortly.

    Hi Thomas,
    We currently have three pre-packaged demo version available with slightly different favours. We are evaluating which ones we want to maintain currently and currently all 3 are at SP4 levels. So a questions back to you would be, if the Hyper-V image was dropped, would the Windows 64 bit version still work for you?
    You can find that here.
    Regards,
    Wayne

  • Problem with sql TRIM in PL/SQL package in version 10.1.3.3

    I'm getting invalid token on the trim functions in the following function. The package compiles ok in TOAD, and this package worked fine in the previous version of jdeveloper I was using--10.1.3
    FUNCTION stu_pidm (
    p_profile_name IN VARCHAR2
    RETURN NUMBER
    IS
    v_pidm NUMBER;
    BEGIN
    BEGIN
    SELECT s.szbstdn_pidm
    INTO v_pidm
    FROM szbstdn s
    WHERE trim(s.szbstdn_profile_name) = trim(p_profile_name);
    EXCEPTION
    WHEN OTHERS THEN
    RETURN NULL;
    END;
    RETURN v_pidm;
    END;

    Sorry for confusion, version of OC4J does not really meter, but jdk does. It happened that in the case where everything OK (OC4J 10.1.3.1.0) I accidentally used jdk 1.5. Now I tried both (OC4J 10.1.3.1.0 and OC4J 10.1.3.2.0) with j2sdk1.4.2_14 (besides I tried j2sdk1.4.2_09 and _08) and j2sdk1.5.0_06.
    With JDK 1.5 everything is OK and with JDK 1.4 we have a problem, described in the previous posting. I believe now I should reformulate my initial question:
    Is it possible to configure OC4J 10.1.3 running under j2sdk1.4.2_14 to force Thread Context ClassLoader to behave similar to OC4J 10.1.3 under j2sdk1.5.0_06? If yes, how we could do it?
    Thanks

  • 1159 on RHAS3 kernel and glibc version question

    Hi all,
    Fresh install of RHAS3, output of uname gives me
    2.4.21-20.ELsmp
    1159 installation update notes mention kernel required version as being 2.4.21-4.EL
    Is this OK? Do I need to upgrade kernel? Where do I get the rpm for this?
    Output from rpm -q glibc gives me
    glibc-2.3.2-95.27
    1159 installation update notes mention required version as being 2.3.2-95.3
    Again, is this OK? Where do I get the rpm for this?
    Regards, thanks

    Check
    Note 958253 - SUSE LINUX Enterprise Server 10: Installation notes
    Note 797084 - SUSE LINUX Enterprise Server 9: Installation notes
    Check there both the "Kernel" and the "glibc" section.
    Markus

  • [SOLVED]glibc version conflict

    Hello,
    Recently I had the problematic glibc upgrade, which I had to solve by restoring /lib directory from backup. Everything went fine (kind of) till the last upgrade. Some of the updated libraries depend on glibc-2.16, while I have glibc-2.15 in my OS, because this version was in backup, which caused a few programs, sadly with yaourt and pacman, to stop working. I tried to compile glibc-2.16 from source and then to change the libc.so.6 symlink to point on the new version but this caused most programs to stop working. So, it seems that I have a few programs depending on 2.16 while the rest of my OS depends on 2.15. And one symlink to set it up...
    If someone knows the solution, please help, because I am left without pacman and some other programs I generally use...
    Last edited by Phitherek_ (2012-08-21 16:29:59)

    Ok, I managed to solve this problem out. From Arch' s LiveCD I removed the /lib directory and reinstalled glibc (with pacman' s --root option), everything works now.

  • Product/Package vendor/version specification query

    Greetings,
    I am new to using Java for serious apps and need to know how I put information such as vendor, version, build, author and suchlike into a package or class so that it can be read and used to identify the component at runtime.
    I've seen something about the Packge holding this info but only in that it is put into the .jar which is not what I actually want.
    I need the information written into the .java source file which will be automatically adjusted by the version control system, and I want to be able to identify uniquely each package.
    I tried to find the right 'magic' words to search to no avail so I would be very grateful if this could be cleared up.
    Many thanks in advance.

    Firstly, many thanks for your responses.
    The manifest from what I have determined stores for that .jar but it is not clear what happens if you have more than one package. Also this means that the information is seperate from the .java source files since if I understand correctly the manifest is not actually a .java file and is just an info file given to the tool when the .jar is built.
    On the getResource idea - hmmm not sure how that will help another application or O/S pick up and interrogate a file held in a folder.
    When setting a version/vendor etc info in VB/VC++ this info which can be set programmatically, can be recalled by getting the properties of the .exe file. Thus it is also possible for another program to get the information without creating a live instance of the program in order to interrogate it.
    I have seen that the Package class refers to members such as:
    getImplementationTitle()
    getImplementationVendor()
    and such like.
    This appears to be what I need apart from there are no setters mention nor is there an example of how one programmatically sets such information. I am not even sure how to 'use' the Package class
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Package.html
    Thanks for whatever clarification/assistance you can give in advance.

  • Where can I find the entire group of xorg packages older version?

    My video card, the matrox g450 hasn't been working with newer versions of xorg. I know it worked back in October when I used it.
    I see http://arm.nrk.cc but there are currently 65 packages within xorg. Is there some place that would just have a folder of just those ~65 packages and I could just tell it to download every package, and then install each package, instead of manually going through each package downloading what I need?
    Thanks.

    The oldest you can get (without some user actively creating a repo for you) is by looking at http://users.archlinux.de/~gerbra/mirrorcheck.html finding a mirror that hasn't synced in a while, use that in your mirrorlist, then sync and 'update'.

  • Install package by version

    Dear all,
    I had search in the forum for a topic like this without success. I'm sorry if this topic was already discussed.
    Is it possible to install a package by its version? E.g. I have a package that creates problems after an upgrade, can I reinstall the previous working version with pacman?
    Thanks

    Normally pacman stores the old packages in /var/cache/pacman/pkg/
    If you find the old version you can install it by "pacman -U /path/to/package.pkg.tar.gz" as root.
    Daniel

  • How to check current package/software versions?

    How do I check the current versions of packages or software? For example which version of apache or svn I have installed.
    Thanks.
    -z

    Most software that's installed via Apple's installer stores a receipt in /Library/Receipts
    You can look at the /Contents/version.plist file within the .pkg to see the version number associated with the package.
    This doesn't always cut it, though - for example Apache (as well as several other server components) may get updated as part of a security update so you won't see an 'apache.pkg' in /Library/Receipts
    In this case, though, it's probably easier to ask Apache directly...
    $ httpd -v
    Server version: Apache/2.2.13 (Unix)
    Server built: Oct 16 2009 02:12:22
    Most services support some kind of command-line switch (typically -v or -V) that gives you version information.

Maybe you are looking for

  • FrameMaker 11 trial version crashing on save and cross-reference insertion

    Hi everyone, I've recently started a new position. My prior background was heavily DITA, and I'd describe my FrameMaker experience as late beginner or early intermediate. The new position uses FM exclusively though, so I've been on a steep learning c

  • Need to create a pdf on click of link

    My requirement is to create a PDF file with some fixed amount of information being displayed in the PDF, on the click of a link... Currently,ive created links on first column of table, and on click of which, a new page opens up (usnig factory method)

  • How to test message mapping in XMLSPY if two receive message types exist?

    Hi gurus, In our message mapping, we have one send message and two receive messages, the testing is ok in message mapping test tool in ESR. While in XMLSPY, it gave the error because of the reason as follows: <ns0:Messages xmlns:ns0="http://sap.com/x

  • World of Warcraft post-quit screen freeze

    Hi all- Wondering if anyone has had this problem or, more importantly, knows a solution. When I quit WoW, regardless of how long I played, the screen fades out for a split-second as it quits (as it did when things were working fine) but instead of fa

  • Import from MINI DVDS FROM CAMERA (FREE WAY)

    Hey is there any free software that can help me with my problem, Thanks Hey everyone. I just bought a mac... I need help importing my videos. 1st. I plugged my camera into the imac (MY camera takes mini DVDS-RW so i cannot just put them in the mac) 2