[odb-users] segmentation error on the hello example(w.r.t
auto_ptr<database> db (new odb::mysql::database (argc, argv));)
Boris Kolpackov
boris at codesynthesis.com
Fri Mar 26 09:56:14 EDT 2021
ys C <youngsunhere at gmail.com> writes:
> I did use the 2.5 pre-release install through build as well.
>
> libodb-mysql-2.4.so
As you can see your application is still loading the 2.4 version
of the ODB runtime library. So you are either still building with
2.4 or wrong libraries are found/loaded.
More information about the odb-users
mailing list