Opened 9 years ago

Closed 6 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 8 years ago by evhan

Milestone: someday5.0
Owner: set to evhan
Status: newassigned

comment:2 Changed 8 years ago by sjamaan

Estimated difficulty: medium

comment:3 Changed 6 years ago by sjamaan

Resolution: wontfix
Status: assignedclosed

Deployment has been dropped in favour of static linking, so this is not an issue anymore.

Note: See TracTickets for help on using tickets.