install-name-tool Questions
42
Solved
When trying to run an executable I've been sent in Mac OS X, I get the following error
dyld: Library not loaded: libboost_atomic.dylib
Referenced from: /Users/"Directory my executable is in"
Rea...
Mourner asked 17/7, 2013 at 15:8
3
Solved
I have been struggling with this concept for a while and I cannot really understand what the difference is between -change and -id.The man page states
-id name
Changes the shared library identif...
Sardanapalus asked 5/2, 2016 at 9:7
4
Solved
I have a program that depends on a shared library it expects to find deep inside a directory structure. I'd like to move that shared library out and into a better place. On OS X, this can be done w...
Oncoming asked 3/5, 2010 at 15:45
1
Solved
I finished my mac app using Xcode and Qt. Now I would like to prepare it for deployment to other macs. Inorder to do that I utilized macdeployqt.
I just created an app bundle with macdeployqt. How...
Awakening asked 3/2, 2016 at 18:44
1
Solved
I need to relink a file with the install_name_tool. The file in question let me change one of the dylib paths, but when I change the second (of 7), I get this error:
install_name_tool: changing in...
Dingus asked 4/2, 2015 at 15:14
1
Related, but do not answer the question:
How do I modify the install name of a .dylib at build time
On OSX, I have a dynamic library provided by a packager manager, installed in a non
standard ...
Tami asked 16/12, 2014 at 14:4
1
Solved
I'm trying to import a MySQL module with python, more specifically Flask, though I receive an error. I'm using a virtual environment with my application. Here is the error:
Traceback (most recent...
Chondriosome asked 23/7, 2015 at 19:49
2
Solved
I am developing a Cocoa Application using the latest version of Xcode 4, I want to link dynamic libraries to my project (dylibs).
I read somewhere that adding the libraries in my project was not e...
Cutler asked 13/2, 2012 at 15:37
2
Solved
Everytime I try to use install_name_tool on my machine it reports the following
install_name_tool: object: Abacate malformed object (unknown load command 4)
I read that it could be an error whe...
Colure asked 30/4, 2012 at 20:32
2
I have python code that generates the following error:
objc[36554]: Class TKApplication is implemented in both /Library/Frameworks/Tk.framework/Versions/8.5/Tk and /System/Library/Frameworks/Tk.fr...
Kennie asked 26/6, 2013 at 18:8
1
On OSX, I want to bundle in my final application several dylibs, all of them needed by the application and by other dylibs.
I change its references using the install_name_tool, but some of the libr...
Emptor asked 20/9, 2012 at 16:27
1
I am working on a Mac application, which is running fine on my machine which is a development machine.
The project has quite a few dylib files, the dependancies for which I had to solve using
inst...
Mcbroom asked 15/10, 2013 at 7:45
2
I am building the google-gflags commandline flags library for C++ on Mac OS X (10.7.1). The build process is as such:
$ ./configure --prefix=output
$ make
$ make install
I'd like to change the ...
Hannelorehanner asked 24/8, 2011 at 1:13
2
Solved
I'm running OS 10.7.4 and cannot find install_name_tool. I have Xcode 4.3.3 installed through the App Store. Does anyone know where I can find/get install_name_tool?
Granjon asked 22/7, 2012 at 6:1
0
I know that I can use the -change option of install_name_tool to change the name of a dependent shared library stored in a dylib, but is there a way to remove a dependent shared library, which I be...
Fenn asked 28/1, 2011 at 4:39
2
I am developing an application that uses the GStreamer library. In order to ease deployment I would like to collect all the GStreamer libraries in a local bundle. For this I wrote a little script t...
Zebe asked 22/1, 2010 at 17:14
1
Solved
I'm trying to change the install path of a dylib after it has been built. I use otool -L to check what the current path is. And then I do:
$ install_name_tool -change /my/current/path/libmine.dyli...
Butters asked 6/6, 2010 at 18:20
1
Solved
I am developing a plug-in bundle, say MyPlugIn.bundle for an application, say BigApp.app. This bundle requires a dylib, say MyPlugIn.bundle/Contents/Resources/library.dylib. I have relocated paths ...
Thirion asked 19/1, 2010 at 15:7
1
© 2022 - 2025 — McMap. All rights reserved.