Missing libutil.a [solved]

I have been trying to compile a program and after some troubleshooting found that i have libcrypt.a but not libutil.a, A quick google search and forum search hasn't turned up answers as to why this would be missing or not required.  My understanding is that its required when you want to compile a static binary of an application?
thanks
Stephen
Last edited by StephenTurner (2014-05-27 20:16:46)

the default options from /etc/makepkg.conf
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
!staticlibs means remove .a files from the package
This can be altered on a per package basis in the packages PKGBUILD such as glibc which provides /usr/lib/crypt.a has
options=('!strip' 'staticlibs')
In its PKGBUILD
edit:
having checked PKGBUILD of glibc the build speciffically removes some .a files
# remove the static libraries that have a shared counterpart
# libc, libdl, libm and libpthread are required for toolchain testsuites
# in addition libcrypt appears widely required
rm $pkgdir/usr/lib/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
Last edited by loqs (2014-05-27 17:26:14)

Similar Messages

  • Help with missing libutil.dylib file

    I am struggling to find out much about this file that appears to be missing from my mac 10.4.11.
    When I try and load an application a terminal file opens with the following information.
    Last login: Sun Oct 4 17:12:13 on ttyp1
    /Users/AJ/Desktop/British\ TV; exit
    Welcome to Darwin!
    localhost:~ AJ$ /Users/AJ/Desktop/British\ TV; exit
    dyld: Library not loaded: /usr/lib/libutil.dylib
    Referenced from: /Users/AJ/Desktop/British TV
    Reason: no suitable image found. Did find:
    /usr/lib/libutil.dylib: file to short
    /usr/lib/libutil.dylib: file to short
    Trace/BPT trap
    logout
    [Process completed]
    I basically created a txt file and renamed it libutil.dylib, which explains why it says 'file to short'.
    Prior to this is just stated that libutil.dylib could not be found.
    Can anyone help me to overcome this problem? I would really appreciate resolving this issue.
    Many thanks in advance!

    Use Pacifist to extract that item from the Mac OS X 10.4 DVD or updater as needed.
    (47858)

  • Missing kig library [solved itself]

    I installed kdeedu-kig and when I run it, it gives a couple warnings about Dbus connection created before QCoreApplication.  Application may behave.  When the application starts, all I get is the message
    Could not find the necessary Kig library, check your installation.
    Not sure what I'm missing, I already have kdeedu-kstars and kdeedu-kmplot which run fine. 
    Apparently this is a problem on the Windows port, something to do with kigpart.dll.  I think I have installed kig in the past before, but when I installed it today, the message is all I get.
    Last edited by nomorewindows (2013-08-20 02:26:39)

    Didn't do anything.
    knotify4 klauncher kded4 kdeinit4 are all currently running.
    I tried ldd, but everything looks like its' there.
    Last edited by nomorewindows (2013-08-16 16:50:51)

  • Opera fonts missing/garbled? [solved]

    I just did an Arch installation on my desktop out of curiosity, and it is FAST AS A MOTHER(rhymes with)TRUCKER ... now I can see what the whole rage was about!  I've been running it on my 233Mhz Dechutes laptop w/212MB ram and THAT runs well, man!!  2.35 Ghz really shows.
    Anyway ... I have installed (via pacman) xorg, xfce4, opera, and some other misc stuff, and when using opera, I can't help but notice that there are fonts missing.  I have opera set to pop-up a progress bar at the bottom of the page as things load, and I see a lot of boxes, empty spaces, and sometimes kanji characters.  Also, in the transfers window, there is no text at all.  Like where the filename, size, etc. should be, there is just blank space.  Very weird.
    Is anyone having a similar problem?  Is there a font pack that I should install or something?  Everything runs spankin ... except for opera.  And that still runs very spankin, just the fonts ... they don't.
    Thanks all!

    I had the same problem...
    In opera no text in transfer window, in console - corrupted MC...
    Fixed it by changing my locale=en_US.utf8 to en_US.85... can't remember exact numbers... You just edit /etc/locales.gen file - uncomment that en_US.85...... and then save and run locales-gen...
    It workeg for me now i have a beautifull MC in console and everything else
    I'm using fluxbox...

  • Cisco PacketTracer missing dependencies. [Solved]

    Hi,
    So I was going to install packet tracer. I followed the tutorial in the wiki section. <a href="https://wiki.archlinux.org/index.php/PacketTracer">PacketTracer</a> Which seems a little thin I got to the part makepkg. here is the out put of what I did.
    [ofce@myhost packettracer]$ makepkg -s
    ==> Making package: packettracer 5.3.2-2 (Sat Jan 14 13:05:39 CST 2012)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    Password:
    error: target not found: lib32-libpng12
    ==> ERROR: 'pacman' failed to install missing dependencies.
    [ofce@myhost packettracer]$
    Any idea on how to get this working? I would like to get my assignments done for my cisco classes
    Last edited by mich04 (2012-01-14 21:22:53)

    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    #[multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Here it is, when I run pacman -Syu I only see core, extra and community.

  • After Reformat There Are Missing Fonts - NOT SOLVED

    I know i already posted it but i said it was solved... turns out i didnt solve the problem. Heres whats wrong:
    I recently zeroed all the data on my hard drive and started all over with my mac. However, I recently discovered, with the reformat, I lost my fonts. Even normal ones like Tahoma! How do I get these. I'm sure tahoma is a normal font that should be bundled with all computers and i remember using it before i reformatted my computer.
    i also noticed this problem when i created a new account before i reformatted. no tahoma. unfortunately i forgot to back up my fonts folder so i dont remember what i had and what i didnt have. i think i might have imported the Tahoma font from my XP. but if thats not the case, then why isnt it there, and how can i get it back? I know for iDVD there was a similar problem where they didnt have any "Previous Menus" and all i had to do was unpack a package program thing (one of those open box icons) and they were there.
    I'm sure I'm not the only person that has this problem since i have the same version of Tiger that everyone else has. What do i do? Or does tahoma just not come with Mac/Tiger?

    Tahoma is not an OS X installed font. You must have installed it as part of some other application or as a separate font. Tahoma is a Microsoft font which suggests that it's installed when you install a particular Microsoft product, for example, Office 2004 X.

  • World of Padman - missing dependecy "subversion" [SOLVED]

    I try to make a package from AUR of "World of Padman", but this is what I get:
    ==> Missing Dependencies:
      -> subversion
    ==> ERROR: Could not resolve all dependencies.
    What "subversion" are we talking about? I know this is probably a stupid question, but I can't figure it out. I first thought that maybe the Quake3 package would provide a working engine for it, but I get the same message. I've searched here and everywhere for an answer.
    I'm not a gamer so that's probably why I'm lost. Still I remember I checked out "World of Padman" in some other Linux distro I had installed and found it pretty funny.
    Cheers,
    KimTjik
    Last edited by KimTjik (2008-02-26 11:34:43)

    KimTjik wrote:
    I try to make a package from AUR of "World of Padman", but this is what I get:
    ==> Missing Dependencies:
      -> subversion
    ==> ERROR: Could not resolve all dependencies.
    What "subversion" are we talking about? I know this is probably a stupid question, but I can't figure it out. I first thought that maybe the Quake3 package would provide a working engine for it, but I get the same message. I've searched here and everywhere for an answer.
    I'm not a gamer so that's probably why I'm lost. Still I remember I checked out "World of Padman" in some other Linux distro I had installed and found it pretty funny.
    Cheers,
    KimTjik
    maybe "pacman -S subversion" 
    are you building the package on your own or with yaourt?

  • Missing/Deleted posts [Solved]

    We noticed that some posts were missing/deleted in the community and no Moderators or Administrators were responsible for these actions based on the community activity logs. We have raised this issue to our community platform provider for further investigation.
    We sincerely apologize for the inconvenience this has caused. Please stay tuned for updates and bear with us.
    Update: June 3, 2014: Issue resolved and missing posts have been restored.

    That's the right number, so karol's suggested commands should also show that you have the file (but please confirm this).  Once confirmed, that would mean the issue is with your mandb.
    Last edited by Trilby (2014-02-28 20:47:10)

  • New verizon curve 8330 missing browser

    Hi,
    This may sound like s dumb question, so my apologies.  I just activated my new (well old, but new to me) Verizon Curve 8330 and it does not have a browser app.  I tried to go to opera to send me a download link, but even with that I can't get my phone to go to it.  I did perform a security wipe before I activated it.  I can't seem to find a browser to download to my computer to install through the desktop manager either.  What am I missing?
    Thanks,
    Solved!
    Go to Solution.

    Hi and welcome to the forums!
    Are you sure your data plan is in place? How did you activate it?
    Lets try this:At the home screen go to the connection icon,click on it,
    and go to service status, click on it, menu key, select diagnostic test, select
    run. In the course of the test the phone your data access will be checked and
    a registration request will be sent. After the test completes you can read the categories
    and see if a PIN test worked, and registration request was sent successfully.
    If the test fails I would call the carrier and have them verify you plan,
    If the test is successful they the following:
    Go to options/ advanced options, Host Routing Tables, click to enter. DO NOT click on any listing.
    Press menu key, and select register now.
    You will get a verification email. Then go to email settings and send service books.
    You will get an confirmation of setup for each email account.
    After this is complete, do a battery pull to reset the device.
    Let us know now it goes!
    Thanks,
    Bifocals
    Sending service books:
    http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/8067/645045/788117/1166305/1...
    S
    Website for Verizon BIS
     https://bis.na.blackberry.com/html?brand=vzw
    Message Edited by Bifocals on 05-08-2009 08:52 PM
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • How to find which drivers are missing?

    My laptop model no is Hp Pavillion dv6 1337tx. Someday ago I installed Windows 7 32 bit OS and also installed all drivers from the HP site. Still in the device manager I can see som drivers are missing. What can those be and how can I identify those missing drivers and solve this problem?
    I am attaching a screenshot of the device manager showing some drivers are missing.
    This question was solved.
    View Solution.

    Your image has not yet been approved by a moderator.
    Determining what the devices are is a one at a time process. On each unknown device or device without drivers, right click on the device and select properties. In the properties window select the Details tab and  hardware ids in the property  dropdown. Post the PCI\VEN string as seen in the following image for each device here in your post.  Once that is done we can let you know what the device is.
    This is where the drivers for your notebook are located.  Do you know  which chipset is installed?
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Flat file missing in datasource

    Hello iam loading the flatfile record into the infocube in this process while iam creating datasource after naming the data source i need to select flat file option for source file field  but flat file option is missing.how to solve this problem.i think basis guys need to configure this .what do u experts suggest

    Create a new source system for flat file and then try if you don't have one. Yes - Basis guy basically do it or if you have permission, you also can create it.
    To create source system:
    RSA1>Source Systems>right click and click Create
    Choose radiobutton Symble with PC, File System(Manual Metadata,....)
    Click Transfer and give the logical system name and source system name
    click continue and activate it.
    Now you can use this source system to load flat file.
    Regards,
    Ashok

  • SOLMAN_SETUP - missing view

    Hi all,
    i just upgraded my SM from 7.0 to 7.1 SP11 (MSSQL 2012).
    After the post activities i started the SOLMAN_SETUP transaction in order to execute the initial and basic configuration and as you can see the central view is missing.
    The same thing happens to every other step.
    Tried with IE, Firefox and Chrome. Same behaviour.
    Looking for notes without any success.
    Any clue?
    Regards.

    Hi,
    solved!
    Found SAP Note 2002333 and 1972327.
    Let me explain. The first note is related to a dump in CL_SISE_SCOPE_ACCESS==========CP program, not exactly my problem.
    I have the same dump in ST22 (occurred during switching between SOLMAN_SETUP steps) but related to another program (/1BCWDY/0O2TR6GL1KI9XCB5HA24==CP).
    Don't ask me the relationship with my problem but after note 1972327 has been applied the view missing problem is solved!
    Regards.

  • How can I get missing file plds4.dll?

    When I opened Firefox yesterday, it was updated and then opened fine. Today, I get an error message that file plds4.dll can not be found & the application does not open. I found a file plds4.dll.moz-backup in my Mozilla firefox folder, but no plds4.dll file. Do I download a whole new Firefox installation file or can you send just the missing file?

    Solved my own problem. Downloaded and ran a new version of Firefox, and the missing file is now in the Mozilla Firefox folder. Firefox is running well. I hope that this helps someone else.

  • Palm Tree 755p + iSync/Missing Sync for Palm/iSync Conduit 1.2

    I'm lost! Being stuck with a new Palm Treo 755p instead of the iPhone until my contract runs out. How do I get my Treo to sync with my Mac? There's iSync, iSync Conduit 1.2 and even Missing Sync for Palm. I'm willing to pay anything just to get things to sync with the Treo & iBook. But, after reading anything and everything I can find even on Discussions ... I'm more confused than ever.
    Can anyone tell me what the real difference is between Missing Sync for Palm vs. iSync & iSync Conduit 1.2?
    If I had that rebate check from uncle Sam maybe I'd go out and pay off Sprint to get out of my 2 year contract and then buy an iPhone, LOL. Oh, that's right we don't get the check until summer
    Any help is appreciated.

    OK, I finally broke down and purchased "Missing Sync," after waiting for Apple to fix this problem. I'm sorry to say that "Missing Sync" does NOT solve this issue completely. It will sync the Address book, but will NOT work with iCal.
    Apparently, "Mark/Space" (the makers of "Missing Sync") are aware of the problems, have identified the problem as Apple's, and reported it to Apple. Here are some of the issues noted on the "Mark/Space" web-page...
    "This article describes situations under which The Missing Sync may report errors or perfomance issues. One error message is specific to iCal (part of Apple's Mac OS X operating system) and describes errors from iCal that are affecting the ability of The Missing Sync from performing sync functions properly."
    "In certain situations, The Missing Sync reports an error message titled 'iCal Sync Errors'. This error is often caused when iCal is attempting to share data with Sync Services. Although this error has little to do with handheld devices, it affects the ability to sync data to or from those devices as Sync Services functions are compromised."
    "THIS ISSUE HAS BEEN REPORTED TO APPLE, INC. BY MARK/SPACE."
    "Errors that are not reported in The Missing Sync log may be found in the Console.log file."
    "Here are some of the error messages you may see in the Console:
    iSDSqliteRecordMapper
    SQLite locking issue
    iSynceConcreteSession
    NSInvalidArgumentException
    ICalExternalSync
    ISyncInvalidRecordException
    These error are generated by Sync Services and reported to The Missing Sync."
    So, for those of you hoping that "Missing Sync" will solve the problems we are having with various hand-helds, and/or cell phones, it doesn't completely. I am a huge fan of Mark/Space's "The Missing Sync" and have used it many times throughout the years. It's a great piece of software that does a whole lot more than iSync ever has, but it does NOT solve all of the problems that are being reported all over this forum in regards to iSync issues and hand-helds/cell phones.

  • [SOLVED] Setting hostname to...

    I have defined in my /etc/rc.conf my desired hostname Cyrodiil' and it also comes up in the boot output as "Setting hostname to Cyrodiil", however, when I type the command 'hostname', it outputs the hostname which I used ages ago, and not Cyrodiil.
    I can manually set the hostname with the command: 'hostname Cyrodiil', but this only holds out until I reboot again.
    Am I missing something?
    Solved: It did not have anything to do with /etc/hosts. It seems that the ssh server authentication keys have hardcoded within them the hostname and this caused the reverting back to the old hostname. I have regenerated the authentication keys and now the new hostname is now correct, even after reboot.
    Last edited by OutOfPhase (2008-11-27 14:26:40)

    Issue solved, see OP. Thanks all.

Maybe you are looking for

  • IDOC number and status

    Hi All, i am using Function Module IDOC_INBOUND_ASYNCHRONOUS to post inventory records. its posting the data sucsessfully but it does not return IDOC number and status. i can see the status and number in WE02 but please tell me how can i get that in

  • Making a sign

    I am making a address sign on flagstone for my Mother.I have made the lettering and now I need to make it big enough for the sign. The sign measures 4' x 2'5". My question is how do I enlarge the font size when I print the image? This question was so

  • D7360 automatic duplex printing is not available with latest driver

    d7360 automatic duplex printing is not available with latest driver This question was solved. View Solution.

  • PO & PR via mail

    Hi, PLease let me know weather workflow is required for auto PR & PO to send via mail. If not what are the setitngs need to be done for the same. Rb

  • Problem loading flv into FLVPlayBack

    Hello All, I have set up a test site at http://www.sinifdizi.com/test.html. When the page loads there is an error. When I look at the browser activity viewer it says my video http://www.sinifdizi.com/videos/sinif-bol-01_01.flv not found. BUT!!!! If y