[Solved] overall shared library issues

Hey, I'm having some trouble. I recently borked my system and did a reinstall. I made a list of packages before I reinstalled and after reinstalling, I intalled everything from that list. However, When I did so, I forgot to enable multilib first. Now I constantly get "libXYZ.so.I was not found, no such file or directory." Is there an easy way to fix this?
Last edited by herrflockig (2012-10-16 01:35:38)

Alright so I wrote this little script to check for missing files in all of my packages, and nothing shows up.
#!/bin/bash
pacman -Qdq |
while read package
do
for file in $(pkgfile -l $package | cut -f2)
do
if [ ! -f $file ] && [ ! -d $file ] && [ ! -L $file ]
then
echo $file
fi
done
done
So none of these shared libraries are actually missing. Here's a specific example: winetricks throws this error at me when I try to install vcrun2010:
err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": libxml2.so.2: cannot open shared object file: No such file or directory
But I know for a fact the libxml2.so.2 exists in /usr/lib/ and libxml2 is installed and up to date.
This is just one example this happens with several programs and with different shared object files each time. Any suggestions? Should I just reinstall again but properly this time?
Last edited by herrflockig (2012-10-15 12:13:38)

Similar Messages

  • Primary Library vs Shared Library issues

    Hi,
    I am experiencing some issues.
    I dont want to sync anything to my AppleTV so usually I set up my iTunes Library as a shared library.
    The other day I rented a movies on my iMac through iTunes and wasnt able to watch it on my AppleTV until I had set iTunes up as the primary library.
    This then tried to sync everything, which I stopped, I transfered the rented movie and watched it.
    I then lost ability to stream content from my iTunes library as the "Shared" libraries are no longer showing. e.g. Shared Movies
    Any ideas how to stream from a primary library?
    Dave

    Hey Chenks,
    I have the AppleTV set up with iTunes as the Primary Library but I noticed that when I go into Podcasts or TV Shows etc it doesnt give the screen that says its connecting to my library and therefore it doesnt include any new Podcasts in the list. Its like its not rescanning the list and just giving me the last known list of Podcasts.
    Any ideas?
    Dave

  • Shared Library issues after update yesterday

    Yesterday, some systems updates came through and I went ahead and said yes. I didn't really look at what they were. Since then I have been trying to use Panrama, Thinking Home software and Graphic Converter. Every time I try to access these programs, I keep coming up with shared library errors. Mainly it says that they are carbon library errors. I used Time Capsule to go back a week, because I had used both of these programs last week. It didn't change anything. Thinking Home is the current version and Panorama is the previous edition.
    Any ideas of how to fix this?

    First, what OS are you using? "Carbon Library" makes me think of OS 9
    Second, launch Software Update and the go to its Preferences and click on the "Installed Updates" tab to see what updates you installed.
    Third, make sure that you have the latest versions of those programs that run with your OS. Your "current" version may not work with the latest OS update. Sometimes it is something in a Security Update that cause problems.

  • [SOLVED] Gdb shared libraries issue

    Hi,
    I'm working on ARM system with gdb 7.1 (i've tried 7.5 too). I'm using this tool to debug an application composed by several shared libraries.
    If I debug this application on the ARM side, with gdb 7.1 i can see the shared loaded libraries (digiting "share"). Perfect!
    I'm trying to do the same thing remotelly with gdb for arm on windows host and gdbserver on ARM.
    So I have:
    1) gdb on windows for arm v.7.4.1 (i've tried 7.3.1 too)
    2) gdbserver on arm v.7.1 (i've tried 7.5 too)
    On Windows I can debug everything flawless except for the shared libraries: infact, when i tried to digit "share" it says there isn't any shared loaded libraries. I'm absolutely sure that at least one library has loaded (on arm side the same situation works fine).
    In gcc on arm, when i ask for shared loaded libraries ("share") it calls function solib.c:info_sharedlibrary_command with full support for solib. (and it works fine)
    Instead, when i ask for the same command on gdb on windows and gdbserver on arm, it passes the command "qXfer:libraries:read:" that doesn't manage any solib, only dlls! And the dlls list is obviously empty.
    Did i miss something?
    Last edited by Cagnulein (2012-10-10 05:42:19)

    Problem solved
    http://sourceware.org/bugzilla/show_bug.cgi?id=14670

  • [solved] C++ shared library requests 3.4.11 when I only have 4.2?

    Hi all,
    I use Eclipse CDT and have a project consisting of an executable which calls on .so dynamic libraries for functionality. My executable can also compile into a Matlab mex-file, so that I can do mathematical analysis on the results.
    This has been working pretty well for about a year, but recently Matlab refused to call any of my dynamic libraries, with the following error message:-
    /home/LinuxProg/Matlab/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./libs/inAD.so)
    The exact same code (except for the matlab wrapper) works externally to matlab. Confusingly, if I compile the executable and dynamic libraries with -O0 instead of my normal -O2/3, it works fine.
    My idea is that its perhaps due to some mismatch between gcc versions, as that's what was updated recently I think, but it has run properly a few times before this started becoming an issue, after the latest gcc update to 4.4.2.
    Anyway, that's the situation, does anyone have any idea what's may create such an issue? Suggestions on things I can try are appreciated as well.
    EDIT: Sigh, spend a week cracking your head on an issue and you find the answer 10 minutes AFTER posting a question on the boards... I worked around the issue by moving matlab's built-in gcc out of the way and symlinking the system gcc.
    Last edited by ngoonee (2009-12-15 09:07:46)

    Just to add, I just installed Matlab 2010b, and had to troubleshoot this again (gcc is at 4.5 here).
    Going to $MATLABROOT/sys/os/glnxa64 and moving libstdc++* and libgcc_s* out of the way (no need to link, it'll automatically look for system versions) is just part of the puzzle.
    Additionally you have to go to $MATLABROOT/bin/glnxa64 and move libdc1394.so.22* out of the way. Without that, I was getting an error about:-
    ??? Invalid MEX-file
    'xxx.mexa64':
    libraw1394.so.8: cannot open shared
    object file: No such file or directory.

  • Strange Issue  with Logout | Shared Library in WebCenter

    For our customer, we have written a couple of task flows. We deployed this as an ADF Library JAR and included the JAR into our WebCenter Portal project (using IDE Connection -> File System Connection). We then placed the task flows onto a few portal pages and everything works fine.
    Now to avoid redeploying the portal application each time we make a small change to the task flows, we decided to go ahead with the shared library approach. We create a new “Generic application” in ADF, added the ADF Library JAR to this application and created a WAR deployment profile. We then deployed this application as a “shared library” to the Weblogic server.
    We then made the necessary entry to weblogic.xml of our custom WebCenter Portal application and deployed it.
    The task flows were getting consumed properly and all functionality was working fine. Just to test, I even deployed an updated version of the shared library and noticed that the portal application picked up the new task flow code. Everything seemed perfect 
    But now when I click on logout of the Portal application, I am getting a error dialog which indicates a server 404 error.
    To eliminate any issue with our custom code, I repeated the same steps with a very basic task flow application and a new WebCenter portal application.
    1.     I ran the application, and logged in as “weblogic” and saw the task flow was displaying correctly
    2.     Click on Logout. Got an error dialog (A connection to server has failed (Status=404))
    3.     Click on OK in the dialog. Then click on Logout again. Got another error dialog ("Because of inactivity your session has timed out" )
    4.     Click on OK in the dialog. Got logged out (saw the page without the secure content i.e. my task flow)
    Ideally, I would like to get logged out the first time I get logged out (without having to see those two dialogs). The logout was working perfectly fine before we switched to the Shared Library approach.
    Am I missing something? Any pointers?
    Note – My Jdev/ADF/WebCenter versions are 11.1.1.5.0

    Sometimes resetting an Apple ID password can help >  Apple - My Apple ID
    If that doesn't help, from the iTunes menu bar click Store > Sign Out
    Restart the Mac, launch iTunes then sign in again.

  • How to solve: The JVM shared library "/System/Library/Frameworks/JavaVM.framework" does not contain the JNI_CreateJavaVM symbol ?

    I cannot run Eclipse or Aptana any more because I get the following error
    The JVM shared library "/System/Library/Frameworks/JavaVM.framework"
    does not contain the JNI_CreateJavaVM symbol.
    I already tired to reinstall Java from the oracle website but it does not help.

    By everything, did you mean eclipse and java?

  • App's are not appearing in iTunes on Shared Library

    I have Mac and had the iTunes library stored on my profile. I then moved the entire library following Apple's KBASE to the shared folder, and pointed mine and my girlfriends iTunes preferences to the shared library.
    Everything on my end seems to work just fine. But with her library, when she syncs her iPad or iPhone, none of the App's are stored in iTunes. It will say they are syncing, every time a device is connected, but the Applications tab that appears for each device is blank, as well as the Applications directory on the top left of iTunes.
    In the Directory ~Users/Shared/iTunes Music/Mobile Applications I can see all of my App's, but none of her App's appear. I have tried spotlight searching for an App name that is specific to her devices with no luck.
    I have ensured her iTunes account is authorized on her profile. All of her app purchasing has been done from the device itself, so she needs them to sync back to iTunes. I am able to go to File>Add to iTunes library, and import my Apps into her library. But even when downloading an App, directly from the iTunes store on her account, they do no appear in her iTunes Library.......I can't seem to figure out what piece of this puzzle is missing????? Any suggestions would be much appreciated
    Message was edited by: bmensing

    I solved the issue. Her profile permissions on the Mobile Applications folder for some reason was set to read only. Once I set the permissions for her user account to Read and Write, I was able to download an App and sync her devices, with the Apps syncing back to her iTunes library

  • IPad mini losses playback controls/capabilities using shared library content videos

    While accessing my shared "authorized" video library on my MacBook Pro, using the latest iTunes version (as of this submission), with my sparkling new iPad mini, the playback controls simply disappear usually after a few minutes, i.e. no progress bar, buttons for stop/start/pause/"done".
    The video stream from the shared library cannot be stopped without the on-screen controls so we either attempt to turn off the unit (pressing the top on/off button) or (usually) press the home button after which the video stream/app stops then return to the expected ipad screen but the residual sound stream will continue to run indefinitely.
    Most of the time, we hit the home button to end the video playback then wait for the sound stream portion to end which on average takes up to 1-5 minutes to stop completely.
    This is repeatable too. 
    SUMMARY:
    1). Without power cycling, we can play a video from the shared librar
    2). then wait long enough for the video controls to "go missing" or again go unresponsive
    3.) then press the home button which returns you to your normal iPad screen
    4.) but the sound stream portion will take a while to take its course before ending.
    Also, we gave power-cycling between issues but the each and every time, the shared library video playback inevitably ended up with same results.
    iPad mini with iOS 6.1.3 factory , wifi only unit with legitimate software, etc. I.e. no jailbreak nonsense.
    Any suggestions?  Or is this a glitch/bug which needs addressing?  Or a simple setting on the unit?
    Thanks in advance!!!

    I have nearly the same problem, but with an iPad 3rd generation. The symptoms are exactly the same, just a different device.
    You documented the problem well, I can only add that resetting and reloading did not solve the problem for me.

  • ITunes 11.x crashes when I try to watch video on network shared library

    I upgraded to 11.1.32 today in hopes that it would fix my issue, but no dice.
    I run a win8 laptop and iTunes 11.1.2.32. I am accessing a shared library on a NetGear Stora NAS device. Music works fine, but when I try to view one of my videos the iTunes app crashes. I have not had issues until 11.x. Thoughts?

    Thank you so so much! I would have never thought to move apps around on my iPad (truth be told the newsstand app is the most useless for me, I wish I could just delete it) and was super happy that iOS 7 allows you finally put that sucker in a file along with the rest of the junk apps I never use.
    Solved he issue! I can upload videos to my vlc for iOS player once again!

  • Tracing iTunes Shared Library

    Hello Apple People,
    Im managing a large number of apple computers, and have recently noticed that some clients have some questionable material that they are sharing in their iTunes library.
    I was wandering how do you track down the user who is supplying the shared library. I have started scanning Port 3689, which allows iTunes sharing between Macs, but if there is some temporary file being stored somewhere that gives perhaps an MAC address, or even an IP, that would be better.
    Thanks

    macmenno,
    I just read this post and I'm wondering if you can helpme in my problem - I'm completely stumped!
    Below is pasted from my post:
    "Apple techs, I've posted this topic before and no one has been able to solve - I believe it's a bug in the program.......
    All my macs are running 10.4.7, QT 7.1.3, itunes 7 (problem happened with QT 7.1.2, itunes 6.+)
    I'm sharing my itunes songs in my MDD G4(host). I access my g4's shared library from my other mac's either via ethernet or wireless (home LAN).
    I have discovered that I cannot play ANY songs that have been encoded as mp3 joint stereo. My mp3's were encoded this way because this was my previous itunes versions (itunes 3 I think) default encoding setting.
    When I access my hosts itunes shared library from one of my 'client' macs and view my mp3 joint stereo files, I first notice that they have a 'QuickTime movie file(remote)' in the Kind property list.
    They do not list this way on the host - they list on the host as MPEG audio file.
    Then when I try to play a mp3 joint stereo file, I get a short spinning rainbow, the song does not play and the play head just doesn't move.
    All other song files play, non-joint stereo mp3's, AAC, protected(purchased)songs, videos, etc.
    Apple itunes tech's PLEASE CHIME IN HERE - I need an expert to examine this issue, I haven't been able to figure this one out and I cannot share/play my music on to my other macs....
    BIG THANKS!"
    macmenno, I hope you can help - THANKS!!!

  • OCCI shared library missming functin RefImpl::destroy()

    Hello,
    Our application is using OCCI of Oracle 10g client on Solaris 10, and we are going to use Ref, however, the app build failed because of missing RefImpl::destroy(),
    and we have searched for that function over all the shared library, did not find it, however, we found other functions from RefImpl class in libocci.so and the function signature in occiObjects.h.
    If anybody knows the resolution for this, could you let us know?
    we are planning to submit a ticket if we could not find any other way to solve this issue.
    Thanks in advance.
    Hong

    /opt/SUNWspro/bin/CC -D__SYS5__ -DACE_NO_INLINE -DOS_SOLARIS_2_8 -DOS_NEW_CHECK -DOS_STL_ASSERT -DOS_NO_WSTRING -DOS_NO_ALLOCATORS -DOS_MULTI_THREADED -DOS_SOLARIS_NATIVE -DOS_REALTIME -DEXCEPTIONS -DWANT_STATIC_OVA_FACTORIES -DOS_USE_EXCEPTIONS -D__OMNIORB4__ -DUsePthread -D_REENTRANT -D__sparc__ -D__sunos__ -D__OSVERSION__=5 -mt -g -KPIC -pta -c -o SvDao.o \
    /opt/SUNWspro/bin/CC -D__SYS5__ -DACE_NO_INLINE -DOS_SOLARIS_2_8 -DOS_NEW_CHECK -DOS_STL_ASSERT -DOS_NO_WSTRING -DOS_NO_ALLOCATORS -DOS_MULTI_THREADED -DOS_SOLARIS_NATIVE -DOS_REALTIME -DEXCEPTIONS -DWANT_STATIC_OVA_FACTORIES -DOS_USE_EXCEPTIONS -D__OMNIORB4__ -DUsePthread -D_REENTRANT -D__sparc__ -D__sunos__ -D__OSVERSION__=5 -mt -o vlsms_server \
    main.o \
    -L/am/as/users/hdeng/vlsms_som/lsms/server/handlers -L/am/as/users/hdeng/vlsms_som//lsms/server/handlers -lsoahndl -L/am/as/users/hdeng/vlsms_som/lsms/server/operations -L/am/as/users/hdeng/vlsms_som//lsms/server/operations -lsoaop -lsoahndl -L/am/as/users/hdeng/vlsms_som/lsms/server/common/dbif -L/am/as/users/hdeng/vlsms_som//lsms/server/common/dbif -lsoadbif -L/am/as/users/hdeng/vlsms_som/lsms/server/common/dao -lvlsmsdao -L/am/as/users/hdeng/vlsms_som/lsms/server/common/database -L/am/as/users/hdeng/vlsms_som//lsms/server/common/database -lsoadb -L/am/as/users/hdeng/vlsms_som/lsms/server/common -L/am/as/users/hdeng/vlsms_som//lsms/server/common -lsoacom \
    -L/am/as/users/hdeng/vlsms_som/lsms/messages/c++/lib -L/am/as/users/hdeng/vlsms_som//lsms/messages/c++/lib -lsoa -L/am/as/users/hdeng/vlsms_som/som -L/am/as/users/hdeng/vlsms_som//som -lSom -L/am/as/dev/soa/rsa/cryptoc522/lib/solaris26 -lbsafe -L/am/as/users/hdeng/vlsms_som/protogen/c++/lib -L/am/as/users/hdeng/vlsms_som//protogen/c++/lib -lAmiCpp \
    -L/export/workspace/orbit/Persistent/lib -lCMIS -lACSE -lCODEC -lDIB -lGDMO -lASN1 -lX721 -lManager -lGTI -lROSE -lOSR -L/export/workspace/orbit/npac331/gen/src -lLNP -lNPAC_SMSMgr -L/usr/local/versant/7.0.1/lib -lvcoll -lcxxcls -loscfe -L/usr/local/omniorb/omniorb4/lib -lomniORB4 -lomniDynamic4 -lomnithread -L/am/as/users/hdeng/vlsms_som/corba/c++ -lcorbaapi -lcorbanotif -L/am/as/users/hdeng/vlsms_som/lsms/server/notifications -L/am/as/users/hdeng/vlsms_som//lsms/server/notifications -lsoanotif \
    /export/workspace/orbit/Persistent/lib/ApliAdaptor.sunlink.o \
    -L/opt/SUNWconn/osinet/lib -lapli -losi -D_SUN_OSI_ \
    -L/app/oracle/product/10.2/db/lib32 -L/app/oracle/product/10.2/db/rdbms/lib32 -locci -lclntsh -lthread
    Undefined first referenced
    symbol in file
    void oracle::occi::RefImpl::destroy() /am/as/users/hdeng/vlsms_som/lsms/server/common/dao/libvlsmsdao.so
    ld: fatal: Symbol referencing errors. No output written to vlsms_server
    gnumake[2]: *** [vlsms_server] Error 1
    gnumake[1]: *** [all] Error 2
    gnumake: *** [always] Error 2
    Fri Aug 31 15:00:38 PDT 2007

  • Retaining View Options in Shared Library

    FYI: i'm running Mac OS 10.7.3 & iTunes 10.5.3
    i have my library on a Mac Mini in the house. i use my MacBookPro for everything. My library is too large to keep on my laptop, so when i'm home, i just pop open iTunes and select the Mac Mini's library in the SHARED section to listen to tunes.
    essentially two issues...
    1) i hated that every time i created a new playlist, i had to re-select the View Options as i wanted them to be. this was just solved by using the Assimilate View Options script that i found during my investigations. it works fine for whatever i have on my local library (which isn't much), but it does not work for anything in the shared library.
    1b) sidenote issue with that: when using it on the local library, it does great with choosing all the columns that i have setup. it does not, however, deal with the column widths & order nor which view mode i want (Album List + Always Show Artwork). argh.
    2) so i continued my journey to finding the right app/plug/help/hack/whatever and ran across the Change Hidden iTunes Preferences script/app. this too works great for creating new playlists with the view options i want already in place (by checking the Changing view settings is global option). but this also only works on my local library and not the shared library views.
    2b) sidenote with this one: this has the same issue as 1b above - exactly. arghx2.
    NOTE: i realize i cannot actually change the view options on my shared libraries iTunes on the Mini - i just want the iTunes on my MBP to retain either the view options i want/set when using the shared library -or- have the view options that i actually have on the Mini's iTunes Library to display when viewing thru my MBP.
    does that all make sense?
    any thoughts would be appreciated.
    THANKS.

    This is by design. The artwork is not sent when browsing the shared library to avoid swamping the network. Sending the artwork for every track would generate a lot of network traffic.

  • JDBC+Lite+WinCE : java.lang.UnsatisfiedLinkError: no oljdbc40 in shared library path

    Greetings,
    I'm trying to work with Oracle 9i Lite on PocketPC and I got one
    exception when I try to use jdbc package (oljdbc40.jar):
    java.lang.UnsatisfiedLinkError: no oljdbc40 in shared library
    path
    Since I didn't made the dll (is an Oracle product), I can't make
    much about the dll or the native class file where the call take
    place.
    my standard definitions are:
    -PocketPC (ipaq)
    -Personal Java 1.1 beta
    -I have my application in a JAR-based file in "\Program
    Files\App"
    -Oracle Lite installation in "\ORACE";
    -dll files installed by oracle in "\Windows";
    -wince registry classpath for JAR/CLASS file aimed
    to "\ORACE\oljdbc40.jar"
    So, what should I do to run my application that uses a jdbc
    package from oracle based on a dll file?
    I'm hopeful to solve this and avoid my thought from using any
    Microsoft Visual tool...
    thanks,
    Pedro Salazar

    Hi Pedro,
    Did you ever get this problem fixed? I'm seeing the same issue running Personal Java 1.1 beta for StrongARM on PocketPC 2000 with Oracle 9i Lite 5.0.2
    Any help much appreciated!
    Thanks,
    Simon.

  • Troubles syncing photos from a shared library..

    Hello,
    When I try to sync photo's to my ipod touch from a iPhoto library that is shared in a folder within the "Users" directory - I get an error that says "You cannot sync your ipod touch as you do not have enough privileges ..." or something very similar.
    I used to sync my own iPhoto library without issue and I think (but cannot be sure) that the issue arose when I went to a shared library.
    I am pretty sure it is the photos that are creating the problem as when I turn off the option to sync photos all other sync processes complete without error.
    I have repaired permissions on my disk (twice)
    I have restored my ipod touch once
    I have checked to see that permissions are set correctly on the iTunes library.
    None of this has solved the problem. One other note of interest, even though the sync is not completing properly my Macbook is seeing the structure of the library file as my sync options mirror the events and folder structure that exists within the shared library.
    I hope someone can help and I welcome any direction or suggestions.
    I have checked the permissions on the actual library and

    I got the same problem with a shared iPhoto library which was created according to
    http://support.apple.com/kb/HT1198
    However, when I deleted the iPod Photo Cache as suggested, the problem still occurred to standard users (my wife and son), but not my account (admin). I checked the folder privilege after it was created after deletion and found that "everyone" shown "read only", not "read and write". Even manually change it to "read and write" cannot solve the problem.
    Any idea?
    N.B. The iPhoto library can be shared among different users on my iMac without problem.

