View Single Post
  #2 (permalink)  
Old 05-03-2009, 02:27 PM
ewilen ewilen is offline
Moderator
 
Posts: 1,432
Default

I was able to find this suggestive snippet through some creative googling:

Quote:
in Max OS X 10.4 and earlier, there is no symbolic link for libutil, whose functionality is also provided by libSystem
Also see The System Library: libSystem (Mac OS X for Unix Geeks)
Quote:
Interestingly enough, there is no symbolic link for libutil, whose functionality is also provided by libSystem. (libutil is a library that provides functions related to login, logout, terminal assignment, and logging.) So, if a link fails because of -lutil, you should try taking it out to see if it solves the problem.
A slightly different version of the same text: O'Reilly - Safari Books Online - 9780596520625 - Mac OS X For Unix Geeks, 4th Edition

I hope you can solve your problem. Please post if you find a solution.
__________________
Elliot Wilen
Berkeley, CA

Don't forget to enter your Zimbra version in your forum profile.

Last edited by ewilen; 05-03-2009 at 02:31 PM..
Reply With Quote