File conflict, libgl-dr: /usr/lib/libGL.so.1

I am trying to upgrade xorg but whenever I pacman -S xorg, I get the following error
error: the following file conflicts were found:
libgl-dri: /usr/lib/libGL.so.1: exists in filesystem
I was wondering if anyone new how to fix this problem.
Thanks

schultz wrote:
Yep... That was a problem fixer...
Problably more to come...  :cry:
Unfortunaly I was right...  new problems... Stupid Xorg7...

Similar Messages

  • [Solved]/usr/lib/libGL.so.1 symlink keeps changing on package installs

    Hello,
    I recently switched my desktop from using the proprietary nvidia drivers to nouveau. After doing so, I experienced seg faults in many applications (emacs, xfce4-session). I tracked down the problem to be caused by the /usr/lib/libGL.so.1 symlink pointing to the wrong file. I noticed that if I looked in /usr/lib, I would see libGL.so.1 -> libGL.so.190.42 when in fact it should have been pointing to mesa-libGL.so.1.2.0.  ( https://bbs.archlinux.org/viewtopic.php?id=174663 )
    Changing the symlink by hand ( sudo ln -sf mesa-libGL.so.1.2.0 libGL.so.1 ) makes everything work again, but every time I install something new the symlink goes back to libGL.so.190.42.
    What is causing this symlink to change on every package install and how can I stop this from happening?
    Thanks!
    Last edited by mikej_96 (2013-12-23 21:25:19)

    Oh wow - how can this even happen?
    I verified that the libGL.so.1 symlink was correct:
    ls -lah libGL.so*
    lrwxrwxrwx 1 root root 19 Dec 13 12:12 libGL.so -> mesa-libGL.so.1.2.0
    lrwxrwxrwx 1 root root 19 Dec 23 14:20 libGL.so.1 -> mesa-libGL.so.1.2.0
    lrwxrwxrwx 1 root root 19 Dec 13 12:12 libGL.so.1.2.0 -> mesa-libGL.so.1.2.0
    -rwxr-xr-x 1 root root 775K Aug 29 2009 libGL.so.185.18.36
    -rwxr-xr-x 1 root root 906K Oct 25 2009 libGL.so.190.42
    Then rename the 'bad' libGL file.
    $ mv libGL.so.190.42 libGL.so.190.42.why_is_this_here
    Then, re-install archlinux wallpaper
    $ pacman -S archlinux-wallpaper
    warning: archlinux-wallpaper-1.4-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1):
    Name Old Version New Version Net Change
    extra/archlinux-wallpaper 1.4-1 1.4-1 0.00 MiB
    Total Installed Size: 11.78 MiB
    Net Upgrade Size: 0.00 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [################################] 100%
    (1/1) checking package integrity [################################] 100%
    (1/1) loading package files [################################] 100%
    (1/1) checking for file conflicts [################################] 100%
    (1/1) reinstalling archlinux-wallpaper [################################] 100%
    Then check the symlink again
    $ ls -lah libGL.so*
    lrwxrwxrwx 1 root root 19 Dec 13 12:12 libGL.so -> mesa-libGL.so.1.2.0
    lrwxrwxrwx 1 root root 32 Dec 23 14:16 libGL.so.1 -> libGL.so.190.42.why_is_this_here
    lrwxrwxrwx 1 root root 19 Dec 13 12:12 libGL.so.1.2.0 -> mesa-libGL.so.1.2.0
    -rwxr-xr-x 1 root root 775K Aug 29 2009 libGL.so.185.18.36
    -rwxr-xr-x 1 root root 906K Oct 25 2009 libGL.so.190.42.why_is_this_here
    It moved back to the unwanted libGL file.

  • Lost all my /usr/lib files in trial so solve glib dependency

    Hi,
    Failing to upgrade my Arch_X86-64 system due to glibc dependencies, I've followed an advice in the forum and tried to move (as root) all files in usr/lib to a (temporary, initially empty) directory I've created. Now I can't see any files, neither in /usr/lib nor in the backup direvtory (see terminal output below).
    Please advise how to restore my system?
    thanks
    Miki Badt
    copy of terminal output
    root /usr/lib # mv * /lib_back/
    root /usr/lib # pacman -Syu
    pacman: error while loading shared libraries: libalpm.so.7: cannot open shared object file: No such file or directory
    root /usr/lib # mv /lib_back/* .
    mv: error while loading shared libraries: libacl.so.1: cannot open shared object file: No such file or directory
    root /usr/lib # ls
    ls: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
    root /usr/lib # cd /lib_back/
    root /lib_back # ls
    ls: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
    root /lib_back # cd /usr/lib
    root /usr/lib # ls
    ls: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
    root /usr/lib #

    boot from arch iso and chroot into your system
    (eg. mount /dev/sda1 /mnt && chroot /mnt)
    and revert your commands, simple as that !

  • Libgl-dri - libgl upgrade fails because libGL.so.1 is present.

    Attempting the libgl-dri -> libgl upgrade :
    error: failed to commit transaction (conflicting files)
    libgl: /usr/lib/libGL.so.1 exists in filesystem
    errors occurred, no packages were upgraded.
    Umm thinking as I type, perhaps this is because I have the nVidia proprietary driver installed and did that when I installed Arch a couple of months ago and realise that it was available via pacman.  I will post anyway in case the issue affects anyone else, or someone can tell me that there is a different reason.
    And a P.S.  by way of an edit. I just tried to install the upgrade to mplayer separately from libgl (it came as part of the same -Syu exercise), and it fails for the same reason - maybe that was the problem in the first place?
    Last edited by perseus (2007-11-07 07:40:08)

    perseus wrote:Umm thinking as I type, perhaps this is because I have the nVidia proprietary driver installed and did that when I installed Arch a couple of months ago and realise that it was available via pacman.  I will post anyway in case the issue affects anyone else, or someone can tell me that there is a different reason.
    You mean you installed nvidia from their 'official installer'?  That would cause this problem - if you want nvidia, use pacman's packages to avoid this in the future.

  • [SLVD] force using /usr/lib/xorg/modules/updates/extensions/libglx.so

    Latest versions of catalyst bring powerXpress support - it means that we can now switch between discreet AMD gfx driver and integrated intel gfx driver (and maybe also switch between catalyst and ati oss driver).
    I'm working on it now, unfortunatelly it's not that easy to implement in a right way in Arch. There's no way without doing some ugly tricks (like creating /usr/X11R6 dir). Although i must say that i almost succeeded.
    Yes, i know that /usr/X11R6/lib is obsolete and not supported by Arch, but i must to place catalyst's libGL.so somewhere so it wouldn't conflict with libgl's libGL.so (+ more important is to be able to update libgl package without problems), and that directory is looking good.
    Basically this whole powerXpress suport = linking libGL and libglx libraries into right place. Let me show you some functions:
    switching libGL:
    function switch_to_amd() {
    ln -snf /usr/X11R6/lib/fglrx/fglrx-libGL.so.1.2 \
    /usr/X11R6/lib/libGL.so.1.2
    ln -snf libGL.so.1.2 /usr/X11R6/lib/libGL.so.1
    ln -snf libGL.so.1 /usr/X11R6/lib/libGL.so
    ldconfig /usr/X11R6/lib
    function switch_to_intel() {
    ln -snf /usr/lib/libGL.so.1.2 \
    /usr/X11R6/lib/libGL.so.1.2
    ln -snf libGL.so.1.2 /usr/X11R6/lib/libGL.so.1
    ln -snf libGL.so.1 /usr/X11R6/lib/libGL.so
    ldconfig /usr/X11R6/lib
    switching libglx:
    function switch_to_amd() {
    ln -snf /usr/lib/xorg/modules/updates/extensions/fglrx/fglrx-libglx.so \
    /usr/lib/xorg/modules/updates/extensions/libglx.so
    function switch_to_intel() {
    ln -snf /usr/lib/xorg/modules/extensions/libglx.so \
    /usr/lib/xorg/modules/updates/extensions/libglx.so
    I've created /etc/ld.so.conf.d/catalyst.conf with:
    /usr/X11R6/lib
    inside. I've also added /usr/X11R6/lib into PATH in /etc/profile in 1st place (just in case).
    And it's working fine (i mean catalyst is working fine) untill i will install libgl (so it's not fine)... After restart, when running X server screen goes blank and i cannot do anything (even when it's switched to amd). /var/log/Xorg.0.log looks fine, no errors, it's longer than usuall with those lines:
    [ 2515.883] (II) Power Button: Close
    [ 2515.883] (II) UnloadModule: "evdev"
    [ 2515.883] (II) Unloading evdev
    [ 2515.895] (II) Power Button: Close
    [ 2515.895] (II) UnloadModule: "evdev"
    [ 2515.895] (II) Unloading evdev
    [ 2515.911] (II) My keyboard: Close
    [ 2515.911] (II) UnloadModule: "evdev"
    [ 2515.911] (II) Unloading evdev
    [ 2515.926] (II) My keyboard: Close
    [ 2515.926] (II) UnloadModule: "evdev"
    [ 2515.926] (II) Unloading evdev
    [ 2515.942] (II) My Mouse: Close
    [ 2515.942] (II) UnloadModule: "evdev"
    [ 2515.942] (II) Unloading evdev
    [ 2515.947] (II) fglrx(0): Shutdown CMMQS
    [ 2515.948] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 2515.948] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x2000 at 0x7fdc4f862000
    [ 2515.962] (II) fglrx(0): Interrupt handler Shutdown.
    but it doesn't look relevant.
    I don't know is it:
    - /usr/X11R6/lib that is chosen after /usr/lib
    - OR /usr/lib/xorg/modules/updates/extensions/ that is chosen after /usr/lib/xorg/modules/extensions/  - i though that updates should be taken in 1st place by default
    Maybe both of them?
    Right now i'm thinking that this is the problem of /usr/X11R6/lib that need to be taken before /usr/lib, so my question is same as the question in topic of this post.
    I will really appreciate any help.
    Btw: there's only one file in /usr/X11R6/lib : /usr/X11R6/lib/fglrx/fglrx-libGL.so.1.2
    + there's only one file in /usr/lib/xorg/modules/updates/extensions : /usr/lib/xorg/modules/updates/extensions/fglrx/fglrx-libglx.so
    I took this whole solution and scripts from SUSE (AMD's solution is really ugly). SUSE also doesn't like /usr/X11R6/lib, but they used it and there it seems to work. I mean i don't have SUSE, i just see their catalyst packaging script.
    Last edited by Vi0L0 (2011-05-15 10:02:32)

    Lone_Wolf wrote:
    've installed libgl, then removed /usr/lib/libGL.so* and problem persist. Then i reinstalled libgl, and removed /usr/lib/xorg/modules/extensions/libglx.so - it was working fine...
    This may be because of  a fallback option that if libglx.so is not found , xorg uses libglx.xorg .
    But libglx.so owned by catalyst (/usr/lib/xorg/modules/updates/extensions/libglx.so) should be found, and is found if only libglx.so owned by libgl (/usr/lib/xorg/modules/extensions/libglx.so) is not present. And if the last one is absent i can see in Xorg.0.log that xserver/catalyst is using that one placed in updates dir, not libglx.xorg.
    Now i removed libgl, and removed /usr/lib/xorg/modules/updates/extensions/libglx.so, so catalyst should got troubles, restart X and same problem: blank screen with only one char sign on top left corner: _
    So obviously catalyst need that /usr/lib/xorg/modules/updates/extensions/libglx.so
    I just don't know how to force using /usr/lib/xorg/modules/updates/extensions directory over /usr/lib/xorg/modules/extensions dir...
    Maybe i need something like LD_PRELOAD or something.
    This maybe not clear but what i'm trying to reach right now is to get catalyst working when libgl package is present, cuz it's looking like good begining.
    Lone_Wolf wrote:It does look like xorg doesn't entirely folllow ldconfig / symbolic links , so i'm inclined to suggest to keep things as simple as possible and change only what's really necessary .
    Ofcourse, i also don't like this whole /usr/X11R6/lib thing. Hell no, i even don't got intel gfx , i'm only trying to implement something that can be usefull for others.
    And since SUSE know how to use /usr/lib/xorg/modules/updates/extensions directory over /usr/lib/xorg/modules/extensions i'm sure it's also possible in Arch. Maybe the right and only way is to change something in xserver compilation, i don't know. Right now i'm trying to do this in "easier" way.
    Lone_Wolf wrote:
    As your libraries have different names as the mesa ones :
    place fglrx-libGL.so.1.2 in /usr/lib
    put fglrx-libglx.so in /usr/lib/xorg/modules/extensions
    for libgl only change the symbolic link just above the binary :  /usr/lib/libGL.so.1
    for libglx change /usr/lib/xorg/modules/extensions/libglx.so
    That ofcourse should work - since it will link to proper libs.
    But it's not what i'm trying to reach : catalyst and libgl installed without conflicts.
    Lone_Wolf wrote:If that works, you'll atleast know the switch is possible.
    Just a mention: this whole linking thing isn't anything new, it was used by linux users for long time so such switch is possible (as i can see they used to use such linking as you suggested but imho it's bad way - it should to be done without pacman's conflicts), now ati is just trying to implement it by default.
    This powerXpress support is still in developement, although i can see what way ati picked up, i'm trying to follow it and i'm pretty sure that it will work if i will follow it. The sooner - the better.

  • Ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib liker error

    Hello,
    I found out that some open source applications when tied to be installed from source or trough fink or mac ports simply fail at linking with the error:
    ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib
    However, when I force the linker to use /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib instead it works.
    I am wondering what is the problem since /usr/X11/lib/libGL.dylib has to be exported from /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib.
    It is very painful to force configure to use right version of libGL.dylib. Since the two libraries are of
    different size the should be different. Simple replacement of /usr/X11/lib/libGL.dylib by /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib would work, but what are the consequences for the other applications?
    I would be very happy is someone from OS X developement would reply to this and address this problem in the future.
    Regards,
    Slobodan

    Post to the Unix forum under OS X Technologies and you should get a knowledgeable answer.

  • LibGL error: dlopen /usr/lib/xorg/modules/dri//i915_dri.so failed

    Hello
    I don't have graphic acceleration in my Dell INSPEIRON 6400 laptop.
    I try this:
    http://wiki.archlinux.org/index.php/Intel_GMA_945
    except the 915resolution and then I still didn't have acceleration.
    $ LIBGL_DEBUG=verbose glxinfo
    name of display: :0.0
    libGL: XF86DRIGetClientDriverName: 1.7.4 i915 (screen 0)
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri//i915_dri.so
    libGL error: dlopen /usr/lib/xorg/modules/dri//i915_dri.so failed (/usr/lib/xorg/modules/dri//i915_dri.so: undefined symbol: _glapi_tls_Context)
    libGL error: unable to load driver: i915_dri.so
    display: :0 screen: 0
    Full log include lspci:
    http://www.shorttext.com/n0u6r
    thanks for your help
    Nadav

    byte wrote:Did you run pacman -Syu lately? What are your package versions? pacman -Q xf86-video-intel xorg-server
    $ pacman -Q xf86-video-intel xorg-server
    xf86-video-intel 2.1.1-2
    xorg-server 1.4-5
    $ sudo p -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    local database is up to date
    Last edited by nadavvin (2007-11-18 17:34:18)

  • /usr/lib/libXext.so.6 File too short

    Hi, Im trying to get xorg running.
    I'm running Arch on Vbox as guest.
    I don't know  exactly what I did to get this error, I was following the Arch wiki and was in the part of installing hal, dbus, xfree-input-keyboard and mouse.
    Now I'm getting an error that wasn't before. I type "startx" and I get:
    >  xauth: error while loading shared libraries: /usr/lib/libXext.so.6: file too short
    >  xauth: error while loading shared libraries: /usr/lib/libX11.so.6: file too short
    With "pacman -Qo libX11.so.6"
    > error: failed to read file libX11.so.6: No such file or directory
    "pacman -Qo libX11.so.6"
    > error: failed to read file libX11.so: No such file or directory
    Same for libXext.so.6
    "pacman -Ss libxext"
    > extra/libxext 1.1.1-1      X11 miscellaneous extensions library
    "pacman -S libxext"
    >warning: libext-1.1.1-1 is up to date -- reinstalling
    >Proceed with installation (y/n) y
    > checking for file conflicts
    > (lot of errors like this: libxext: MITMisc.h exists in filesystem)
    > Errors ocurred, no packages were upgraded.
    "pacman -R libxext"
    > error: failed to prepare transaction (could not satisfy dependencies)
    > (lots of packets require libxext)
    I also renamed ld.so.cache to ld.so.cache (should I do anything else to rebuild it?)
    Help

    Hi thanks, that did it.
    Unfortunately now "startx" throws another new error that wasn't before. "Startx" would bring up a black screen I couldn't get out from before, I guess it was working, kinda.
    This is the error now:
    >dlopen: /usr/lib/xorg/modules/drivers/vboxvideo_drv.so : undefined symbol: resVga Shared
    > (EE) Failed to load /usr/lib/xorg/modules/drivers/vboxvideo_drv.so
    > (EE) Failed to load module "vboxvideo" (loader failed, 7)
    > (EE) module ABI major version (4) doesn´t match the server´s version (7)
    >Fatal server error:
    >no screens found
    So I tried just in case:
    "pacman -Qo vboxvideo_drv.so". The file didn't belong to any package.
    "pacman -Sf virtualbox-additions". All ok the package was reinstalled.
    But that didn't solve the problem. I also did "shutdown -rF now"
    Same problem still.

  • Conflict in last upgrade /usr/lib/libXvMCNVIDIA_dynamic.so.1

    mmmm.... Wich I need to do?
    just wait?
    # pacman -Syu
    :: Sincronizando las bases de datos de paquetes...
    core está actualizado
    extra está actualizado
    community está actualizado
    kdemod está actualizado
    :: iniciando actualización completa del sistema...
    resolviendo dependencias...
    verificando conflictos...
    Se procesará: filezilla-3.0.6-1  kernel26-2.6.24.1-2  ipw3945-1.2.2-7
                  madwifi-utils-0.9.3.3.3246-1  madwifi-0.9.3.3.3246-2
                  ndiswrapper-utils-1.52-1  ndiswrapper-1.52-1
                  nvidia-utils-169.09-1  nvidia-169.09-2  rt2500-1.1.0_B4-20
                  wlan-ng26-0.2.8-13
    Tamaño total de descarga:   0,00 MB
    Tamaño total instalado:   40,40 MB
    ¿Continuar con la instalación? [Y/n]
    Verificando la integridad de los paquetes...
    (11/11) verificando conflictos entre archivos       [#####################] 100%
    error: no se pudo preparar la transacción
    error: no se pudo iniciar la operación (archivos en conflicto)
    nvidia-utils: /usr/lib/libXvMCNVIDIA_dynamic.so.1 existe en el sistema de archivos
    Ocurrieron errores, no se actualizaron paquetes
    Last edited by luuuciano (2008-02-11 01:02:11)

    GARTZ wrote:rm in the file works with me, but... Sorry for my noob question, what it means do a -Sf in the package?
    -f, --force          force install, overwrite conflicting files

  • Cannot print PDF files: "/usr/lib/cups/filter/pdftops failed"

    Hi
    I have a HP Deskjet D1460 printer (crap, i know ). I'm using hplip 3.11.1 drivers and CUPS 1.4.6hplip 3.11.1.
    Today i wanted to print a pdf file, and my printer just silently refused to work, like they always do I did some log-scavenging, and found this rather long one:
    E [11/Feb/2011:12:44:36 +0100] [Job 24] Job stopped due to filter errors; please consult the error_log file for details.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] The following messages were recorded from 12:44:30 to 12:44:36
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Adding start banner page "none".
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Queued on "Deskjet_D1400" by "kaszak".
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Auto-typing file...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Request file type is application/pdf.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] File of type application/pdf queued by "kaszak".
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Adding end banner page "none".
    D [11/Feb/2011:12:44:36 +0100] [Job 24] job-sheets=none,none
    D [11/Feb/2011:12:44:36 +0100] [Job 24] argv[0]="Deskjet_D1400"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] argv[1]="24"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] argv[2]="kaszak"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] argv[3]="przelew.pdf"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] argv[4]="1"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] argv[5]="finishings=3 number-up=1 page-ranges=1 job-uuid=urn:uuid:82dc9ff4-9df7-3643-7cb5-87d5084f99f5 job-originating-host-name=localhost time-at-creation=1297424670 time-at-processing=1297424670 AP_D_InputSlot="
    D [11/Feb/2011:12:44:36 +0100] [Job 24] argv[6]="/var/spool/cups/d00024-001"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[7]="CUPS_STATEDIR=/var/run/cups"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[8]="HOME=/var/spool/cups/tmp"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[10]="SERVER_ADMIN=root@localhost"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[11]="SOFTWARE=CUPS/1.4.6"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[13]="USER=root"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[14]="CUPS_SERVER=/var/run/cups/cups.sock"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[15]="CUPS_ENCRYPTION=IfRequested"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[16]="IPP_PORT=631"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[17]="CHARSET=utf-8"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[18]="LANG=pl_PL.UTF-8"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[19]="PPD=/etc/cups/ppd/Deskjet_D1400.ppd"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[20]="RIP_MAX_CACHE=8m"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[21]="CONTENT_TYPE=application/pdf"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[22]="DEVICE_URI=hp:/usb/Deskjet_D1400_series?serial=TH7B13311X04Y2"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[23]="PRINTER_INFO="
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[24]="PRINTER_LOCATION="
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[25]="PRINTER=Deskjet_D1400"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[26]="CUPS_FILETYPE=document"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] envp[27]="FINAL_CONTENT_TYPE=printer/Deskjet_D1400"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Started filter /usr/lib/cups/filter/pdftops (PID 2793)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Started filter /usr/lib/cups/filter/foomatic-rip-hplip (PID 2794)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Started backend /usr/lib/cups/backend/hp (PID 2795)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Started filter pdftops (PID 2796)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Started filter pstops (PID 2797)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Page = 612x792; 18,36 to 594,783
    D [11/Feb/2011:12:44:36 +0100] [Job 24] slow_collate=0, slow_duplex=0, slow_order=0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Before copy_comments - %!PS-Adobe-3.0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] %!PS-Adobe-3.0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] %%LanguageLevel: 3
    D [11/Feb/2011:12:44:36 +0100] [Job 24] %%DocumentSuppliedResources: (atend)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] %%DocumentMedia: plain 596 842 0 () ()
    D [11/Feb/2011:12:44:36 +0100] [Job 24] %%BoundingBox: 0 0 596 842
    D [11/Feb/2011:12:44:36 +0100] [Job 24] %%Pages: 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] %%EndComments
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Before copy_prolog - %%BeginDefaults
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Before copy_setup - %%BeginSetup
    D [11/Feb/2011:12:44:36 +0100] [Job 24] foomatic-rip version $Revision=3.0.2.131$ running...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Parsing PPD file ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option ColorSpace
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option Resolution
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option PageSize
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option Model
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option PrintoutMode
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option Quality
    D [11/Feb/2011:12:44:36 +0100] [Job 24] *cupsFilter: "application/vnd.cups-postscript 100 foomatic-rip-hplip"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] *cupsFilter: "application/vnd.cups-pdf 0 foomatic-rip-hplip"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option PageRegion
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option ImageableArea
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option PaperDimension
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Added option Font
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Parameter Summary
    D [11/Feb/2011:12:44:36 +0100] [Job 24] -----------------
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Spooler: cups
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Printer: Deskjet_D1400
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Shell: /bin/sh
    D [11/Feb/2011:12:44:36 +0100] [Job 24] PPD file: /etc/cups/ppd/Deskjet_D1400.ppd
    D [11/Feb/2011:12:44:36 +0100] [Job 24] ATTR file:
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Printer model: HP Deskjet d1400 Series hpijs, 3.11.1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Job title: przelew.pdf
    D [11/Feb/2011:12:44:36 +0100] [Job 24] File(s) to be printed:
    D [11/Feb/2011:12:44:36 +0100] [Job 24] <STDIN>
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Pondering option 'finishings=3'
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Unknown option finishings=3.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Pondering option 'number-up=1'
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Unknown option number-up=1.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Pondering option 'page-ranges=1'
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Unknown option page-ranges=1.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Pondering option 'job-uuid=urn:uuid:82dc9ff4-9df7-3643-7cb5-87d5084f99f5'
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Unknown option job-uuid=urn:uuid:82dc9ff4-9df7-3643-7cb5-87d5084f99f5.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Pondering option 'job-originating-host-name=localhost'
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Unknown option job-originating-host-name=localhost.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Pondering option 'time-at-creation=1297424670'
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Unknown option time-at-creation=1297424670.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Pondering option 'time-at-processing=1297424670'
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Unknown option time-at-processing=1297424670.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Pondering option 'AP_D_InputSlot='
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Unknown option AP_D_InputSlot=.
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] ================================================
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] File: <STDIN>
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] ================================================
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Reading PostScript input ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] --> This document is DSC-conforming!
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %RBINumCopies: 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Job claims to be DSC-conforming, but "%%BeginProlog" was missing before first line with another "%%Begin..." comment (is this a TeX/LaTeX/dvips-generated PostScript file?). Assuming start of "Prolog" here.
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] -----------
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%BeginProlog
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%EndProlog
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] -----------
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%BeginSetup
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%BeginFeature: *PageSize Letter
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Option: PageSize=Letter --> Setting option
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %% FoomaticRIPOptionSetting: PageSize=Letter
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Option: PageSize=Letter --> Setting option
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%BeginFeature: *PrintoutMode Normal
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Option: PrintoutMode=Normal --> Setting option
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Option: PrintoutMode=Normal --> Setting option
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%BeginFeature: *Quality FromPrintoutMode
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Option: Quality=FromPrintoutMode --> Setting option
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Option: Quality=FromPrintoutMode --> Setting option
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Before page loop - %%Page: 1 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Copying page 1...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] pagew = 576.0, pagel = 747.0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
    D [11/Feb/2011:12:44:36 +0100] [Job 24] PageLeft = 18.0, PageRight = 594.0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] PageTop = 783.0, PageBottom = 36.0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] PageWidth = 612.0, PageLength = 792.0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%EndSetup
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Inserting PostScript code for CUPS' page accounting
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] -----------
    D [11/Feb/2011:12:44:36 +0100] [Job 24] New page: 1 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%BeginPageSetup
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Inserting option code into "PageSetup" section.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: %%EndPageSetup
    D [11/Feb/2011:12:44:36 +0100] [Job 24] End of page header
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Stopping search for page header options
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Found: S
    D [11/Feb/2011:12:44:36 +0100] [Job 24] --> Output goes directly to the renderer now.
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Starting renderer
    D [11/Feb/2011:12:44:36 +0100] [Job 24] renderer PID kid4=2802
    D [11/Feb/2011:12:44:36 +0100] [Job 24] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="deskjet 3320" -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=1 -dIjsUseOutputFD -sOutputFile=- -
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Starting process 2803: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=6..."
    D [11/Feb/2011:12:44:36 +0100] [Job 24] JCL: <job data>
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] PID 2796 (pdftops) exited with no errors.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] prnt/hpijs/hpijs.cpp 650: WARNING: color pen has low ink
    D [11/Feb/2011:12:44:36 +0100] [Job 24] STATE: +marker-supply-low-warning
    D [11/Feb/2011:12:44:36 +0100] [Job 24] GPL Ghostscript 9.00: Unrecoverable error, exit code 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process 2803 ending: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=6..."
    D [11/Feb/2011:12:44:36 +0100] [Job 24] renderer return value: 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] renderer received signal: 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
    D [11/Feb/2011:12:44:36 +0100] [Job 24] error: Nie ma takiego pliku ani katalogu (2)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Cleaning up ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Killing process 2802 (KID4) with signal 15
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process dying with "Caught termination signal: Job canceled", exit stat: 0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] error: Przerwany potok (32)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Cleaning up ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Killing process 2801 (KID3) with signal 15
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process dying with "Caught termination signal: Job canceled", exit stat: 0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] error: (0)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Cleaning up ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process dying with "Caught termination signal: Job canceled", exit stat: 0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] error: Przerwane wywołanie systemowe (4)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Cleaning up ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Killing process 2802 (KID4) with signal 15
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Closing foomatic-rip.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Killing process 2802 (KID4) with signal 9
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Closing foomatic-rip.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Killing process 2801 (KID3) with signal 9
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Caught termination signal: Job canceled
    D [11/Feb/2011:12:44:36 +0100] [Job 24]
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Closing foomatic-rip.
    D [11/Feb/2011:12:44:36 +0100] [Job 24] prnt/backend/hp.c 839: ERROR: null print job total=0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] PID 2797 (pstops) crashed on signal 13!
    D [11/Feb/2011:12:44:36 +0100] [Job 24] End of messages
    D [11/Feb/2011:12:44:36 +0100] [Job 24] printer-state=3(idle)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] printer-state-message="/usr/lib/cups/filter/pdftops failed"
    D [11/Feb/2011:12:44:36 +0100] [Job 24] printer-state-reasons=marker-supply-low-warning
    E [11/Feb/2011:12:45:56 +0100] [Job 22] Stopping unresponsive job!
    E [11/Feb/2011:12:49:41 +0100] [Job 24] Stopping unresponsive job!
    To be honest, it looks more like a Chinese poem rather than error log. I found this part the most disturbing:
    D [11/Feb/2011:12:44:36 +0100] [Job 24] STATE: +marker-supply-low-warning
    D [11/Feb/2011:12:44:36 +0100] [Job 24] GPL Ghostscript 9.00: Unrecoverable error, exit code 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process 2803 ending: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=6..."
    D [11/Feb/2011:12:44:36 +0100] [Job 24] renderer return value: 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] renderer received signal: 1
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
    D [11/Feb/2011:12:44:36 +0100] [Job 24] error: Nie ma takiego pliku ani katalogu (2)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Cleaning up ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Killing process 2802 (KID4) with signal 15
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process dying with "Caught termination signal: Job canceled", exit stat: 0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] error: Przerwany potok (32)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Cleaning up ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Killing process 2801 (KID3) with signal 15
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process dying with "Caught termination signal: Job canceled", exit stat: 0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] error: (0)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Cleaning up ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Process dying with "Caught termination signal: Job canceled", exit stat: 0
    D [11/Feb/2011:12:44:36 +0100] [Job 24] error: Przerwane wywołanie systemowe (4)
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Cleaning up ...
    D [11/Feb/2011:12:44:36 +0100] [Job 24] Killing process 2802 (KID4) with signal 15
    Anyone had such problems before? Just don't tell me this cursed device demands a sacrifice from freshly produced virgin paper sheets to chew on.
    Other non-pdf documents print succesfully.

    just got hit with thie same error on my canon printer, and I was told I should try reinstalling the printer (not sure if that's meant for the driver or the actual printer in CUPS, but I intend to try both...

  • HELP! Relocation error: file /usr/lib/librt.so: symbol priocntl not found

    Hi,
    I've just installed a Solaris 9 and gcc-3.4.2 (from sunfreeware.com) on a Sun Blade 1500.
    #uname -a
    SunOS dove 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Blade-1500
    Upon running my application, a runtime error occured.
    ld.so.1: CMC: fatal: relocation error: file /usr/lib/librt.so: symbol priocntl: referenced symbol not found
    I've traced my code to were it had encountered a problem. It seems that the error occured whenever a pthread_create() function is executed.
    Originally my application was developed under a Solaris 8 environment. No runtime errors occured during that time.
    I think there's a problem with the Solaris 9 /usr/lib/librt.so.1 file.
    Could you please help me.
    I deeply appreciate it.

    hi, take a look at:
    http://bbs.archlinux.org/viewtopic.php?id=47981

  • Ldconfig: File /usr/lib/libnotify.so is empty, not checked. power down

    Hello During installation of gnome and gnome-extra  i have a  power  down in whole house. when its back up i try to install packages and here is a problem now.
    [2013-05-20 12:05] [PACMAN] installed libsecret (0.15-1)
    [2013-05-20 12:05] [PACMAN] installed libwebp (0.3.0-3)
    =======================POWER DOWN ==============================
    [2013-05-20 12:07] [PACMAN] Running 'pacman -S cpupower acpi'
    [2013-05-20 12:07] [PACMAN] installed cpupower (3.9-2)
    [2013-05-20 12:07] [PACMAN] installed acpi (1.6-1)
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:07] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    how to solve this problem ? i cant install it.
    Last edited by bula6595 (2013-05-20 09:33:31)

    [2013-05-20 12:43] [PACMAN] Running 'pacman -S --force gnome gnome-extra'
    [2013-05-20 12:44] [PACMAN] installed baobab (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme-symbolic (3.8.2.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libgweather (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libical (1.0-2)
    [2013-05-20 12:44] [PACMAN] installed liboauth (1.0.1-1)
    [2013-05-20 12:44] [PACMAN] installed gcr (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libgdata (0.13.3-1)
    [2013-05-20 12:44] [PACMAN] installed evolution-data-server (3.8.2-2)
    [2013-05-20 12:44] [PACMAN] installed libzeitgeist (0.3.18-3)
    [2013-05-20 12:44] [PACMAN] installed libtracker-sparql (0.16.1-1)
    [2013-05-20 12:44] [PACMAN] installed folks (0.9.1-3)
    [2013-05-20 12:44] [PACMAN] installed iso-codes (3.41-1)
    [2013-05-20 12:44] [PACMAN] installed libogg (1.3.0-1)
    [2013-05-20 12:44] [PACMAN] installed libvorbis (1.3.3-1)
    [2013-05-20 12:44] [PACMAN] installed alsa-lib (1.0.27-2)
    [2013-05-20 12:44] [PACMAN] installed tdb (1.2.11-1)
    [2013-05-20 12:44] [PACMAN] installed sound-theme-freedesktop (0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libcanberra (0.30-3)
    [2013-05-20 12:44] [PACMAN] installed libasyncns (0.8-4)
    [2013-05-20 12:44] [PACMAN] installed flac (1.2.1-3)
    [2013-05-20 12:44] [PACMAN] installed libsndfile (1.0.25-2)
    [2013-05-20 12:44] [PACMAN] installed json-c (0.10-2)
    [2013-05-20 12:44] [PACMAN] installed libpulse (3.0-3)
    [2013-05-20 12:44] [PACMAN] installed libnice (0.1.4-1)
    [2013-05-20 12:44] [PACMAN] installed farstream (0.2.3-1)
    [2013-05-20 12:44] [PACMAN] installed telepathy-farstream (0.6.0-1)
    [2013-05-20 12:44] [PACMAN] installed telepathy-logger (0.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed libgnome-keyring (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed pm-quirks (0.20100619-3)
    [2013-05-20 12:44] [PACMAN] installed pm-utils (1.4.1-5)
    [2013-05-20 12:44] [PACMAN] installed libplist (1.10-1)
    [2013-05-20 12:44] [PACMAN] installed usbmuxd (1.0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libimobiledevice (1.1.5-1)
    [2013-05-20 12:44] [PACMAN] installed upower (0.9.20-2)
    [2013-05-20 12:44] [PACMAN] installed libqmi (1.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed modemmanager (0.7.990-4)
    [2013-05-20 12:44] [PACMAN] installed networkmanager (0.9.8.0-3)
    [2013-05-20 12:44] [PACMAN] installed telepathy-mission-control (5.14.0-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] To use Empathy you need to install at least one Telepathy connection manager.
    [2013-05-20 12:44] [PACMAN] installed empathy (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-desktop (1:3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libexif (0.6.21-1)
    [2013-05-20 12:44] [PACMAN] installed exempi (2.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed python2-markupsafe (0.15-2)
    [2013-05-20 12:44] [PACMAN] installed python2-beaker (1.6.4-1)
    [2013-05-20 12:44] [PACMAN] installed python2-mako (0.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gobject-introspection (1.36.0-1)
    [2013-05-20 12:44] [PACMAN] installed libpeas (1.8.0-2)
    [2013-05-20 12:44] [PACMAN] installed eog (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed startup-notification (0.12-3)
    [2013-05-20 12:44] [PACMAN] installed libxres (1.0.6-1)
    [2013-05-20 12:44] [PACMAN] installed libwnck3 (3.4.5-1)
    [2013-05-20 12:44] [PACMAN] installed epiphany (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed libgxps (0.2.2-3)
    [2013-05-20 12:44] [PACMAN] installed lcms (1.19-2)
    [2013-05-20 12:44] [PACMAN] installed ghostscript (9.07-2)
    [2013-05-20 12:44] [PACMAN] installed libspectre (0.2.7-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] Updating font cache... done.
    [2013-05-20 12:44] [PACMAN] installed gsfonts (1.0.7pre44-3)
    [2013-05-20 12:44] [PACMAN] installed openjpeg (1.5.1-1)
    [2013-05-20 12:44] [PACMAN] installed poppler (0.22.3-3)
    [2013-05-20 12:44] [PACMAN] installed poppler-glib (0.22.3-3)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:44] [PACMAN] installed djvulibre (3.5.25.3-1)
    [2013-05-20 12:44] [PACMAN] installed libxpm (3.5.10-1)
    [2013-05-20 12:44] [PACMAN] installed libxaw (1.0.11-1)
    [2013-05-20 12:44] [PACMAN] installed t1lib (5.1.2-3)
    [2013-05-20 12:44] [PACMAN] installed evince (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed accountsservice (0.6.32-1)
    [2013-05-20 12:44] [PACMAN] installed python2-cairo (1.10.0-1)
    [2013-05-20 12:44] [PACMAN] installed pygobject-devel (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed python2-gobject (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed python2-atspi (2.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed libxklavier (5.3-1)
    [2013-05-20 12:44] [PACMAN] installed caribou (0.4.10-1)
    [2013-05-20 12:44] [PACMAN] installed js (17.0.0-1)
    [2013-05-20 12:44] [PACMAN] installed gjs (1.36.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-bluetooth (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-menus (3.8.0-2)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:44] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    [2013-05-20 12:44] [PACMAN] installed gconf (3.2.6-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-session (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libcanberra-pulse (0.30-3)
    [2013-05-20 12:44] [PACMAN] installed libwacom (0.7-1)
    [2013-05-20 12:44] [PACMAN] installed rtkit (0.11-2)
    [2013-05-20 12:44] [PACMAN] installed speex (1.2rc1-3)
    [2013-05-20 12:44] [PACMAN] installed fftw (3.3.3-1)
    [2013-05-20 12:44] [PACMAN] installed libsamplerate (0.1.8-1)
    [2013-05-20 12:44] [PACMAN] installed webrtc-audio-processing (0.1-1)
    [2013-05-20 12:44] [PACMAN] installed sbc (1.1-1)
    [2013-05-20 12:44] [ALPM-SCRIPTLET] >>> See the wiki at http://wiki.archlinux.org/index.php/PulseAudio for details
    [2013-05-20 12:44] [ALPM-SCRIPTLET] on configuring your system for PulseAudio.
    [2013-05-20 12:44] [ALPM-SCRIPTLET]
    [2013-05-20 12:44] [ALPM-SCRIPTLET] >>> Make sure to install pulseaudio-alsa to configure ALSA for PulseAudio.
    [2013-05-20 12:44] [PACMAN] installed pulseaudio (3.0-3)
    [2013-05-20 12:44] [PACMAN] installed alsa-plugins (1.0.27-1)
    [2013-05-20 12:44] [PACMAN] installed pulseaudio-alsa (2-2)
    [2013-05-20 12:44] [PACMAN] installed gtk2 (2.24.18-1)
    [2013-05-20 12:44] [PACMAN] installed python2-xdg (0.25-1)
    [2013-05-20 12:44] [PACMAN] installed ibus (1.5.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-settings-daemon (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed cantarell-fonts (0.0.12-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-themes-standard (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed libgdm (3.8.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed zenity (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed mutter (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed mobile-broadband-provider-info (20120614-1)
    [2013-05-20 12:44] [PACMAN] installed network-manager-applet (0.9.8.0-3)
    [2013-05-20 12:44] [PACMAN] installed unzip (6.0-6)
    [2013-05-20 12:44] [PACMAN] installed gnome-shell (3.8.2-2)
    [2013-05-20 12:44] [PACMAN] installed gdm (3.8.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-backgrounds (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-calculator (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed sdl (1.2.15-3)
    [2013-05-20 12:44] [PACMAN] installed libdv (1.0.0-4)
    [2013-05-20 12:44] [PACMAN] installed mjpegtools (2.0.0-3)
    [2013-05-20 12:44] [PACMAN] installed gsm (1.0.13-7)
    [2013-05-20 12:44] [PACMAN] installed lame (3.99.5-1)
    [2013-05-20 12:44] [PACMAN] installed recode (3.6-7)
    [2013-05-20 12:44] [PACMAN] installed enca (1.14-1)
    [2013-05-20 12:44] [PACMAN] installed fribidi (0.19.5-1)
    [2013-05-20 12:44] [PACMAN] installed libass (0.10.1-1)
    [2013-05-20 12:44] [PACMAN] installed libbluray (0.2.3-1)
    [2013-05-20 12:44] [PACMAN] installed libmodplug (0.8.8.4-1)
    [2013-05-20 12:44] [PACMAN] installed libtheora (1.1.1-2)
    [2013-05-20 12:44] [PACMAN] installed libva (1.1.1-1)
    [2013-05-20 12:44] [PACMAN] installed libvpx (1.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed opencore-amr (0.1.3-1)
    [2013-05-20 12:44] [PACMAN] installed opus (1.0.2-2)
    [2013-05-20 12:44] [PACMAN] installed rtmpdump (20121203-1)
    [2013-05-20 12:44] [PACMAN] installed schroedinger (1.0.11-1)
    [2013-05-20 12:44] [PACMAN] installed v4l-utils (0.9.5-1)
    [2013-05-20 12:44] [PACMAN] installed x264 (20130206-1)
    [2013-05-20 12:44] [PACMAN] installed xvidcore (1.3.2-1)
    [2013-05-20 12:44] [PACMAN] installed ffmpeg (1:1.2.1-1)
    [2013-05-20 12:44] [PACMAN] installed chromaprint (0.7-5)
    [2013-05-20 12:44] [PACMAN] installed libmms (0.6.2-1)
    [2013-05-20 12:44] [PACMAN] installed faad2 (2.7-3)
    [2013-05-20 12:44] [PACMAN] installed mpg123 (1.15.3-1)
    [2013-05-20 12:44] [PACMAN] installed libmp4v2 (2.0.0-2)
    [2013-05-20 12:44] [PACMAN] installed faac (1.28-4)
    [2013-05-20 12:44] [PACMAN] installed celt (0.11.3-1)
    [2013-05-20 12:44] [PACMAN] installed libdca (0.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed soundtouch (1.7.1-1)
    [2013-05-20 12:44] [PACMAN] installed spandsp (0.0.6pre21-1)
    [2013-05-20 12:44] [PACMAN] installed libdvdread (4.2.0-1)
    [2013-05-20 12:44] [PACMAN] installed libdvdnav (4.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed libgme (0.6.0-2)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-bad (1.0.7-1)
    [2013-05-20 12:44] [PACMAN] installed cdparanoia (10.2-4)
    [2013-05-20 12:44] [PACMAN] installed libvisual (0.4.0-4)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-base (1.0.7-1)
    [2013-05-20 12:44] [PACMAN] installed jack (0.121.3-7)
    [2013-05-20 12:44] [PACMAN] installed wavpack (4.60.1-2)
    [2013-05-20 12:44] [PACMAN] installed aalib (1.4rc5-9)
    [2013-05-20 12:44] [PACMAN] installed taglib (1.8-1)
    [2013-05-20 12:44] [PACMAN] installed libshout (1:2.3.1-1)
    [2013-05-20 12:44] [PACMAN] installed libid3tag (0.15.1b-7)
    [2013-05-20 12:44] [PACMAN] installed imlib2 (1.4.5-4)
    [2013-05-20 12:44] [PACMAN] installed libcaca (0.99.beta18-1)
    [2013-05-20 12:44] [PACMAN] installed libraw1394 (2.1.0-1)
    [2013-05-20 12:44] [PACMAN] installed libavc1394 (0.5.4-1)
    [2013-05-20 12:44] [PACMAN] installed libiec61883 (1.2.0-3)
    [2013-05-20 12:44] [PACMAN] installed gst-plugins-good (1.0.7-2)
    [2013-05-20 12:44] [PACMAN] installed gnome-video-effects (0.4.0-2)
    [2013-05-20 12:44] [PACMAN] installed nautilus-sendto (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed cheese (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-contacts (3.8.1-1)
    [2013-05-20 12:44] [PACMAN] installed cups-pk-helper (0.2.4-1)
    [2013-05-20 12:44] [PACMAN] installed libgtop (2.28.4-1)
    [2013-05-20 12:44] [PACMAN] installed libpwquality (1.2.1-1)
    [2013-05-20 12:44] [PACMAN] installed vte-common (0.34.5-1)
    [2013-05-20 12:44] [PACMAN] installed vte3 (0.34.5-1)
    [2013-05-20 12:44] [PACMAN] installed exiv2 (0.23-1)
    [2013-05-20 12:44] [PACMAN] installed mash (0.2.0-2)
    [2013-05-20 12:44] [PACMAN] installed shared-color-targets (0.1.2-1)
    [2013-05-20 12:44] [PACMAN] installed colord-gtk (0.1.25-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-color-manager (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed libcap-ng (0.7.3-1)
    [2013-05-20 12:44] [PACMAN] installed talloc (2.0.8-1)
    [2013-05-20 12:44] [PACMAN] installed libbsd (0.4.2-1)
    [2013-05-20 12:44] [PACMAN] installed libwbclient (4.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed cifs-utils (6.0-2)
    [2013-05-20 12:44] [PACMAN] installed tevent (0.9.18-1)
    [2013-05-20 12:44] [PACMAN] installed ldb (1.1.15-1)
    [2013-05-20 12:44] [PACMAN] installed smbclient (4.0.5-3)
    [2013-05-20 12:44] [PACMAN] installed gnome-control-center (3.8.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-dictionary (3.6.0-2)
    [2013-05-20 12:44] [PACMAN] installed libatasmart (0.19-1)
    [2013-05-20 12:44] [PACMAN] installed udisks2 (2.1.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-disk-utility (3.8.0-2)
    [2013-05-20 12:44] [PACMAN] installed gnome-font-viewer (3.8.0-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-icon-theme-extras (3.6.2-1)
    [2013-05-20 12:44] [PACMAN] installed gnome-keyring (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-screenshot (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-system-log (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libsigc++ (2.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed glibmm (2.36.2-1)
    [2013-05-20 12:45] [PACMAN] installed cairomm (1.10.0-3)
    [2013-05-20 12:45] [PACMAN] installed pangomm (2.34.0-1)
    [2013-05-20 12:45] [PACMAN] installed atkmm (2.22.7-1)
    [2013-05-20 12:45] [PACMAN] installed gtkmm3 (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-system-monitor (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-terminal (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed yelp-xsl (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed yelp (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-user-docs (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed apr (1.4.6-1)
    [2013-05-20 12:45] [PACMAN] installed unixodbc (2.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed apr-util (1.5.2-1)
    [2013-05-20 12:45] [PACMAN] installed apache (2.2.24-1)
    [2013-05-20 12:45] [PACMAN] installed mod_dnssd (0.6-4)
    [2013-05-20 12:45] [PACMAN] installed gnome-user-share (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed mousetweaks (3.8.0-2)
    [2013-05-20 12:45] [PACMAN] installed libcddb (1.3.2-3)
    [2013-05-20 12:45] [PACMAN] installed libcdio (0.90-2)
    [2013-05-20 12:45] [PACMAN] installed libcdio-paranoia (10.2+0.90+1-1)
    [2013-05-20 12:45] [PACMAN] installed gvfs (1.16.2-1)
    [2013-05-20 12:45] [PACMAN] installed libnautilus-extension (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed nautilus (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed neon (0.29.6-4)
    [2013-05-20 12:45] [PACMAN] installed libmusicbrainz5 (5.0.1-1)
    [2013-05-20 12:45] [PACMAN] installed gtksourceview3 (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed sushi (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gmime (2.6.15-1)
    [2013-05-20 12:45] [PACMAN] installed lua (5.2.2-1)
    [2013-05-20 12:45] [PACMAN] installed libquvi-scripts (0.4.14-1)
    [2013-05-20 12:45] [PACMAN] installed libquvi (0.4.1-2)
    [2013-05-20 12:45] [PACMAN] installed totem-plparser (3.4.5-1)
    [2013-05-20 12:45] [PACMAN] installed python (3.3.1-1)
    [2013-05-20 12:45] [PACMAN] installed python-cairo (1.10.0-2)
    [2013-05-20 12:45] [PACMAN] installed python-gobject (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed python-xdg (0.25-1)
    [2013-05-20 12:45] [PACMAN] installed totem (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed libgsf (1.14.26-1)
    [2013-05-20 12:45] [PACMAN] installed tracker (0.16.1-1)
    [2013-05-20 12:45] [PACMAN] installed vino (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed xdg-user-dirs (0.14-3)
    [2013-05-20 12:45] [PACMAN] installed xdg-user-dirs-gtk (0.10-1)
    [2013-05-20 12:45] [PACMAN] installed accerciser (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed guile (1.8.8-2)
    [2013-05-20 12:45] [ALPM-SCRIPTLET]
    [2013-05-20 12:45] [ALPM-SCRIPTLET] (gconftool-2:17218): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2013-05-20 12:45] [PACMAN] installed aisleriot (3.2.3.2-1)
    [2013-05-20 12:45] [PACMAN] installed gdl (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libanjuta (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed autogen (5.17.2-1)
    [2013-05-20 12:45] [PACMAN] installed devhelp (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed glade (3.15.0-1)
    [2013-05-20 12:45] [PACMAN] installed libmariadbclient (5.5.30-2)
    [2013-05-20 12:45] [PACMAN] installed postgresql-libs (9.2.4-1)
    [2013-05-20 12:45] [PACMAN] installed gd (2.0.36RC1-6)
    [2013-05-20 12:45] [PACMAN] installed gts (0.7.6-2)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Warning: Could not load "/usr/lib/graphviz/libgvplugin_rsvg.so.6" - file not found
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Warning: Could not load "/usr/lib/graphviz/libgvplugin_rsvg.so.6" - file not found
    [2013-05-20 12:45] [PACMAN] installed graphviz (2.30.1-3)
    [2013-05-20 12:45] [PACMAN] installed libgda (5.1.2-2)
    [2013-05-20 12:45] [PACMAN] installed serf (1.2.0-1)
    [2013-05-20 12:45] [PACMAN] installed subversion (1.7.9-4)
    [2013-05-20 12:45] [PACMAN] installed vala (0.20.1-1)
    [2013-05-20 12:45] [PACMAN] installed anjuta (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed cdrkit (1.1.11-2)
    [2013-05-20 12:45] [PACMAN] installed libmad (0.15.1b-6)
    [2013-05-20 12:45] [PACMAN] installed libao (1.1.0-3)
    [2013-05-20 12:45] [PACMAN] installed cdrdao (1.2.3-6)
    [2013-05-20 12:45] [PACMAN] installed dvd+rw-tools (7.1-4)
    [2013-05-20 12:45] [PACMAN] installed brasero (3.8.0-2)
    [2013-05-20 12:45] [PACMAN] installed gtkhtml4 (4.6.5-1)
    [2013-05-20 12:45] [PACMAN] installed libpst (0.6.58-1)
    [2013-05-20 12:45] [PACMAN] installed libytnef (1.5-3)
    [2013-05-20 12:45] [PACMAN] installed evolution (3.8.2-2)
    [2013-05-20 12:45] [PACMAN] installed file-roller (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed five-or-more (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed four-in-a-row (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gedit (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-chess (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-clocks (3.8.2-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-devel-docs (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed libzapojit (0.0.3-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-documents (3.8.2.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-getting-started-docs (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-klotski (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-mahjongg (3.8.0-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-mines (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed idnkit (1.0-2)
    [2013-05-20 12:45] [PACMAN] installed dnssec-anchors (20130320-1)
    [2013-05-20 12:45] [PACMAN] installed dnsutils (9.9.2.P2-1)
    [2013-05-20 12:45] [PACMAN] installed whois (5.0.25-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-nettool (3.8.0-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-nibbles (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed babl (0.1.10-1)
    [2013-05-20 12:45] [PACMAN] installed gegl (0.2.0-8)
    [2013-05-20 12:45] [PACMAN] installed gnome-photos (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-robots (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-sudoku (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed gnome-tetravex (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gnome-weather (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed iagno (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed lightsoff (3.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed python-atspi (2.8.0-1)
    [2013-05-20 12:45] [PACMAN] installed python-dbus-common (1.1.1-2)
    [2013-05-20 12:45] [PACMAN] installed python-dbus (1.1.1-2)
    [2013-05-20 12:45] [PACMAN] installed dotconf (1.3-3)
    [2013-05-20 12:45] [PACMAN] installed speech-dispatcher (0.8-1)
    [2013-05-20 12:45] [PACMAN] installed liblouis (2.5.2-2)
    [2013-05-20 12:45] [PACMAN] installed tcl (8.6.0-4)
    [2013-05-20 12:45] [PACMAN] installed cython (0.19-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] Please add your user to the brlapi group.
    [2013-05-20 12:45] [PACMAN] installed brltty (4.5-3)
    [2013-05-20 12:45] [PACMAN] installed orca (3.8.1-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed quadrapassel (3.8.1-1)
    [2013-05-20 12:45] [PACMAN] installed gssdp (0.14.2-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp (0.20.2-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp-av (0.12.1-1)
    [2013-05-20 12:45] [PACMAN] installed gupnp-dlna (0.10.1-1)
    [2013-05-20 12:45] [PACMAN] installed libunistring (0.9.3-5)
    [2013-05-20 12:45] [PACMAN] installed xdg-utils (1.1.0.git20121008-2)
    [2013-05-20 12:45] [PACMAN] installed rygel (0.18.2-1)
    [2013-05-20 12:45] [PACMAN] installed seahorse (3.8.2-1)
    [2013-05-20 12:45] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:45] [PACMAN] installed swell-foop (3.8.1-1)
    [2013-05-20 12:46] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
    [2013-05-20 12:46] [PACMAN] installed tali (3.8.0-1)
    [2013-05-20 12:46] [PACMAN] installed gtk-vnc (0.5.2-2)
    [2013-05-20 12:46] [PACMAN] installed vinagre (3.8.2-1)
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so.4.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libssl3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsmime3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssckbi.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-1.0.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so.3.0.1 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssdbm3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnotify.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnssutil3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libnss3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-extras-0.7.so.0.0.0 is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libgoa-backend-1.0.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libcroco-0.6.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librest-0.7.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libsoftokn3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libfreebl3.so is empty, not checked.
    [2013-05-20 12:46] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/librsvg-2.so.2.37.0 is empty, not checked.
    FULL install gnome log --force. gnome dont work .. ;/

  • Mistakenly overwrote some *.dylib files in /usr/lib

    Hello all. I made a foolish mistake while working on my iMac remotely (via SSH). I realized how stupid I was right as I did it--but, of course, it was already too late. So now I have to figure out what to do to get things back in working order.
    Here's what I did... I copied the following three *.dylib files into /usr/lib/:
    i386_libstdc++.6.dylib
    libgcc_s.1.dylib
    libstdc++.6.dylib
    I am not 100% sure if I overwrote existing files (as I don't have access to another Mac at the moment to see if these files exist by default) but I think that is the case. After I did it, the most simple of commands no longer worked. "ls" gave me this:
    dyld: Symbol not found: dyld_stub_binder
      Referenced from: /usr/lib/libSystem.B.dylib
      Expected in: /usr/lib/libSystem.B.dylib
    in /usr/lib/libSystem.B.dylib
    Trace/BPT trap: 5
    I do not yet know if this has made the GUI non-functional as well (like I said, I was doing this remotely). But as soon as someone is availble on the other end I will have them check. If the GUI is funcitonal, would it be possible to just delete the offending files via Finder, and copy over versions (if another version of these files indeed exists by default) from another Lion machine? (Unfortunately, I don't have a Time Machine backup for this Mac so that is not an option).
    If the GUI is not functional and/or this will not work for some other reason, I suppose I will need to use Target Disk Mode to retrieve my data from the machine and rebuild it from scratch?
    At any rate, if anyone can give me any troubleshooting steps or other suggestions for how to tackel this issue, that would be very appreciated.

    Do you think a restore is necessary? Is there a reason removing/replacing the offending files will not work? (I did verify that I have normal access via the GUI, by the way--so far these librarie seem to only affect CLI commands, though I wouldn't be surprised if other odd things popped up too).
    If I *do* have to do a restore, would it be possible for me to set up Time Machine, back up the machine as-is right now, restore the machine to a factory state, then use Time Machine to just recover my user data? Or maybe kist clone the disk to an external drive? Or is just a plain old copy to an external drive the best option? Just want to make sure I have an understanding of the best route here so that I can save the data (which is mainly just Applicaitons and iMovie projects and events).
    As for "mucking" with it remotely--if I couldn't do that, it would ruin all my fun, now wouldn't it?! :-) I'm a linux admin for a living so thus why the Terminal is very comfortable (perhaps TOO comfortable in this case!) for me, yet I am less familiar with things like Time Machine. I'm definitely about to learn though! If I had Time Machine it would make recovering the proper versions of these files very simple, no?

  • /lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short occurred. error

    I am doing 10AS(10.1.3.5) upgrade on 64bit OL 5 os with R1211/11.2.0.3 database.
    I set the environment file and trying to run runinstaller, i am getting below error.
    =====================
    [applmgr@apps Disk1]$ ./runInstaller -ignoreSysPrereqs
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-Red Hat Enterprise Linux AS release 3, redhat-Red Hat Enterprise Linux AS release 4, redhat-Red Hat Enterprise Linux ES release 3, redhat-Red Hat Enterprise Linux ES release 4, redhat-3, redhat-4, redhat-5, SuSE-9 or SuSE-10
    Passed
    All installer requirements met.
    Checking Temp space: must be greater than 400 MB. Actual 6491 MB Passed
    Checking swap space: must be greater than 512 MB. Actual 5122MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set.
    Checking if CPU speed is above 300 MHz. Actual 2666 MHz Passed
    Ignoring optional pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-03-11_08-05-11PM. Please wait ...[applmgr@apps Disk1]$ Oracle Universal Installer, Version 10.1.0.6.0 Production
    Copyright (C) 1999, 2009, Oracle. All rights reserved.
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-03-11_08-05-11PM/jre/1.4.2/lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-03-11_08-05-11PM/jre/1.4.2/lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:174)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:183)
    at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:279)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:739)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:653)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:174)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:183)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:112)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:797)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:653)
    here is /usr/lib information.
    wxrwx 1 root root 20 Feb 21 17:07 libodbcpsql.so -> libodbcpsql.so.2.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcnnS.so.1 -> libodbcnnS.so.1.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcmyS.so.1 -> libodbcmyS.so.1.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcmyS.so -> libodbcmyS.so.1.0.0
    lrwxrwxrwx 1 root root 21 Feb 21 17:07 libodbcminiS.so.1 -> libodbcminiS.so.1.0.0
    lrwxrwxrwx 1 root root 20 Feb 21 17:07 libodbcinst.so.1 -> libodbcinst.so.1.0.0
    lrwxrwxrwx 1 root root 24 Feb 21 17:07 libodbcdrvcfg2S.so.1 -> libodbcdrvcfg2S.so.1.0.0
    lrwxrwxrwx 1 root root 24 Feb 21 17:07 libodbcdrvcfg1S.so.1 -> libodbcdrvcfg1S.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libodbccr.so.1 -> libodbccr.so.1.0.0
    lrwxrwxrwx 1 root root 14 Feb 21 17:07 libnn.so.1 -> libnn.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libmimerS.so.1 -> libmimerS.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libgtrtst.so.1 -> libgtrtst.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libesoobS.so.1 -> libesoobS.so.1.0.0
    lrwxrwxrwx 1 root root 22 Feb 21 17:07 libboundparam.so.1 -> libboundparam.so.1.0.0
    lrwxrwxrwx 1 root root 14 Feb 22 19:22 libXp.so.6 -> libXp.so.6.2.0
    lrwxrwxrwx 1 root root 25 Mar 5 23:10 libdb.so.2 -> /usr/lib/libgdbm.so.2.0.0
    -rwxr-xr-x 1 root root 0 Mar 11 03:21 libXtst.so.6.1.0
    lrwxrwxrwx 1 root root 29 Mar 11 03:22 libXtst.so.6 -> /usr/X11R6/lib/libXtst.so.6.1

    Hi;
    Please review:
         Oracle Application Server 10g (10.1.2) Installation Requirements for Linux OEL 5 and RHEL 5 [ID 564174.1]
    Regard
    Helios

  • Cannot connect to app store on Macbook pro. error:kernel[0]: TMCCFS 78942 MSG execveHook skip scan the file(/usr/lib/dyld)

    In trying to update iTunes, I am finding that my macbook pro cannot connect to the app store at all. I am getting this error over and over in the logs.
    error:kernel[0]: TMCCFS 78942 MSG execveHook skip scan the file(/usr/lib/dyld)
    tried relaunching app store, itunes, etc and no look. Internet connectivity is fine and so is DNS.

    Try:
    Troubleshooting iTunes installation on Mac OS X
    Next, post in the iTunes for Mac forum

Maybe you are looking for