Maybe you are looking for

  • Kenburns and image size

    Well I have been playing with Imovie for the past couple of days trying to trouble shoot. I'm not sure of what I have.. What I know is that I have to resize my images down to 640x640 roughly. If I dont and I apply the KB effect it shimmers (maybe wha

  • Should I upgrade to Mountain lion with my 2008 MAcbook pro?

    I have a 2008 MAcbook pro 17". 2.5GHz Intel Core 2 Duo with 4 GB  667 MHz DDR2 SDRAM   Will my macbook benefit from upgrading to Mountain Lion or should I just keep my Snow Leopard? Thanks for your suggestions. : )

  • I bought 2 hrs ago pdf to Office conversion access. It is so horrible, I need to cancel subscription right now

    I bought 2 hrs ago pdf to Office conversion access. It is so horrible, I need to cancel subscription right now the website is so bad that it goes around in a circle- & you cannot access a place where you click & it is done. Nope.. If I cannot cancel

  • Frustrated with my Airport devices

    I am beyond frustrated at this point. I have an Extreme and 2 expresses.  As I type, i can connect my Macbook pro and Ipad 2 to the home network.  However, I can't connect my cell phone, wife's PC or her IPOD touch to the network.  On wife's PC and I

  • Wireless works, direct connect does not

    I have a WRT54G wireless router. I woke up this morning to find that my wired connection does not work to my desktop but my wirelesss connection to my laptop does work.  I tried rebooting and changing ports- the same.  The cableing has not been moved