Changes between Initial Version and Version 1 of Ticket #51516, comment 116
- Timestamp:
- Jun 2, 2024, 1:50:55 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51516, comment 116
initial v1 73 73 74 74 No trace of the system libcurl (that would be `/usr/lib/x86_64-linux-gnu/libcurl.so.4.3.0`) to be seen, so a priori Pextlib is using my dedicated copy here. 75 76 Which means that `port` could do something like 77 78 {{{ 79 if {[file exists /path/to/libcurlglue.so]} { 80 load /path/to/libcurlglue.so 81 } 82 package require Pextlib 1.0 83 }}} 84 85 and we'd be done. Or more elegantly, this could be done in a Tcl wrapper/loader for the Pextlib package, if Tcl allows such things.