Opened 10 years ago
Closed 7 years ago
#1191 closed defect (wontfix)
In deployed binaries, evaluated code cannot load modules
Reported by: | sjamaan | Owned by: | evhan |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | core libraries | Version: | 4.9.x |
Keywords: | import libraries, eval, deployment | Cc: | |
Estimated difficulty: | medium |
Description
(eval (use openssl))
fails in a deployed binary which has openssl installed into the deployment directory, with the error:
Error: during expansion of (import ...) - module not found: openssl
Change History (3)
comment:1 Changed 9 years ago by
Milestone: | someday → 5.0 |
---|---|
Owner: | set to evhan |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Estimated difficulty: | → medium |
---|
comment:3 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Deployment has been dropped in favour of static linking, so this is not an issue anymore.