Re: on the distribution of import.so files

2024-01-11 Thread Peter Bex
On Fri, Jan 12, 2024 at 02:37:03AM +0100, Erica Z wrote: > hello! i am packaging chicken for a linux distribution, and i have a > question about the libraries that end in import.so; what is their exact > role? under which circumstances are they loaded? would they need to be > available to a

on the distribution of import.so files

2024-01-11 Thread Erica Z
hello! i am packaging chicken for a linux distribution, and i have a question about the libraries that end in import.so; what is their exact role? under which circumstances are they loaded? would they need to be available to a distributed program that links to chicken?