Ld: fatal: library -lthread: not found

My project is a multithreaded application that requires compiling c++
programs using orbix, roguewave libraries with some additional static
libraries we developed. However, during linking. I am getting fatal
errors:
ld: fatal: library -lthread: not found
ld: fatal: File processing errors. No output written to a.out
*** Error code 1
I am using Makefiles to compile my programs. To compile, using Sun
Workshop C++ 5.0 compiler, I am using a number of flags like this:
CC -c �.. -mt -DREENTRANT -I(header files -orbix, rw, my headers�)
-Bstatic �..-Bdynamic�.. xx.cpp -o xx.o
And to link, its
CC -mt -DREENTRANT -Bdynamic (orbix, rw, Pthread libs) -Bstatic
(My_libs.a) -Bstatic (My_objects)-o xx.exe
This could be due to some kind of conflict between the dynamic and
static parts - but I have no clue. Could you suggest how I could solve this problem? How would you explain this?
Thanks,
-Jacob

/* Please look at the following simple program */
#include <iostream>
#include <fstream>
#include "netdb.h"
using namespace std;
int
main()
     fstream s;
     cout << "Hello World" << endl;
     cout << __lock;
     cout << __unlock;
     struct servent* se;
     se = getservbyname("control_test", "tcp");
Compiling the above code with one of the following sequences of commands
          # CC -c -g -mt main.cc ; CC -mt -lsocket main.o
     or     # CC -c -g -O0 -mt main.cc ; CC -xnolib -mt -lsocket main.o -lCstd -lCrun -lm -lw -lcx -lc -lthread
on a Solaris 7, gives me an executable which stale locks immediately
in the beginning of execution, when the fstream object is created.
I first observed this error in a more complex and really multithreaded
programm where the fstream object was created dynamically in one
subthread.
I'm short before deciding to drop using the fstream and work out
the project with the old stream interface. Please note that I'm using
ISO ANSI representation of streams in this code that means it
is a std::basic_fstream<char ... > which locks the __stream_mutex
inherited by ios_base. The executable breaks exactly at the
beginning of the basic_ios::init function as described in
/opt/SUNWspro/SC5.0/include/ios.cc
I hope that someone previously encountered and probably solved this
problem (not worked around please).
CU AXEL

