[RDD] RN command vs RN script

2019-08-12 Thread le père Léon
Trying the RN macro (from a terminal) with 2 methods : 1/ trying to launch a system command (with 1 argument) $ rmlsend "RN touch /tmp/test_rd_from_command!" -> does not create the file 2/ trying to launch a script $ cat >/my/path/myscript < does create the file What's wrong with the first meth

Re: [RDD] couldn't initialize MySql driver"

2019-08-12 Thread Fred Gleason
On Aug 12, 2019, at 19:52, jorge soto wrote: > Any help is appreciated. > Compiled Rivendell 3.0.2 from source, when running rdadmin from command line > i get the following message: > > QSqlDatabase: driver not loaded > QSqlDatabase: available drivers: QMYSQL3 QMYSQL > > what file am i mis

[RDD] couldn't initialize MySql driver"

2019-08-12 Thread jorge soto
Any help is appreciated. Compiled Rivendell 3.0.2 from source, when running rdadmin from command line i get the following message: QSqlDatabase: driver not loaded QSqlDatabase: available drivers: QMYSQL3 QMYSQL what file am i missing? I did not install MySql, I installed Maria. I'm running Ubun