On Tue, Mar 4, 2025 at 2:07 PM Mike Gabriel <sunwea...@debian.org> wrote:
> On  So 02 Mär 2025 21:35:27 CET, Mike Gabriel wrote:
> Find attached a .debdiff that builds the ICU extension as icu.so and
> places it in /usr/lib/*/sqlite/icu.so. So this now matches the
> installation style of the csv.so extension.
 Cool, looks right to me.

> I tested loading the ICU module. That works when using the full path
> to the .so file.
 This is not optimal. :( If someone would like to use this extension,
it's not always easy to find out the actual architecture and thus have
the full path to the .so file. Like basic shell scripts or PHP scripts
over a web server should be restricted to get such information.

> Find .debdiff attached. Can you upload it that way?
 OK, I will do it. Meanwhile I've patched the source to try loading
extensions under sqlite/ as well. Unfortunately it doesn't work and
I've found different information about why it may fail. Either due to
I try to run it as root and/or that dlopen() can't handle
subdirectories itself.

Regards,
Laszlo/GCS

Reply via email to