Bug 20189 - run-launcher doesn't set DYLD_LIBRARY_PATH
Summary: run-launcher doesn't set DYLD_LIBRARY_PATH
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-27 20:45 PDT by Erik L. Bunce
Modified: 2008-07-31 08:11 PDT (History)
0 users

See Also:


Attachments
Patch to set DYLD_LIBRARY_PATH in run-launcher (1.07 KB, patch)
2008-07-27 20:50 PDT, Erik L. Bunce
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik L. Bunce 2008-07-27 20:45:25 PDT
run-launcher doesn't set DYLD_LIBRARY_PATH, so has difficulty starting QtLauncher on Mac OS X.

built from SVN r35406.

Console output:
./WebKitTools/Scripts/run-launcher --debugStarting webkit launcher with LD_LIBRARY_PATH set to point to built WebKit in {dirname}/WebKit/WebKitBuild/Debug/lib.
dyld: Library not loaded: libQtWebKit.4.dylib
  Referenced from: {dirname}//WebKit/WebKitBuild/Debug/bin/QtLauncher
  Reason: image not found
Trace/BPT trap
Comment 1 Erik L. Bunce 2008-07-27 20:50:59 PDT
Created attachment 22513 [details]
Patch to set DYLD_LIBRARY_PATH in run-launcher
Comment 2 Simon Hausmann 2008-07-31 08:11:14 PDT
Comment on attachment 22513 [details]
Patch to set DYLD_LIBRARY_PATH in run-launcher

Looks good
Comment 3 Simon Hausmann 2008-07-31 08:11:37 PDT
Landed in r35482