Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-03 Thread Sergei Golubchik
Hi, PGNet! On Aug 02, PGNet Dev wrote: > On 8/2/19 9:33 AM, Sergei Golubchik wrote: > > Yes, I've just done that, in cmake/wsrep.cmake. > > > > We never in our automated or manual builds set BUILD_SHARED_LIBS, > > so this went unnoticed until now. Thanks! > > gr8, thx! > > where are you

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-02 Thread PGNet Dev
On 8/2/19 9:33 AM, Sergei Golubchik wrote: Yes, I've just done that, in cmake/wsrep.cmake. We never in our automated or manual builds set BUILD_SHARED_LIBS, so this went unnoticed until now. Thanks! gr8, thx! where are you 'hiding' it? I don't see it in

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-02 Thread PGNet Dev
On 8/2/19 8:46 AM, PGNet Dev wrote: ... shouldn't that be explicitly set ... fyi, per cmake docs, https://cmake.org/cmake/help/v3.0/variable/BUILD_SHARED_LIBS.html "Global flag to cause add_library to create shared libraries if on. If present and true, this will cause all

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-02 Thread PGNet Dev
IIUC, the requirement is that libwsrep is always/only statically built? If so, set it explicitly? and, conversely, if NOT, then linker should correctly path the libs, and `make install` install them in INSTALL_DIR/LIBDIR no? ___ Mailing list:

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-02 Thread PGNet Dev
On 8/2/19 8:43 AM, Sergei Golubchik wrote: Sorry, I don't understand. What happens with these libraries if you don't set BUILD_SHARED_LIBS to ON? re-building to check that right now ... if libwsrep should be static to avoid this, shouldn't that be explicitly set in ./cmake/wsrep.cmake or,

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-02 Thread Sergei Golubchik
Hi, PGNet! On Aug 02, PGNet Dev wrote: > hi serg > > On 8/1/19 12:40 AM, Sergei Golubchik wrote: > > How did you build, I mean, exact commands? > > I used `cmake . && make` as the page above says, and I didn't get > > this error. > > Of course you didn't! ;-) > > Atm, I've got a fairly

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-02 Thread Sergei Golubchik
Hi, PGNet! On Aug 02, PGNet Dev wrote: > On 8/2/19 8:21 AM, Sergei Golubchik wrote: > > Did you set, perhaps, -DBUILD_SHARED_LIBS=ON ? > > yep. that's been 'on' for ages here. > > that'd be one of the LAST options I would've thought to look at :-/ > > iiuc, it addresses the build/install in >

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-02 Thread PGNet Dev
On 8/2/19 8:21 AM, Sergei Golubchik wrote: > Did you set, perhaps, -DBUILD_SHARED_LIBS=ON ? yep. that's been 'on' for ages here. that'd be one of the LAST options I would've thought to look at :-/ iiuc, it addresses the build/install in ls -al /usr/local/mariadb/lib64/ total 900K drwxr-xr-x

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-02 Thread PGNet Dev
hi serg On 8/1/19 12:40 AM, Sergei Golubchik wrote: > How did you build, I mean, exact commands? > I used `cmake . && make` as the page above says, and I didn't get this > error. Of course you didn't! ;-) Atm, I've got a fairly 'verbose' config -- I'll try some cleanup and see if I can find

Re: [Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-08-01 Thread Sergei Golubchik
Hi, PGNet! On Jul 26, PGNet Dev wrote: > I'm building MDB 10.4/head on linux64 > > Galera's set up for build, following > > https://mariadb.com/kb/en/library/installing-galera-from-source/ How did you build, I mean, exact commands? I used `cmake . && make` as the page above says, and I

[Maria-discuss] MDB 10.4+Galera build's wsrep-lib/.../*.so libs are built, but not installed? what step's missing?

2019-07-26 Thread PGNet Dev
I'm building MDB 10.4/head on linux64 Galera's set up for build, following https://mariadb.com/kb/en/library/installing-galera-from-source/ The build/install has no apparent errors afterwards, checking build FAILs ./mysqld -V ./mysqld: error while loading