E-commerce (ISA) missing build libraries

Hi,
We have CRM 7.0 with E-Commerce on Windows server with MSSQL. I am trying to build the sources of the b2c scenario of the the webshop.
Here is what I did by now.
1. Took the sources form the CDs
2. Created a web project in NWDS with jdk1.4
3. Added the libraries from the WEB-INF/lib folder to the build path
4. To make sure I have all the jars I may need I copied all the jars from the SAP-WAS.
5. Loaded all jars with Classlocator and started building the sources.
6. Everything was quite OK untill I realized that I miss few packages at the end.
The missing packages are:
com.sap.sxe...
com.sap.sce.kbrt...
I searched in the forums, wiki, google etc, but couldn't find info about the jar that contains these packages. I find this quite strange that they are not part of the jars inside SAP WAS.
Is there anybody who knows where can these jars be found?
10x in advance!
Best regards,
Marian

Hi Easwar,
I read about the NWDI before, but since we don't have it configured I decided to build the application outside it.
This should not be a problem as this is standard Java Struts application.
Nevertheless, it was useful to point my attention again at this section of the document where we have explanation of the different sca archives. I'll check them on Monday when I return to the office (don't have the sca's on my laptop). SCA archives are also RAR files like PAR/JAR etc. files so they can be extracted with the old known tools.
I'll send feedback after that and will give points.
10x for the quick response.
Marian

