On Wed, 2020-09-23 at 10:20 +0200, filbar--- via blfs-support wrote:
> Hello I have problem with compiling evolution-data-server-3.36.5:
> -------------------------------------------------------------------
> 
> g-ir-scanner: link: /usr/bin/cc -o /build/evolution-data-server-
> 3.36.5/build/src/camel/tmp-introspect48zuxr_0/Camel-1.2
> /build/evolution-data-server-3.36.5/build/src/camel/tmp-
> introspect48zuxr_0/Camel-1.2.o -L. -Wl,-rpath,. -Wl,--no-as-needed
> -L/build/evolution-data-server-3.36.5/build -Wl,-
> rpath,/build/evolution-data-server-3.36.5/build -L/build/evolution-
> data-server-3.36.5/build/src -Wl,-rpath,/build/evolution-data-server-
> 3.36.5/build/src -L/build/evolution-data-server-
> 3.36.5/build/src/camel -Wl,-rpath,/build/evolution-data-server-
> 3.36.5/build/src/camel -L/usr/lib -Wl,-rpath,/usr/lib -lcamel-1.2
> -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread
> -lglib-2.0
> /usr/bin/ld: /usr/lib/libsoftokn3.so: undefined reference to 
> `sqlite3_reset@SQLITE_3'
> /usr/bin/ld: /usr/lib/libsoftokn3.so: undefined reference to 
> 

libsoftokn3 is a library from nss. Maybe you could try recompiling
that. As a first check, you could try:
ldd /usr/lib/libsoftokn3.so

and see if it finds sqlite. We have:
$([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1)

in the "make" command for nss. Maybe double check that it does what you
want. Or replace with just NSS_USE_SYSTEM_SQLITE=1.

Pierre


-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to