Similar Messages

  • Library -lc: not found when compiling ncurses 5.7 in solaris 10

    Hi,
    I'm using Solaris 10 x86_64 and I am having problems compiling ncurses 5.7. This is the error message when I try to execute make:
    gcc ../objects/tic.o ../objects/dump_entry.o -I../progs -I../../progs -DHAVE_CONFIG_H -I../../progs/../include -I. -I../include -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/usr/local/include/ncurses -O2 --param max-inline-insns-single=1200 -static -L../lib -lncurses -L../lib -lncurses -dynamic   -o tic
    ld: fatal: library -lc: not found
    ld: fatal: File processing errors. No output written to tic
    collect2: ld returned 1 exit status
    make[1]: *** [tic] Error 1
    make[1]: Leaving directory `/Documents/ncurses-5.7/ncurses-5.7/objdir/progs'
    make: *** [all] Error 2
    I've read that this error happens because you cannot statically compile with the c library in Solaris and that this is not exactly an ncurses bug. I am quite new to Solaris and I do not understand this entirely? Can anyone help me fix this? And perhaps give some explanation as well?
    Your help would be much appreciated.

    I'm not familiar with all the variations here, but I suspect gcc may be erroring out saying that it doesn't have a static copy of libc, Correct, from the truss output:
    7060:     open("/opt/local/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    7060:     open("/usr/sfw/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    7060:     open("../lib/libc.a", O_RDONLY)               Err#2 ENOENT
    7060:     open("../lib/libc.a", O_RDONLY)               Err#2 ENOENT
    7060:     open("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/libc.a", O_RDONLY) Err#2 ENOENT
    7060:     open("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../i386-pc-solaris2.11/lib/libc.a", O_RDONLY) Err#2 ENOENT
    7060:     open("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../libc.a", O_RDONLY) Err#2 ENOENT
    7060:     open("/usr/ccs/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    7060:     open("/lib/libc.a", O_RDONLY)               Err#2 ENOENT
    7060:     open("/usr/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    7060:     open("/usr/sfw/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    # find / -name libc.a
    There's also a possibility of problems with templates:
    7058:     access("/usr/ccs/bin/ld.rpo", R_OK)          Err#2 ENOENT
    7058:     access("P,/usr/ccs/lib:/lib:/usr/lib:/usr/sfw/lib.rpo", R_OK) Err#2 ENOENT
    7058:     access("/usr/ccs/lib:/lib:/usr/lib:/usr/sfw/lib.rpo", R_OK) Err#2 ENOENT
    7058:     access("tic.rpo", R_OK)                    Err#2 ENOENT
    7058:     access("/usr/lib/crt1.rpo", R_OK)          Err#2 ENOENT
    7058:     access("/usr/lib/crti.rpo", R_OK)          Err#2 ENOENT
    7058:     access("/usr/lib/values-Xa.rpo", R_OK)          Err#2 ENOENT
    7058:     access("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/crtbegin.rpo", R_OK) Err#2 ENOENT
    7058:     access("../objects/tic.rpo", R_OK)          Err#2 ENOENT
    7058:     access("../objects/dump_entry.rpo", R_OK)     Err#2 ENOENT
    7058:     access("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/crtend.rpo", R_OK) Err#2 ENOENT
    7058:     access("/usr/lib/crtn.rpo", R_OK)          Err#2 ENOENT
    while Studio 12 may be falling back to dynamic linkages for libraries where it doesn't have a static copy.Studio 12
    truss -f -o /tmp/out gmake
    grep libc.a out
    all show ENOENT
    There shouldn't be a problem with having the application libraries static, but the OS libraries will not be.:-)
    alan

  • Your photo library was not found. Do you want to find your iPhoto Library?

    Your photo library was not found. Do you want to find your iPhoto Library?
    Do you want to create or find?
    This is the message I get when I try to open iphoto.
    1. this is the first time since I've used iphoto that this has happened.
    2. I would like to know why.
    3. I am not sure which choice to make.
    4. recent changes involving photos would be deleting several photos....I used a program called Grand Perspective and began to delete photos from there
    5. although I'm interested in fixing this problem, I would like to learn more about 'libraries' and the way iphoto works. Previous to owning a Mac, I used Picasa with my pc and I don't remember it using as much space on my hard drive. iphoto has a large number of duplicated photos of which I've been unable to resolve easily and it is approx. 60 G of space. I would like to have access to my images (30,000) through external hard drives but not necessarily have them all on my mac. I believe that is what Picasa does. I'm using the new Picasa for Mac but want to continue to use iphoto as well.
    If I did not form this question well enough, please let me know how to clarify. I'm trying to remedy this while answering a million Why? why? Why? questions from my 4 year old!
    Thank you.
    iphoto 7.1.5

    I would like to learn more about 'libraries'
    Step one is to learn about iPhoto - it is not a photo viewer like Picasa - it is a photo manager and uses an SQL database - the content and structure of this database are critical (as with any database application) to the operation of iPhoto - any changes made to either the content or structure of the database using external programs including (especially) the finder can corrupt the database and cause you to lose data
    recent changes involving photos would be deleting several photos....I used a program called Grand Perspective and began to delete photos from there
    This is how you destroyed your iPhoto library and made it unusable
    As to space - the iPhoto database contains at a minimum a copy of the original photo (in the default and recommended operating environment) and a small thumbnail. When any modification to the photo is made a modified version is created so there might be three versions (no duplicates) of a photo within the iPhoto library - none of them are extraneous and none of them can be removed without corrupting the iPhoto library
    Once a photo is imported into iPhoto (assuming default settings which are strongly recommended) the original source photo outside of iPhoto can be archived, deleted or otherwise handles - iPhoto has no further need for it.
    The iPhoto library can be located on an external hard drive so long as that hard drive is always available when iPhoto is running
    In general it is not advised to run two different photo organizers against the same photos - so if you use both Picasa and iPhoto you are likely to create future problems (although Google claims it is possible - just remember that you can not successfully make any change of any sort to any photo with the iPhoto library using Picasa or any other program - if you only use Picasa to look at photos you may be ok - if you never make any mistakes
    As to your immediate problem - you have destroyed you iPhoto library by deleting files from it. If you want to use iPhoto you will have to start over - find the originals folder within the iPhoto library and launch iPhoto while depressing the option (alt) key and create a new library - import the photos from the originals folder into iPhoto and do not go inside the iPhoto library or modify the contents of the iPhoto library in the future.
    LN
    Message was edited by: LarryHN

  • Error: "FATAL: Module oracleasm not found" in Red Hat 6

    Hi all:
       OS.....: Red Hat 6.5 (64 bits)
       I am preparing to install an 12c RAC in a Red Hat 6.5. While configuring the ASMLib, i got the following error while executing "/usr/sbin/oracleasm init":
          May  2 18:23:20 oraprd01 modprobe: FATAL: Module oracleasm not found.
       I configure the Oracle YUM Repository and installed the "kmod-oracleasm" package. And in the link (Oracle ASMLib Downloads for Red Hat Enterprise Linux Server 6) i got the "oracleasmlib" and "oracleasm-support" packages, as you can see below:
          [root@oraprd01 binarios]# rpm -qa | grep -i oracleasm
          kmod-oracleasm-2.0.8-4.el6_6.x86_64
          oracleasm-support-2.1.8-1.el6.x86_64
          oracleasmlib-2.0.4-1.el6.x86_64
       My kernel is:
          Linux oraprd01 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
       My Red Hat version is:
          [root@oraprd01 binarios]# cat /etc/redhat-release
          Red Hat Enterprise Linux Server release 6.5 (Santiago)
       Why am i getting the above error while trying to init the oracleasm module? What am i doing wrong?
       Thanks in advance.

    Problem solved.
       I installed an older version of the kmod-oracleasm (kmod-oracleasm-2.0.6.rh1-3.el6_5.x86_64) downloaded from Red-Hat Customer Portal. Now the ASM module is loaded.

  • Obant reports ORABPEL-00005 (collaxa library directory not found)

    Hi,
    I´m trying to deploy some tasks using obant and several build.xml´s. I´ve done this for dozen times now, but today I got an error message that says:
    build.xml:42: ORABPEL-00005
    Collaxa-Library-Verzeichnis nicht gefunden.
    Das angegebene BPM-Library-Verzeichnis "lib/" wurde nicht gefunden.
    Here a maybe-translation:
    build.xml:42: ORABPEL-00005
    Collaxa-Library-Directory not found
    The indicated BPM-Library-Directory "lib/" was not found
    Well, the funny thing is, that when I´m running "obant" from command-line everything works fine - but when I´m calling the it from another ant-script it fails. The corresponding line in build.xml points to the bpelc-task:
    <target name="main">
    <bpelc input="${basedir}/bpel.xml" rev="${rev}" deploy="${deploy}" />
    </target>
    I´ve inserted an <echo ... /> to get the values of those variables (basedir/rev/deploy) used and everything seems to be in order. Here´s how I call this build.xml.
    main/build.xml:
         <target name="deployBPELServices">
              <property name="deploy" id="deploy" value="testDomain"/>
              <ant dir="services/all" antfile="build.xml" target="all">
                   <reference refid="deploy"/>
              </ant>
         </target>
    main/services/all/build.xml:
    <property name="deploy" id="deploy" value="default"/>
    <property name="rev" value="1.0"/>
         <target name="BpelProcess1">
              <ant dir="${basedir}/../BpelProcess1/"/>
         </target>     
    <target name="all" depends="BpelProcess1"/>
    main/services/BpelProcess1/build.xml:
    <target name="main">
    <bpelc input="${basedir}/bpel.xml" rev="${rev}" deploy="${deploy}" />
    </target>
    Usualy I start the deployment by using "obant deployBPELServices", which fails. When I´m using "obant" directly from main/services/all it works flawless.
    Any ideas or suggestions?
    Thnx in advance,
    Max

    Hi Clemens,
    Yes, the sample´s build.xml were my reference on how to set up this whole thing. I did it this the very same procedure for the last year with 26 BPEL-processes and yesterday just added a new process and this happend. Nevertheless, also if I remove the changes made to the main build.xml it doesn´t work (tested on 2 systems). Well at least, obviously this is my fault, not BPEL´s :) Whatever, I succeeed with the following:
    Instead of using
    <target name="deployBPELServices">
    <property name="deploy" id="deploy" value="testDomain"/>
    <ant dir="services/all" antfile="build.xml" target="all">
    <reference refid="deploy"/>
    </ant>
    </target>
    I´m now doing it this way:
    <target name="deployBPELServices">
    <property name="deploy" id="deploy" value="testDomain"/>
    <exec dir="services/all" executable="cmd">
    <arg line="/c ${ORABPEL}/bin/obant.bat -Ddeploy=${deploy}"/>
    </exec>
    </target>
    ${ORABPEL} points to my BPEL installation.
    Thnx anyway :)
    Greetings,
    Max

  • I just replaced my hard drive and restored everything from Time machine. However, I am unable to open iphoto and the following message appears Your photo library was not found. Do you want to find your iPhoto Library?

    I just replaced my hard drive and restored everything from Time machine. However, I am unable to open iphoto and the following message appears Your photo library was not found. Do you want to find your iPhoto Library?
    Where do I find this library?
    thanks
    Shak

    Twas quite a hassle if I am honest which was eventually resolved but I don't feel qualified to help anyone through the process as it required a trip to my local apple store and a genius bar appointment.
    Personally, I would do anything like moving pictures out of folders etc. Certainly not creating a new users. i don't think that is an elegant solution
    Try the following which MAY just about rescue the situation for you but if they don't work you may have to do something more drastic.
    (1) Holding down Cmd & Alt at the same time, start iPhoto by clicking on the iPhoto icon. From the resulting menu choose Rebuild photo library by selecting all available options given to you and then pressing REBUILD!
    If that doesn't work
    (2) Fire up Utilities. Go to migration assistant. Chose 'From another Time machine back-up'. Open the 'Users' option that comes up next and from there select Pictures, then uncheck everything else like Applications etc (you don't want to do a full migration of everything) and click go.
    If that doesn't work, take a deep breath and this step is rather complicated but it worked for me. First of all close iPhoto! Then go to new Finder window.
    From the Finder window choose Pictures, then iPhoto library, press CMD and the letter i. It brings up a new window. Go to Sharing & permissions. From there select the padlock to unlock settings. and then select User account, then press the 'cog' icon next to +/- abd choose Apply to enclosed items.
    This may take a while. Once completed, re-open iPhoto.
    And that should (I stress should) cure it.
    Good luck.

  • Adobe Downloading Adobe Photoshop Elements 13 MultipleLanguages Windows  The Akamai Download Manager has encountered an fatal error: File not found.

    I am trying to download the trial of PSE 13 which consists of two files. The first downloads ok but on the second I get this message:
    Downloading Adobe Photoshop Elements 13 MultipleLanguages Windows
    The Akamai Download Manager has encountered an fatal error: File not found.
    Same thing happens if I try to download the files individually and also in different browsers. Any ideas?

    Me three.   I have been trying for hours, and have used three different browsers. 
    I have just noticed that the URL it is trying to use is looking for ...win32.exe under a directory called win64. That sounds like a stupid typo mistake.  I manually modified the URL to this instead (and it downloaded something)...
    http://trials3.adobe.com/AdobeProducts/PSE/13/win32/PhotoshopElements_13_LS25_win32.exe
    Now I just need to figure out how to install the product manually using the two downloaded files!?!

  • Iphoto is not responding. I get the message, "Your photo library was  not found. Do you want to find your iPhoto Library?

    IPhoto is not responding except with the message: " Your photo library was not found.  Do you want to find your iPhoto Library".  Then, "iPhoto can't continue without a photo library. Make sure the disk containing your iPhoto Library is connected.
    1. What disk are they talking about?
    2. I can access my photos by clicking on ALL IMAGES in SEARCH FOR.
    3. If I trash iphoto and re-install from my Install Disc 1, will I lose the photos?
    4. If so, what can I do to save my photos and get iPhoto working?
    I have an iMac with 10.6.8.
    Dave

    What version of iPhoto?
    Is there an iPhoto Library in your Pictures folder?

  • [SOLVED] FATAL: module nvidia not found

    Hi
    I have been working on setting arch up on my laptop the past couple of days. It's a Thinkpad T61 with an NVIDIA Quadro NVS 140M gpu.
    I started with the nouveau driver and all was working fine, but I decided to switch to the propriatery driver to see if it had any better power saving features.
    Well, I installed 'nvidia-utils 275.09.07' with pacman > ran 'nvidia-xconf' > reboot. All I got was a few GDM failed to start error messages.
    So I start digging around the xorg log and what not, tried simply running startx. Turns out the 'nvidia' module is nowhere to be found.
    If I 'modprobe nvidia'
    FATAL: Module nvidia not found.
    So I tinker with it a bit more with no results. Reinstalled a few times, even tried installing the latest beta driver from AUR. Then I just said to hell with it and did a fresh arch install.
    Now I'm on a clean install. All I have done is sync and update with pacman, create a use and install X and the nvidia driver.
    Run 'startx'. Same thing as before.
    Where is that nvidia module supposed to be?
    In /lib/modules/2.6.39-ARCH/modules.dep there is this line. I grepped 'nvidia' from it.
    kernel/drivers/video/nvidia/nvidiafb.ko.gz: kernel/drivers/video/fb_ddc.ko.gz kernel/drivers/i2c/algos/i2c-algo-bit.ko.gz kernel/drivers/video/vgastate.ko.gz kernel/drivers/i2c/i2c-core.ko.gz
    And that nvidiafb file is there. Don't know if that is the right one.
    Am I doing something horribly wrong here or is this a bug? I'm really not sure at this point.
    Has anyone else been unlucky enough to have to deal with this issue?
    Last edited by raginaot (2011-07-17 16:49:29)

    raginaot wrote:
    mikesd wrote:
    Did you install nvidia as well as nvidia-utils?
    The wiki has a great nvidia page.
    ehm... I did not...
    I must be getting dyslexic or something cause I don't know how many times I read that wiki page trying to find something I had missed..
    Anyway, installed the nvidia package and it's all good now. Thanks.
    I'm gonna go sit in the corner now.
    You're a big enough man to actually admit you've erred.  In my books that makes you a very respectable man so no more corner-sitting for you.

  • [SOLVED] Fatal: module phc_intel not found

    I've used the phc_intel package from AUR, yet it didn't work for me and I removed it. Now, during boot I get the "Fatal: module phc_intel not found" message. It doesn't stop the boot but it's annoying. There is no mention of it in rc.conf:
    MOD_AUTOLOAD="no"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(!usblp acpi_cpufreq cpufreq_ondemand iwl4965 ac battery button processor thermal video btusb cdrom agpgart intel-agp nvram i2c-i801 i2c-core evdev joydev pcspkr psmouse serio_raw led-class mmc_core ricoh_mmc sdhci-pci sdhci pci_hotplug shpchp thinkpad_acpi wmi rtc-cmos rtc-core rtc-lib nvidia output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore scsi_mod ahci ata_piix e1000e bluetooth mac80211 rfkill iwlagn iwlcore cfg80211 pcmcia_core rsrc_nonstatic yenta_socket usb-storage usbcore ehci-hcd uhci-hcd ieee1394 ohci1394 sd_mod sr_mod st)
    Any ideas?
    Last edited by dcc24 (2009-12-19 19:59:45)

    Yes, there was a conf file there. Removing it solved the problem. Thanks!

  • Library File not found - bug?

    Hi All,
    I was trying to add a taskflow to the navigation , as find out that the resource library(initial context factory) for the task flow links , the one mentioned in the navigation registry is missing. -oracle.adf.rc.adapter.library.ResourceLibraryFactory.
    tried creating a new webcenter portal application and got the same issue. I am using Jdeveloper Studio Edition Version 11.1.1.5.0 with web center extension 11.1.1.5.0.xx.
    The taskflow link apperas in the navigation when we add it to the default navigation and whenever we accesss the the link in the navigation reference , it throws some exception and the task flow wont run. Please let me know , if this is the missing resource library that cause the task flow .
    Any other pointers to add a taskflow (without pagefragments ) as a link to the navigation will be helpful.
    Got a similiar issue in the same forum which is unanswered : Task Flows - ResourceLibraryFactor "not found"?
    Thanks,
    jzwl

    JZWL wrote:
    Hi Daniel.. thanks for the quick response,
    I am using taskflows without page fragments, and it works fine when run independently and currently the permissions are set to anonymous users. Whenever I drag and drop an task flow to the default navigation , it allows to select the task flow definition xml , but while runing the page it gives some null pointer exceptions.
    This same task flow run as a link in the navigation , when used as an external url  link (redirect to url option inside the navigation options ).
    Is there any way, the task flow can be a part of navigation without being external url or using page fragments. I couldn't see any documentation part says, it doesn't' support the Task Flows based on pages (jspx).
    thanks,
    jzwlHi again
    I mark as bold some points.
    1) I am using taskflows without page fragments,. Ok you are in bounded task flow JSPX pages.
    2) permissions are set to anonymous users. You set permission in adf-config of your Fusion Web Application (ADF) or in adf-config of WebCenter Portal Application?.
    3) I couldn't see any documentation part says, it doesn't' support the Task Flows based on pages (jspx). You can't put a Task Flow based on JSPX into another JSPX because are "full pages" and a page _only can cointain one af:document as root element. In addition, it is executed in a hidden project page called navigation-rendered.jspx
    4) This same task flow run as a link in the navigation , when used as an external url  link (redirect to url option inside the navigation options ). You are navigating to external Task Flow and not doing PPR/embebing in Page Template.
    5) Is there any way, the task flow can be a part of navigation without being external url or using page fragments. Task Flows droped in navigation are rendered in a hidden JSPX page called navigation-rendered.jspx. You can see this page showing it in Project Properties. Your Task Flow finally will be a <af:region> that must be Page Fragments based. Transform your TaskFlow from JSPX to JSFF with right click and "convert to Task Flow with Page Fragments" when you are editing your Task Flow and regenerate ADF JAR Library.
    I hope this help you.
    Regards.

  • Error -5093 "The analysis library was not found" in 64 bit project. But the analysis library is found in 32 bit project

    Hello,
    I'm using the Labwindows/CVI  2010 Full Development system, in a Windows 7 professional 64 bits computer. So, The analysis library is installed (see in the attached file), and the Option Analysis from the Customize library menu is selected.
    I'm using several function from analysis library  (WhiteNoise, MaxMin1D, LinFit, etc). The projects in 32 bits work very well. In 64 bits project  there is not linkage error, the exe is created, but there are errors like that:
    Function WhiteNoise: (return value == -5093 [0xffffffffffffec1b]). The analysis library DLL was not found or could not be loaded.
    the same for the other analysis library functions.
    how to do to use the analysis library in 64 bit projects, it's the analysis library 64 bit compatible?
    thanks in advance
    Solved!
    Go to Solution.
    Attachments:
    AnalysisLibraryInstalled.jpg ‏220 KB

    Hi DansatB,
    thanks you for posting on this forum !!
    Yes, the advanced analysis librairy is 64 bits compatible. i can do the test on my computer on CVI 2013.
    i think it will be great to correctly uninstall your CVI version ans all install again.
    Regards
    Aurélien Corbin
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Cahiers de vacances de NI
    Présentations en ligne : 12 fondamentaux à réviser, du 9 juillet au 29 aoû...

  • Apps keep crashing; library framework not found

    I think I deleted Java on my mac, and now all of my apps keep crashing (including itunes, word, software update, etc) with the error code -10822. In the crash report it says "dyld: Library not loaded: (and then traces the library path to either a Javascriptcore framework, or an install framework)".  Also, the reason given for the crash is "image not found".
    how do i correct this?

    FYI, JavaScriptCore.framework contains the javascript engine which is not related to Java. If you wish to disable Java on your computer then open the Java Preferences.app in the Utilities Folder and un-check all the Java Virtual Machines.

  • Library - items not found

    I  had to move ITunes from my husband's computer to mine after he lost his IPod and then his computer had a virus about 6 months ago. Most of the items in the library have a checkmark next to them and when I attempt to synch to my IPod 5th generation or to his new IPod touch I get a message that says that the items cannot be synced because they cannot be found. I moved them to my computer by syncing my IPod to my computer and didn't notice the problem until I tried to add the library to his IPod touch. All of the music can be played from my IPod but not from ITunes and they don't show on his iPod touch at all. How can I fix this problem?

    Try running this program on your Library playlist. It will remove the files that iTunes can't find from your Library.
    http://home.comcast.net/~teridon73/itunesscripts/index.html#itunesremovenotfound
    Download the zip, run the exe, and select "itunesremovenotfound" from the menu.

  • Library instruments not found in Logic Express 9

    Hi, some of the instruments listed in the library in Logic Express 9 can not be found.
    See e.g.:
    This happens also to other instruments from the library although these were all installed with the Logic Express software.
    Can you help please?
    Thanks a lot,
    Niels.

    this will helpmate http://logicprostudio.blogspot.com

Maybe you are looking for