Opened 17 years ago
Closed 14 years ago
#181 closed defect (fixed)
libc: dlopen doesn't resolve paths before passing it on to OS/2
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.4 |
Component: | libc-backend | Version: | 0.6 |
Severity: | normal | Keywords: | dlopen path |
Cc: |
Description
The problem at hand is emerge and the hash-bang interpreter being set to /@unixroot/usr/bin/python.exe
. Python will figure out the pyd location to be /@unixroot/usr/lib/python2.5/lib-dynload/
and then fail miserably when trying to load any module.
Change History (4)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
(In [3684]) b_ldrOpen.c: Forgot changing the DosLoadModuleEx argument. References #181.
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [3685]) kNIX/os2: Resolve the dll path passed to DosLoadModule[Ex]. Fixes #181.
Note:
See TracTickets
for help on using tickets.
(In [3683]) kNIX/os2: Resolve the dll path passed to DosLoadModule[Ex]. References #181.