Original date: 2013/03/26 Original reporter: *ferraro DOT joseph AND gmail DOT COOM *
If I try to use the install_name_tool to change "/usr/lib/libSystem.B.dylib" to point to a different dynamic library, I get the following error: install_name_tool: the __LINKEDIT segment does not cover the end of the file (can't be processed)
pyinstaller-tickets-migration commentedOct 18, 2014
Original date: 2013/03/26
Original reporter: *ferraro DOT joseph AND gmail DOT COOM *
Mac OS X 10.7.4 user getting the following crash report:
Error loading Python lib '/path/to/app/libpython2.7.dylib': dlopen(/path/to/app/libpython2.7.dylib, 10): Symbol not found: _environ
Referenced from: /path/to/app/libpython2.7.dylib
Expected in: /usr/lib/libSystem.B.dylib
App is frozen using --onedir and it working fine in 10.8.x
The text was updated successfully, but these errors were encountered: