Hello,
my output is:
--------------------------------------------
nm /usr/lib/libsoftokn3.so | grep sqlite
U sqlite3_bind_blob@@SQLITE_3
U sqlite3_bind_int@@SQLITE_3
U sqlite3_bind_text@@SQLITE_3
U sqlite3_busy_timeout@@SQLITE_3
U sqlite3_close@@SQLITE_3
U sqlite3_column_blob@@SQLITE_3
U sqlite3_column_bytes@@SQLITE_3
U sqlite3_column_int@@SQLITE_3
U sqlite3_column_text@@SQLITE_3
U sqlite3_exec@@SQLITE_3
U sqlite3_file_control@@SQLITE_3
U sqlite3_finalize@@SQLITE_3
U sqlite3_free@@SQLITE_3
U sqlite3_mprintf@@SQLITE_3
U sqlite3_open_v2@@SQLITE_3
U sqlite3_prepare_v2@@SQLITE_3
U sqlite3_reset@@SQLITE_3
U sqlite3_step@@SQLITE_3
U sqlite3_temp_directory@@SQLITE_3
--------------------------------------------
Thanks,
Filip Bartmann
On Wed, 23 Sep 2020 18:51:40 +0200
Pierre Labastie via blfs-support
<[email protected]> wrote:
> On Wed, 2020-09-23 at 11:11 +0200, filbar--- via blfs-support wrote:
> > Hello I wrote, that I try to recompile both of them :(.
>
> Ah yes, sorry, I've read too fast...
>
> > I try them even
> > with this options. :( I don't deviate from LFS or BLFS books.
> >
> > The ldd output is:
> > -------------------------------------------------------------------
> > ----------
> > /usr/lib/libsoftokn3.so: /usr//lib/libsqlite3.so: no version
> > information available (required by /usr/lib/libsoftokn3.so)
>
> That is the problem, but why (I do not have that)?
>
> > linux-vdso.so.1 (0x00007ffdc748e000)
> > libsqlite3.so => /usr//lib/libsqlite3.so (0x00007fb21ce63000)
> > libnssutil3.so => /usr//lib/libnssutil3.so
> > (0x00007fb21ce31000)
> > libplc4.so => /usr//lib/libplc4.so (0x00007fb21ce29000)
> > libplds4.so => /usr//lib/libplds4.so (0x00007fb21ce23000)
> > libnspr4.so => /usr//lib/libnspr4.so (0x00007fb21cdd0000)
> > libpthread.so.0 => /lib/libpthread.so.0 (0x00007fb21cdae000)
> > libdl.so.2 => /lib/libdl.so.2 (0x00007fb21cda6000)
> > libc.so.6 => /lib/libc.so.6 (0x00007fb21cbe1000)
> > libz.so.1 => /lib/libz.so.1 (0x00007fb21cbc4000)
> > libm.so.6 => /lib/libm.so.6 (0x00007fb21ca80000)
> > librt.so.1 => /lib/librt.so.1 (0x00007fb21ca76000)
> > /lib64/ld-linux-x86-64.so.2 (0x00007fb21d002000)
> >
> >
>
> Can you try "nm /usr/lib/libsoftokn3.so | grep sqlite"? to see if it
> is different from mine:
> U sqlite3_bind_blob
> U sqlite3_bind_int
> U sqlite3_bind_text
> U sqlite3_busy_timeout
> U sqlite3_close
> U sqlite3_column_blob
> U sqlite3_column_bytes
> U sqlite3_column_int
> U sqlite3_column_text
> U sqlite3_exec
> U sqlite3_file_control
> U sqlite3_finalize
> U sqlite3_free
> U sqlite3_mprintf
> U sqlite3_open_v2
> U sqlite3_prepare_v2
> U sqlite3_reset
> U sqlite3_step
> U sqlite3_temp_directory
>
> I do not have many ideas...
>
> Pierre
>
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page