Hi Marc, On Sat, Oct 17, 2015 at 3:02 PM, Marc dirix <[email protected]> wrote: > 0m 0.5s : DBManager: Repairing tables in the local db "roxen"... > : DBManager: MySQL upgrade done. > etc/modules/Variable.pmod/VerifiedString.pike:5:Cannot inherit program in > pass 2 which is not fully compiled yet. > etc/modules/Variable.pmod/VerifiedString.pike:5:(You probably have a cyclic > symbol dependency that the compiler cannot handle.) > etc/modules/Variable.pmod/VerifiedText.pike:7:Error looking up > 'VerifiedString' in module Variable. > etc/modules/Variable.pmod/VerifiedText.pike:7:Compilation failed. > > > What can I be doing wrong? > > Any help is welcome.
The issue seems to be that new versions of MySQL do not import some statement used by the setup routine to import some tables from a file on the disk. I have had good success with copying those files from a fresh binary or source install (with shipped mysql), to configurations/_mysql/roxen. Tobi
