On 14.6.2015 20:00, Niels Terp wrote:
Hi,
In BLFS 7.7, NetworkManager building fails:
Making all in tests
make[4]: Entering directory
'/home/lfs/NetworkManager-1.0.0/libnm-core/tests'
CC test-compare.o
CCLD test-compare
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_close@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_file_control@SQLIT E_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_column_int@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_prepare_v2@SQLITE_ 3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_bind_int@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_mprintf@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_free@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_busy_timeout@SQLIT E_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_step@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_column_bytes@SQLIT E_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_column_blob@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_finalize@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_exec@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_bind_text@SQLITE_3 '
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_open@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_bind_blob@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_reset@SQLITE_3'
/usr/lib/../lib64/libsoftokn3.so: undefined reference to
`sqlite3_temp_directory@SQLITE_3'
collect2: error: ld returned 1 exit status
Makefile:591: recipe for target 'test-compare' failed
make[4]: *** [test-compare] Error 1
make[4]: Leaving directory '/home/lfs/NetworkManager-1.0.0/libnm-core/tests'
Makefile:1067: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/lfs/NetworkManager-1.0.0/libnm-core'
Makefile:671: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/lfs/NetworkManager-1.0.0/libnm-core'
Makefile:673: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/lfs/NetworkManager-1.0.0'
Makefile:567: recipe for target 'all' failed
make: *** [all] Error 2
I have installed SQLite-3.8.8.2 following the same BLFS.
It looks you built NSS with bundled SQLite instead of system wide one.
Rebuild NSS with system SQLite.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page