pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: webkit-gtk41 missing sqlite path



On Thu, Sep 10, 2026 at 08:43:35AM +0100, Greg Troxel wrote:
> Building on netbsd-10 with pkgsrc head:
> 
>   => Checking for missing run-time search paths in webkit-gtk41-2.52.6nb2
>   ERROR: lib/libwebkit2gtk-4.1.so.0.21.10: missing library: /usr/pkg/lib/libsqlite3.so
> 
> anyone else seeing this?

I haven't tried a NetBSD 10 build, but I don't see it on -current, and
it doesn't look like something that should depend on that.

Makefile.common has an explicit section about this:

# otherwise, libsqlite3.so from ${BUILDLINK_DIR} is hardcoded into some binaries
CMAKE_CONFIGURE_ARGS+=          -DSQLite3_LIBRARY=${BUILDLINK_PREFIX.sqlite3}/lib/libsqlite3.so

Where is your sqlite3 library?
 Thomas


Home | Main Index | Thread Index | Old Index