Similar Messages

  • Missing shared libraries?

    Hi all,
    I tried to install j2ee 1.4.2 Beta on my redhat linux 9 machine.
    After I downloaded and unzipped the zip file, I follow the installation instruction by typing ./setup in the extract folder.
    However, the follow error comes out:
    error while loading shared libraries: libstdc++-libc6.2-2.so.3 ...
    complaining the above shared libraries is not found.
    anyone know what is one, or where I can find more information about the error messages?
    thanks alot in advance

    You are missing some libraries. Try reinstalling the compat-libstdc++ RPM available from RedHat.
    Refs:
    http://faq.opennms.org/faq/fom-serve/cache/65.html
    http://gcc.gnu.org/ml/libstdc++/2002-04/msg00251.html
    Note the last refers to a wider problem with missing C++ libraries. With RPMs you often have to do some digging to get it right.

  • E-Commerce/ISA Scrollbars

    Hi experts,
    We're using E-commerce/ISA for R/3 edition and I want to find a way to reduce all the scrolling that end users will have to do without changing a lot of the code and structure of the B2B online store.  We've embedded E-commerce into the SAP portal and have changed the top header bar not to display to save some vertical screen real estate.  Are there any options available other than screen size and resolution within E-Commerce/XCM anywhere?

    We've embedded E-commerce into the SAP portal and have changed the top header bar not to display to save some vertical screen real estate.
    You got to be careful if you are integrating E-Commerce with SAP Portal, just defining an URL iView is OK but not sufficient. To fully integrate to Portal use the following
    [Note 1021959 - Portal settings for ISA iViews|https://service.sap.com/sap/support/notes/1021959]
    As for the frame structure of the application, you can see the details of the frame design in this document [SAP E-Commerce 5.0 - Examples and Tutorials (Dev./Ext.) |http://service.sap.com/~sapdownload/011000358700006120622006E/ISA50_DevAndExtTuts_v1_0.PDF]
    Put a good resource who can understand the JSP and CSS (stylesheets) and they should be able to do a  fair job. I use Firefox browser with the plug-in Firebug to quickly find the active style and the corresponding stylesheet.
    Easwar Ram
    http://www.parxlns.com

  • Missing lib32 libraries when creating 32bit perlbrew

    Hey guys,
    Trying to build a 32bit perlbrew here, unfortunately some core libraries seem to be missing from multilib:
    perlbrew install perl-5.18.1 -Accflags="-m32 -march=i686 -L/usr/lib32" -Aldflags="-m32 -march=i686 -L/usr/lib32" -Alddlflags="-shared -m32 -march=i686 -L/usr/lib32"
    Output:
    Checking your choice of C compiler and flags for coherency...
        I've tried to compile and run the following simple program:
        #include <stdio.h>
        int main() { printf("Ok\n"); return(0); }
        I used the command:
                cc -o try -O2 -m32 -march=i686 -L/usr/lib32 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -m32 -march=i686 -L/usr/lib32 -fstack-protector -L/usr/local/lib try.c -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
                 ./try
        and I got the following output:
        /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../libgdbm.so when searching for -lgdbm
        /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../libgdbm.a when searching for -lgdbm
        /usr/bin/ld: skipping incompatible /usr/lib/libgdbm.so when searching for -lgdbm
        /usr/bin/ld: skipping incompatible /usr/lib/libgdbm.a when searching for -lgdbm
        /usr/bin/ld: cannot find -lgdbm
        /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../libdb.so when searching for -ldb
        /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../libdb.a when searching for -ldb
        /usr/bin/ld: skipping incompatible /usr/lib/libdb.so when searching for -ldb
        /usr/bin/ld: skipping incompatible /usr/lib/libdb.a when searching for -ldb
        /usr/bin/ld: cannot find -ldb
        collect2: error: ld returned 1 exit status
        I can't compile the test program.
    pkgfile does not show these available in multilib:
    calid@arch-vm /home/calid
    ✔ pkgfile -rs libgdbm.so
    core/gdbm
    calid@arch-vm /home/calid
    ✔ pkgfile -rs libdb.so
    core/db
    I do of course have multilib enabled:
    calid@arch-vm /home/calid
    ✔ pacman -Ss gcc | grep installed
    multilib/gcc-libs-multilib 4.8.1-3 [installed]
    multilib/gcc-multilib 4.8.1-3 (multilib-devel) [installed]
    multilib/lib32-gcc-libs 4.8.1-3 [installed]
    I can of course compile and install everything myself by hand, but was wondering if this is a bug (and if I should open a package issue).
    Thanks

    calid wrote:Thanks skottish.  Unfortunately those are both orphans and haven't been updated in awhile.
    I'd just look over the PKGBUILDs to make sure that they're sane, change the version numbers, update the md5sums, and profit. For that matter, if you use them, adopt them. That way you can be sure that they're updated.
    calid wrote:Considering these are libraries available in [core], shouldn't they have [multilib] equivalents?  I guess to the larger point, shouldn't every library in [core] have a [multilib] version?
    Everything in the Arch repos is something that some developer/TU wants to maintain. Missing stuff is simply a side effect of Arch being totally community driven and having no commercial backing.

  • Building libraries and samples....this can't be right, is it?

    I realize that I can simply check out built SWC files from here, but this doesn't help me build the samples. I feel like I've missed some corner of the documentation, because my procedure for building Cairngorm 3 libraries and samples seems like it can't possibly be right.
    I've tried creating a new workspace and checking out the entire contents of this repository into it:
    http://opensource.adobe.com/svn/opensource/cairngorm3/trunk/libraries
    That seems to succeed, although I get errors like this every time:
    The resulting projects don't build because of this error:
    configuration variable 'compiler.library-path' value contains unknown token 'M2_REPO'    ContractTest        Unknown    Flex Problem
    I've fixed that problem by getting http://opensource.adobe.com/svn/opensource/cairngorm3/maven-repository to my C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in folder and setting M2_REPO in my workspace's Linked Resources to point to that.
    Having done all that, everything seems to build except for IntegrationDMS and IntegrationTest.
    Is this the right way to do it, or is there a simpler way?
    Thanks!

    As you know by now Cairngorm3 build is leveraging maven and flex-mojos.
    To ease the developper workflow, to make things more consistent, to lower the maintenance cost, we decided :
    * to stop copying the dependencies in the flashbuilder projects libs folder
    * to leveraged the maven repository in the eclipse/flasbuilder projects configurations.
    Furthermore, to avoid hard coded path and allow proper sharing of these flasbuilder configurations files, we use linked-resources when appropriate.
    M2_REPO is used as such: it is the root of your maven repository.
    As for IntegrationDMS it offers some "flex plumbing" to ease the integration with Adobe LCDS (http://www.adobe.com/products/livecycle/dataservices/) especially its Data Management features, hence its name.
    In order to build it from the source you need to compile it against 3 SWCs provided in Adobe LCDS. As found in the build file
            <!-- lcds dependencies  -->
            <dependency>
                <groupId>com.adobe.lcds</groupId>
                <artifactId>fds_rb</artifactId>
                <version>${lcds.version}</version>
                <type>rb.swc</type>
                <classifier>en_US</classifier>
                <scope>external</scope>
            </dependency>
            <dependency>
                <groupId>com.adobe.lcds</groupId>
                <artifactId>fds</artifactId>
                <version>${lcds.version}</version>
                <type>swc</type>
                <scope>external</scope>
            </dependency>
            <dependency>
                <groupId>com.adobe.lcds</groupId>
                <artifactId>playerfds</artifactId>
                <version>${lcds.version}</version>
                <type>swc</type>
                <scope>external</scope>
            </dependency>
            <!-- eof lcds dependencies  -->
    Adobe LCDS is not opensource, as a consequence we can not host its artifacts in our repository.
    If you want to build Cairngorm3 from the source, you may then either comment out IntegrationDMS from the parent library build or install these artifacts into your own private repo.(currently the version of lcds we build against is 3.1.0.273931) :
    mvn install:install-file -DgroupId=com.adobe.lcds -DartifactId=fds -Dversion=3.1.0.273931 -Dpackaging=swc -Dfile=<lcds-on-your-disk>/fds.swc
    mvn install:install-file -DgroupId=com.adobe.lcds -DartifactId=playerfds -Dversion=3.1.0.273931 -Dpackaging=swc -Dfile=<lcds-on-your-disk>/playerfds.swc
    mvn install:install-file -DgroupId=com.adobe.lcds -DartifactId=fds_rb -Dversion=3.1.0.273931 -Dclassifier=en_US -Dpackaging=swc -Dfile=<lcds-on-your-disk>/fds_rb.swc
    Please note also that if you need to build cairngorm3 from maven, as mentioned in the flexmojos docs, there is one JAR (AIR development tools) that is packaged with the Flex SDK but is not open source.
    Because of this, flexMojos cannot host this artifact. To build from source, you will need to install this artifact into your own private repo:
    >mvn install:install-file -DgroupId=com.adobe.flex -DartifactId=adt -Dversion=<version-of-the-sdk> -Dpackaging=jar -Dfile=adt.jar
    This JAR is bundled with the Flex SDK, which is freely available from : http://opensource.adobe.com/wiki/display/flexsdk/Downloads
    I'll do my best to update the wiki doc with this asap.

  • Missing python libraries such as rsvg

    Hello, I'm new to Arch Linux and Linux in general. I've just manually installed tpfand and tpfan-admin from https://launchpad.net/tp-fan which are fan controllers for Thinkpads. I had some trouble running tpfan-admin, because it was looking for a missing python import for rsvg.
    So I commented everything that had to do with (r)svg in tpfan-admin/fan.py and was finally able to run tpfan-admin, just without the svg graphics for the fan. I ran it as unprivileged and pressed the Unlock button, expecting a popup asking for the root password. It crashed with the following output:
    Traceback (most recent call last):
    File "/usr/bin/tpfan-admin", line 24, in <module>
    tpfanadmin.globals.temperature_dialog.run()
    File "/usr/lib/python2.5/site-packages/tpfanadmin/temperaturedialog.py", line 297, in run
    os.execvp(build.run_as_root_cmd, build.run_as_root_args)
    File "/usr/lib/python2.5/os.py", line 353, in execvp
    _execvpe(file, args)
    File "/usr/lib/python2.5/os.py", line 389, in _execvpe
    func(fullname, *argrest)
    OSError: [Errno 2] No such file or directory
    Running tpfan-admin as root works fine, but I'm worried that something messy is going on. Is there a clean way to install these Thinkpad fan control programs through pacman? Also, where can I get other python modules such as rsvg?
    Thanks.

    There's a fan controller for the T60, but I doubt it would work on my R40. Thanks for the AUR tip though, I found dtach there as well
    I found a fancontrol script under /usr/bin/ which relied on pwmconfig. pwmconfig bugs out on me saying something about fan divisors, but it has the nice side-effect of leaving my fans at 100%, which was exactly what I needed. Except that putting it in my rc.local script or running it as a daemon in rc.conf stops the fans after a few seconds rather than leaving them on. Am I doing something wrong? For now I'm forced to run pwmconfig manually on login. I really intend the laptop to be a personal server as well as for folding 24/7 so I'd prefer being able to start the fans without having to login.

  • Missing Build Specifications in LV8 Full Development package

    After installing LV8 Full Development Version, the only Build Specification option available is "Source Distribution". The options "Application", "Installer", "Shared Library" and "Zip File" are missing. The correct serial number appears on the About screen so I assume I activated the package correctly.
    How do I make those other build options available?

    Buy the application builder - or upgrade to the professional version...
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Using E-Commerce (ISA) B2B From CRM5.0 with CRM7

    Hi all,
    We've been running the E-Commerce B2B Java (ISA) from CRM 5.0 for many years. It is heavily customised.
    We do not have the last SP that was released but are quite a bit behind that. This is essentially because upgrading the Java once it is customised is such a lot of work.
    Now we want to upgrade our CRM to CRM 7 (probably EHP 2).
    Is the old ISA (Java B2B from CRM 5.0) supported in CRM7, do the RFC's still exist, do the BAdI's (ISA Basket Head/Item etc) still exist?
    1) Can we just direct our B2B shop to the new CRM 7 server once we're done with the upgrade?
    Unless BAPI's/RFC's have had their signatures modified (or have been removed) I think that this should work.
    2) Will this work but only if we have the latest Java SP?
    Obviously we'd prefer to just point what we have at the new CRM7 machine, and be up and running, since updating the Java means reintegrating all of the modifications that we've made over the last 6 years and that would be a substantial amount of work.
    Thanks for your time and help,
    Patrick.

    Hi Patrick,
    Yes, we had huge customizations on almost all the JSPs you mention above as well as close to 300+ additional java classes and as well as many modified standard SAP java code. All these over many many years of development.
    ISA7.32 is no different from ISA 5.0 technically except that it runs on JDK6. Functionally there are a few extra features like Loyalty Management.
    The biggest hurdle we had was about the changed signature of methods of standard Java classes and some classes even deleted from packages in the newer version. Any custom java classes using these classes/methods had to be adjusted.
    With similar/more enhancements to what you mention above, upgrading the entire codebase to the newer version took us around 60 days of effort including the fresh setup right from the SLD upto the new J2EE engine and doing the code conflict merge.
    The approach we took was to take all JSPs from the 5.0 version and overwrite the 7.32 version (as it would not make much sense to rewrite them) and for the Java/XML files we did a compare and merge approach.
    Regarding the backend RFC calls, most of them remain same in the order/basket area. I had noticed some changes in the contract items piece where there were now additional import/export parameter and some were even not optional forcing us to send some dummy values where necessary.
    However, if you are using the variant configuration functionality in ISA you will be in surprise. The old ISA 5.0 IPC configuration will not work in 7.32. The newer version has something called as a decoupled mode (for performance reasons) and we had some challenges in that area to get the entire IPC working well. However if you use IPC only for the pricing bit, not much to worry as it remains mostly same.
    PS: We were running a B2C scenario and not B2B. B2C is much more complicated.
    Hope this helps.
    Pradeep

  • Missing Font Libraries in Font Book after upgrading to Snow Leopard

    I upgraded from 10.5.8 to 10.6.1 - and now I seem to be missing my Font Libraries (that I created myself) in Font Book.
    Does anyone have any advice?
    Thank you.

    The general approach at this time is to ask if you've checked for any problematic fonts (all languages) with Apple's Font Book (look in the Applications folder). Find and remove all duplicates also.
    SL may have taken the initiative and quarantined what it determined were borked fonts and put them aside to avoid calamity.
    Also, don't hesisate to perform wholesale deletion of old and/or little used fonts - be skeptical of anything that has come from Office 2008, including those related to an Equation Editor installation.
    That said, rumor has it that the next update will correct some spurious font handling....best to wait if housecleaning doesn't help at this time.

  • Missing build directory and Jdeveloper couldnt detect SoaServer also

    Hi,
    I am using JDeveloper 11.1.1.3 for soasuite project development. When i create new SOA project, the build directory and files build.xml and build.properties are not getting created. Similarly soa server is also not detected by Jdeveloper. Is it due to any missing configuration in JDeveloper?. Please let me know why Jdeveloper couldnt detect SoaServer and why it is not creating build directory.

    jdeveloper won't create the files when you're using the wizard to create a new soa project.
    the same for the connection...you need to add the application server connection yourself.
    for deployment you can use the scripts in <jdev_home>/jdeveloper/bin

  • Help Building libraries

    I cannot get iTunes to properly build the library.
    After installing iTunes, I moved music files around that were already on my hard drive. Now all the files reside in the iTunes music folder. I was also messing around with an external drive at the time. I then deleted all the music listings in iTunes and tried to rebuild it from scratch using "Add folder to Library" -> iTunes Music.
    When I do this some of the subdirectories (artists) appear in the library but not all. If I move directories around in Windows sometimes more will be found, but I can't get them all without selecting each artists directory individually.
    Why wont iTunes find all songs in the subdirectories? I have tried to reinstall itunes, but that didn't help.

    >
    ld: Undefined symbols:
    __ZN10ClpSimplex6primalEii
    __ZN10ClpSimplex7readMpsEPKcbb
    __ZN10ClpSimplexC1Ev
    __ZN10ClpSimplexD1Ev
    __ZNSt8ios_base4InitC1Ev
    __ZNSt8ios_base4InitD1Ev
    ___gxx_personality_v0
    /usr/bin/libtool: internal link edit command failed
    I am assuming these errors are coming from the COIN
    libraries I have included. Any help would be VERY
    appreciated!Building the library is entirely function of the other language. Java's involvement (in building the lib) is limited to producing the .h file. You will probably do better asking in a C++ forum.
    However, a few possibilities:
    - You should specify the external library to link with this, using -l option
    - Or, if you want to load COIN at run time, tell link loader to not resolve all symbols at the time of linking. This might be handled by -dyanamiclib option.

  • Missing compatibility libraries, or not updated on AUR ?

    Hi,
    where to start ? K lets go, ... i ve downloaded the 1.5 full patch of the game EnemyTerritory:QuakeWars and installed it.
    Now i get this error message:
    WARNING: SDL_SetVideoMode failed: Couldn't find matching GLX visual
    Mi internet research brings me to the point to think about 32bit compatibility.
    glxinfo | grep direct ->Yes
    [z13l5ch31b3@fUn ~]$ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed Oct 1 15:09:35 PDT 2008
    # Auto-generated by Archie mkxcfg
    # Auto-generated by Archie mkxcfg
    Section "ServerLayout"
    # Serial Mouse not detected
    # USB Mouse not detected
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier "Monitor0"
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 75.0
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    and lsmod
    [z13l5ch31b3@fUn ~]$ lsmod
    Module Size Used by
    nvidia 6893904 26
    udf 82980 1
    crc_itu_t 3840 1 udf
    isofs 33700 0
    zlib_inflate 20096 1 isofs
    ipv6 259812 10
    oss_usb 111116 1
    oss_hdaudio 135396 3
    osscore 535060 2 oss_usb,oss_hdaudio
    parport_pc 36676 1
    ppdev 9092 0
    irtty_sir 7040 0
    joydev 11584 0
    sir_dev 13188 1 irtty_sir
    lp 10980 0
    parport 33004 3 parport_pc,ppdev,lp
    irda 112568 1 sir_dev
    psmouse 38288 0
    crc_ccitt 3840 1 irda
    ppp_generic 24988 0
    serio_raw 7044 0
    pcspkr 4352 0
    k8temp 6144 0
    i2c_viapro 9492 0
    agpgart 29652 1 nvidia
    shpchp 31512 0
    i2c_core 21140 2 nvidia,i2c_viapro
    pci_hotplug 27812 1 shpchp
    sg 28596 0
    thermal 16796 0
    processor 33836 1 thermal
    fan 6020 0
    evdev 10880 5
    usbhid 46016 0
    hid 40960 1 usbhid
    button 7824 0
    ff_memless 6664 1 usbhid
    battery 12036 0
    ac 6020 0
    slhc 7680 1 ppp_generic
    r8169 27396 0
    rtc_cmos 11424 0
    rtc_core 17436 1 rtc_cmos
    rtc_lib 4480 1 rtc_core
    ext3 125704 1
    jbd 45716 1 ext3
    mbcache 8708 1 ext3
    sr_mod 16836 1
    cdrom 36128 1 sr_mod
    sd_mod 25240 3
    ehci_hcd 35596 0
    uhci_hcd 23952 0
    usbcore 132080 5 oss_usb,usbhid,ehci_hcd,uhci_hcd
    sata_via 9220 0
    ahci 27144 0
    ata_generic 6788 0
    pata_via 9732 3
    pata_jmicron 4992 0
    pata_acpi 6016 0
    libata 150048 6 sata_via,ahci,ata_generic,pata_via,pata_jmicron,pata_acpi
    scsi_mod 95692 4 sg,sr_mod,sd_mod,libata
    dock 9488 1 libata
    ...at last the grep glx
    [z13l5ch31b3@fUn ~]$ cat /etc/X11/xorg.conf | grep glx
    Load "glx"
    I ve tried to install ia32-libs, read about it,... but there are no packages on AUR.
    In the Zerowings - FAQ i was reading this:
    Running 32 bit binaries on a 64 bit system
    You need to install various 32 bit compatibility libraries. Most distributions have an all-in-one package that will provide everything you need.
    On another thread in our forum, i found this (for ET:W http://bbs.archlinux.org/viewtopic.php?id=46846 ):
    System:
    Archlinux 64bit
    32bit libs: (installed with pacman "What else cool")
    lib32-glibc, lib32-gcc-libs, lib32-alsa-lib, lib32-libstdc++5, lib32-openal, lib32-libxdamage, lib32-libxfixes, lib32-sdl
    but i cant find em on pacman,... or AUR.
    Then i tried to download the lib32-libgl ... from here -> http://archlinux.org/packages/search/?q=lib32-libgl ... but its not online, too.
    So what the heck is goin' on ? Why cant i run my ET:QW on Arch64 ? Any chances ?
    At last my ET:QW lines:
    [z13l5ch31b3@fUn ~]$ cd /usr/local/games/etqw/
    [z13l5ch31b3@fUn etqw]$ ./etqw
    ETQW 1.5.12663.12663 linux-x86 May 9 2008 13:50:52
    found interface lo - loopback
    found interface eth0 - 192.168.0.10/255.255.255.0
    CPU: AMD CPU with MMX & 3DNow! & SSE & SSE2 & SSE3
    ETQW using generic code for SIMD processing
    enabled Flush-To-Zero mode
    ------ Initializing File System ------
    Loaded pk4 /usr/local/games/etqw/base/game000.pk4 with checksum 0x3efd73a5
    Loaded pk4 /usr/local/games/etqw/base/game001.pk4 with checksum 0xa02f1c18
    Loaded pk4 /usr/local/games/etqw/base/game002.pk4 with checksum 0x87457e61
    Loaded pk4 /usr/local/games/etqw/base/pak000.pk4 with checksum 0x442eb08b
    Loaded pk4 /usr/local/games/etqw/base/pak001.pk4 with checksum 0x10e16e6
    Loaded pk4 /usr/local/games/etqw/base/pak002.pk4 with checksum 0x8dbe7353
    Loaded pk4 /usr/local/games/etqw/base/pak003.pk4 with checksum 0x99dfcabb
    Loaded pk4 /usr/local/games/etqw/base/pak004.pk4 with checksum 0x7e49f838
    Loaded pk4 /usr/local/games/etqw/base/pak005.pk4 with checksum 0x5ccc7213
    Loaded pk4 /usr/local/games/etqw/base/pak006.pk4 with checksum 0x9edf1b7d
    Loaded pk4 /usr/local/games/etqw/base/pak007.pk4 with checksum 0x74a1a2f
    Loaded pk4 /usr/local/games/etqw/base/pak008.pk4 with checksum 0x71a93b80
    Loaded pk4 /usr/local/games/etqw/base/zpak_english000.pk4 with checksum 0x977c7bd0
    Loaded pk4 /usr/local/games/etqw/base/zpak_english001.pk4 with checksum 0x6583cd8
    Loaded pk4 /usr/local/games/etqw/base/zpak_english002.pk4 with checksum 0x8dc70e3d
    Loaded pk4 /usr/local/games/etqw/base/zpak_english003.pk4 with checksum 0xc2d7ed49
    Loaded pk4 /usr/local/games/etqw/base/zpak_french001.pk4 with checksum 0x3bd7a062
    Loaded pk4 /usr/local/games/etqw/base/zpak_french002.pk4 with checksum 0x79287190
    Loaded pk4 /usr/local/games/etqw/base/zpak_french003.pk4 with checksum 0x8f315c7b
    Loaded pk4 /usr/local/games/etqw/base/zpak_german001.pk4 with checksum 0xa694c3f1
    Loaded pk4 /usr/local/games/etqw/base/zpak_german002.pk4 with checksum 0x64bee731
    Loaded pk4 /usr/local/games/etqw/base/zpak_german003.pk4 with checksum 0x370e6186
    Loaded pk4 /usr/local/games/etqw/base/zpak_korean000.pk4 with checksum 0xd42c084
    Loaded pk4 /usr/local/games/etqw/base/zpak_korean001.pk4 with checksum 0x4de6a4e7
    Loaded pk4 /usr/local/games/etqw/base/zpak_korean002.pk4 with checksum 0x15d2c9af
    Loaded pk4 /usr/local/games/etqw/base/zpak_korean003.pk4 with checksum 0x4f8dfac1
    Loaded pk4 /usr/local/games/etqw/base/zpak_polish001.pk4 with checksum 0x2575ff8e
    Loaded pk4 /usr/local/games/etqw/base/zpak_polish002.pk4 with checksum 0x3ab92dd6
    Loaded pk4 /usr/local/games/etqw/base/zpak_polish003.pk4 with checksum 0x8d9af876
    Loaded pk4 /usr/local/games/etqw/base/zpak_russian001.pk4 with checksum 0xf3e91581
    Loaded pk4 /usr/local/games/etqw/base/zpak_russian002.pk4 with checksum 0x38b1a37c
    Loaded pk4 /usr/local/games/etqw/base/zpak_russian003.pk4 with checksum 0x7e90b040
    Loaded pk4 /usr/local/games/etqw/base/zpak_spanish001.pk4 with checksum 0xd609566c
    Loaded pk4 /usr/local/games/etqw/base/zpak_spanish002.pk4 with checksum 0xcf994ada
    Loaded pk4 /usr/local/games/etqw/base/zpak_spanish003.pk4 with checksum 0xe7d989bc
    Current search path:
    /home/DerWanderer/.etqwcl/base
    /usr/local/games/etqw/base
    /usr/local/games/etqw/base/zpak_spanish003.pk4 (6 files)
    /usr/local/games/etqw/base/zpak_spanish002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_spanish001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_russian003.pk4 (5 files)
    /usr/local/games/etqw/base/zpak_russian002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_russian001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_polish003.pk4 (6 files)
    /usr/local/games/etqw/base/zpak_polish002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_polish001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_korean003.pk4 (5 files)
    /usr/local/games/etqw/base/zpak_korean002.pk4 (12 files)
    /usr/local/games/etqw/base/zpak_korean001.pk4 (12 files)
    /usr/local/games/etqw/base/zpak_korean000.pk4 (6 files)
    /usr/local/games/etqw/base/zpak_german003.pk4 (5 files)
    /usr/local/games/etqw/base/zpak_german002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_german001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_french003.pk4 (14 files)
    /usr/local/games/etqw/base/zpak_french002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_french001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_english003.pk4 (7 files)
    /usr/local/games/etqw/base/zpak_english002.pk4 (117 files)
    /usr/local/games/etqw/base/zpak_english001.pk4 (9 files)
    /usr/local/games/etqw/base/zpak_english000.pk4 (1018 files)
    /usr/local/games/etqw/base/pak008.pk4 (1496 files)
    /usr/local/games/etqw/base/pak007.pk4 (1510 files)
    /usr/local/games/etqw/base/pak006.pk4 (3 files)
    /usr/local/games/etqw/base/pak005.pk4 (2172 files)
    /usr/local/games/etqw/base/pak004.pk4 (72 files)
    /usr/local/games/etqw/base/pak003.pk4 (1133 files)
    /usr/local/games/etqw/base/pak002.pk4 (1637 files)
    /usr/local/games/etqw/base/pak001.pk4 (1067 files)
    /usr/local/games/etqw/base/pak000.pk4 (9350 files)
    /usr/local/games/etqw/base/game002.pk4 (3 files)
    /usr/local/games/etqw/base/game001.pk4 (11 files)
    /usr/local/games/etqw/base/game000.pk4 (3 files)
    game DLL: 0x0 in pak: 0x0
    Addon pk4s:
    file system initialized.
    ----- Initializing Decls -----
    Decompressing the global token cache...3566Kb
    couldn't exec 'etqwconfig.cfg'
    execing 'localization/english/defaultbinds.cfg'
    couldn't exec 'etqwbinds.cfg'
    couldn't exec 'autoexec.cfg'
    Vendor: Device:
    /proc/cpuinfo CPU frequency: 2998.37 MHz
    parse /proc/cpuinfo for CPU information
    2 logical, 1 physical CPU(s)
    detecting video ram (set sys_videoRam on command line to override) ..
    found XNVCtrl extension 1.17
    Detected
    1 3.00 GHz CPU
    2032 MB of System memory
    128 MB of Video memory on an optimal video architecture
    This system qualifies for Low quality.
    Initializing SDL subsystem
    Loading GL driver 'libGL.so.1' through SDL
    Desktop resolution: 1024x768
    execing 'specs/minspec.dat'
    execing 'specs/minspec_cpu.dat'
    execing 'specs/minspec_gamedetail.dat'
    execing 'specs/minspec_gpu.dat'
    execing 'specs/minspec_gpudetail.dat'
    execing 'specs/minspec_lighting.dat'
    execing 'specs/minspec_foliage.dat'
    Vendor: Device:
    execing 'specs/minspec_foliage.dat'
    Opening IP socket: localhost:-1
    thread priority set to 1
    Failed to open server license code file for reading.
    SDL_ListModes:
    1024x768 960x600 840x525 832x624 800x600 800x512 768x576 720x450 720x400 640x512 640x480
    640x400 640x384 640x350 576x432 576x384 512x384 416x312 400x300 360x200 320x240
    320x200 320x175
    SDL_ListModes are currently ignored for resolution filtering. Set r_useSDLModes to 1 if you want it
    WARNING: SDL_SetVideoMode failed: Couldn't find matching GLX visual
    ------- Initializing renderSystem --------
    ----- R_InitOpenGL -----
    signal caught: 'Segmentation fault', si_code 1
    callstack:
    0x0
    [0x082e80e1]
    [0x082e549d]
    [0xb7f9140c]
    Trying to exit gracefully..
    --------------- BSE Shutdown ----------------
    Shutting down SDL subsystem
    idRenderSystem::Shutdown()
    I really hope yo can help me. Thnx for reading...

    z13l5ch31b3 wrote:
    skottish wrote:
    z13l5ch31b3 wrote:AUR is on my mirrorlist.
    AUR can't be on your mirror list. There are no binaries there. The packages that have binaries from AUR are in community.
    Ive added with "nano /etc/pacman.d/mirrorlist" the "Server = http://repo.archlinux.fr/i686" at the end of the list. If i am typing "yaourt armyops" , the repository of the correct package will be shown. So AUR is on my mirrorlist or not ?
    Can i install the lib32 version without deleting the 64bit driver ?
    me wrote:AUR can't be on your mirror list. There are no binaries there. The packages that have binaries from AUR are in community.
    And no, lib32 versions will not overwrite 64 bit libraries.
    pacman wrote:[skottish@iasE ~]$ pacman -Ss | grep lib32
    community/lib32-alsa-lib 1.0.17a-1 (lib32)
    community/lib32-atk 1.22.0-1 (lib32)
    community/lib32-cairo 1.6.4-1.1 (lib32)
    community/lib32-catalyst-utils 8.8-1 (lib32)
    community/lib32-dbus 1.2.3-1
    community/lib32-e2fsprogs 1.40.8-1.1
    community/lib32-expat 2.0.1-1.1 (lib32)
    community/lib32-fontconfig 2.6.0-2 (lib32)
    community/lib32-freetype2 2.3.7-1 (lib32)
    community/lib32-gcc-libs 4.3.2-1 (lib32)
    community/lib32-glib2 2.18.0-1 (lib32)
    community/lib32-glibc 2.8-3 (lib32)
    community/lib32-gnutls 2.4.1-3 (lib32)
    community/lib32-gtk2 2.12.11-3 (lib32)
    community/lib32-libart-lgpl 2.3.20-1 (lib32)
    community/lib32-libcups 1.3.8-2 (lib32)
    community/lib32-libdrm 2.3.1-1 (lib32)
    community/lib32-libgcrypt 1.4.2-1 (lib32)
    community/lib32-libgl 7.0.3-2 (lib32)
    community/lib32-libgpg-error 1.6-1.1 (lib32)
    community/lib32-libice 1.0.4-1 (lib32)
    community/lib32-libjpeg 6b-4 (lib32)
    community/lib32-libpng 1.2.31-1 (lib32)
    community/lib32-libsm 1.1.0-1.1 (lib32)
    community/lib32-libstdc++5 3.3.6-3 (lib32)
    community/lib32-libtasn1 1.5-2 (lib32)
    community/lib32-libtiff 3.8.2-4 (lib32)
    community/lib32-libx11 1.1.5-2 (lib32)
    community/lib32-libxau 1.0.4-1 (lib32)
    community/lib32-libxcb 1.1.90.1-1 (lib32)
    community/lib32-libxcomposite 0.4.0-1 (lib32)
    community/lib32-libxcursor 1.1.9-1 (lib32)
    community/lib32-libxdamage 1.1.1-1 (lib32)
    community/lib32-libxdmcp 1.0.2-1 (lib32)
    community/lib32-libxext 1.0.4-1 (lib32)
    community/lib32-libxfixes 4.0.3-1 (lib32)
    community/lib32-libxft 2.1.13-1 (lib32)
    community/lib32-libxi 1.1.3-1 (lib32)
    community/lib32-libxinerama 1.0.3-1 (lib32)
    community/lib32-libxml2 2.6.32-2 (lib32)
    community/lib32-libxmu 1.0.4-1 (lib32)
    community/lib32-libxrandr 1.2.3-1 (lib32)
    community/lib32-libxrender 0.9.4-1 (lib32)
    community/lib32-libxslt 1.1.24-1 (lib32)
    community/lib32-libxt 1.0.5-1 (lib32)
    community/lib32-libxtst 1.0.3-1 (lib32)
    community/lib32-libxxf86vm 1.0.2-1 (lib32)
    community/lib32-lzo2 2.02-3.1 (lib32)
    community/lib32-mesa 7.0.3-2 (lib32)
    community/lib32-nas 1.9.1-2 (lib32)
    community/lib32-ncurses 5.6-8 (lib32)
    community/lib32-nvidia-utils 177.80-1 (lib32)
    community/lib32-openal 0.0.8-4.1 (lib32)
    community/lib32-opencdk 0.6.6-1.1 (lib32)
    community/lib32-pango 1.20.5-1 (lib32)
    community/lib32-pciutils 3.0.0-2 (lib32)
    community/lib32-pcre 7.8-1 (lib32)
    community/lib32-pixman 0.12.0-1 (lib32)
    community/lib32-qt 4.4.2-2 (lib32)
    community/lib32-qt3 3.3.8-9 (lib32)
    community/lib32-readline 5.2-8 (lib32)
    community/lib32-sdl 1.2.13-1 (lib32)
    community/lib32-zlib 1.2.3.3-2 (lib32)
    Last edited by skottish (2008-10-10 18:25:34)

  • [SOLVED] mplayer2 missing shared libraries

    Hi there,
    After upgrading mplayer2 to version "20130428-4", I found that it cannot link to some shared libraries, including:
            libgif.so.6 => not found
            libavcodec.so.55 => not found
            libavformat.so.55 => not found
    $ ldd `which mplayer`
    linux-vdso.so.1 (0x00007fff69dfe000)
    libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0x00007fdd9df1d000)
    libquvi.so.7 => /usr/lib/libquvi.so.7 (0x00007fdd9dd12000)
    libvdpau.so.1 => /usr/lib/libvdpau.so.1 (0x00007fdd9db0e000)
    libcaca.so.0 => /usr/lib/libcaca.so.0 (0x00007fdd9d840000)
    libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007fdd9d60b000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007fdd9d3f5000)
    libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007fdd9d1a0000)
    libgif.so.6 => not found
    libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007fdd9cf56000)
    libjack.so.0 => /usr/lib/libjack.so.0 (0x00007fdd9cd39000)
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fdd9cb1d000)
    libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fdd9c826000)
    libbluray.so.1 => /usr/lib/libbluray.so.1 (0x00007fdd9c5fd000)
    libdvdread.so.4 => /usr/lib/libdvdread.so.4 (0x00007fdd9c3e0000)
    libcdio_paranoia.so.1 => /usr/lib/libcdio_paranoia.so.1 (0x00007fdd9c1d8000)
    libcdio_cdda.so.1 => /usr/lib/libcdio_cdda.so.1 (0x00007fdd9bfd0000)
    libcdio.so.14 => /usr/lib/libcdio.so.14 (0x00007fdd9bda7000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007fdd9baa9000)
    libass.so.4 => /usr/lib/libass.so.4 (0x00007fdd9b88e000)
    libenca.so.0 => /usr/lib/libenca.so.0 (0x00007fdd9b65b000)
    libmad.so.0 => /usr/lib/libmad.so.0 (0x00007fdd9b43b000)
    libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007fdd9b20e000)
    libogg.so.0 => /usr/lib/libogg.so.0 (0x00007fdd9b007000)
    libtheora.so.0 => /usr/lib/libtheora.so.0 (0x00007fdd9adb8000)
    libmpg123.so.0 => /usr/lib/libmpg123.so.0 (0x00007fdd9ab64000)
    liba52.so.0 => /usr/lib/liba52.so.0 (0x00007fdd9a952000)
    libdca.so.0 => /usr/lib/libdca.so.0 (0x00007fdd9a729000)
    libfaad.so.2 => /usr/lib/libfaad.so.2 (0x00007fdd9a4e6000)
    libavutil.so.52 => /usr/lib/libavutil.so.52 (0x00007fdd9a2b2000)
    libavcodec.so.55 => not found
    libavformat.so.55 => not found
    libswscale.so.2 => /usr/lib/libswscale.so.2 (0x00007fdd9a062000)
    libpostproc.so.52 => /usr/lib/libpostproc.so.52 (0x00007fdd99e44000)
    libavresample.so.1 => /usr/lib/libavresample.so.1 (0x00007fdd99c25000)
    libxvidcore.so.4 => /usr/lib/libxvidcore.so.4 (0x00007fdd9990d000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fdd99709000)
    libdvdnavmini.so.4 => /usr/lib/libdvdnavmini.so.4 (0x00007fdd994f5000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fdd992e3000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fdd98fa8000)
    libXss.so.1 => /usr/lib/libXss.so.1 (0x00007fdd98da4000)
    libXv.so.1 => /usr/lib/libXv.so.1 (0x00007fdd98b9e000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00007fdd9899b000)
    libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007fdd98795000)
    libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x00007fdd984fd000)
    libGL.so.1 => /usr/lib/libGL.so.1 (0x00007fdd9829f000)
    liblirc_client.so.0 => /usr/lib/liblirc_client.so.0 (0x00007fdd98098000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007fdd97ceb000)
    libcurl.so.4 => /usr/lib/libcurl.so.4 (0x00007fdd97a88000)
    liblua.so.5.2 => /usr/lib/liblua.so.5.2 (0x00007fdd97856000)
    libjson-c.so.2 => /usr/lib/libjson-c.so.2 (0x00007fdd9764b000)
    libpulsecommon-4.0.so => /usr/lib/pulseaudio/libpulsecommon-4.0.so (0x00007fdd973de000)
    libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007fdd97197000)
    librt.so.1 => /usr/lib/librt.so.1 (0x00007fdd96f8f000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fdd9e17c000)
    libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007fdd96c27000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fdd9696d000)
    libfribidi.so.0 => /usr/lib/libfribidi.so.0 (0x00007fdd96754000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007fdd96518000)
    libltdl.so.7 => /usr/lib/libltdl.so.7 (0x00007fdd9630e000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fdd960ef000)
    libglapi.so.0 => /usr/lib/libglapi.so.0 (0x00007fdd95ec9000)
    libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007fdd95cc6000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007fdd95ac0000)
    libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0x00007fdd958be000)
    libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0x00007fdd956a6000)
    libxcb-dri2.so.0 => /usr/lib/libxcb-dri2.so.0 (0x00007fdd954a1000)
    libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007fdd9e34f000)
    libssh2.so.1 => /usr/lib/libssh2.so.1 (0x00007fdd95278000)
    libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007fdd9500c000)
    libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007fdd94c02000)
    libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007fdd9499c000)
    libasyncns.so.0 => /usr/lib/libasyncns.so.0 (0x00007fdd94796000)
    liblzma.so.5 => /usr/lib/liblzma.so.5 (0x00007fdd94573000)
    libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007fdd94363000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fdd94139000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fdd93f35000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fdd93d2f000)
    libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007fdd93afd000)
    libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007fdd9362e000)
    libnsl.so.1 => /usr/lib/libnsl.so.1 (0x00007fdd93416000)
    libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007fdd931ff000)
    Downgrading to version "20130428-1" solved the problem.
    Anyone also encounter this? Is it a packaging issue? Thanks.
    Last edited by ffjia (2013-08-07 12:53:14)

    Sorry guys, I had a problem updating "extra" repo, and did a partial updates.
    Re-sync the repository solved the issue, thanks.

  • Missing external libraries on deployment

    I have created a Web project under IBM Rational Application Developer 7 and a EAR project that deploys that web application under WebSphere v6.1.
    When I publish the web application on WebSphere, the external libraries are not found or not published with it. I have included the external libraries into the main Web project, but still it is not taken into account.
    Anyone know what the cause of this could be?
    In order to run my program I have to create the WAR file with Maven og install it manually on WebSphere. This has become tedious and wastes alot of time.

    The application probably thinks it's a camera drive. Post a screen shot if the root level of the partition. Look for folders with names like Private.

  • Swi-prolog package is missing interface libraries for Java (jpl)

    I want to embed Prolog in my Java app, but Arch's swi-prolog package doesn't seem to have the Java interface libraries (jpl) included. Anyone know why?

    Hi, I have the same problem. Did you find the solution? Would be nice if you can help.

Maybe you are looking for