Dear All, I'm trying once more to get a working installation of roxen. I have installed the following on a debian testing installation:
pike8.0 (Pike v8.0 release 28) Mariadb-server-10 And downloaded roxen from github: https://github.com/pikelang/Roxen. Then I made the following links: roxen/server/mysql/sbin -> /usr/sbin roxen/server/mysql/share/mysql -> /usr/share/mysql Furthermore I created a configuration using "create_config". Then I start using "start". In logs/debug/default.x I see the following errors: : Server start command: : /usr/bin/pike : -DRAM_CACHE : -DHTTP_COMPRESSION : -M/usr/local/roxen/server/etc/modules : -M/usr/local/roxen/local/pike_modules : -I/usr/local/roxen/server/etc/include : -I/usr/local/roxen/server/base_server : -P/usr/local/roxen/server/base_server : -P/usr/local/roxen/server : base_server/roxenloader.pike : --pid-file=../configurations/_roxen_pid 14:52:39 : Support for IPv6 enabled. 0m 0.0s : Adding package /usr/local/roxen/local. : ----------------------------------------------------------------- : Pike version: Pike v8.0 release 28 : Product version: Roxen WebServer 6.1.0-git : Operating system: Linux 4.2.0-1-amd64 (x86_64) 14:52:39 : Starting MySQL ... Was running 10.0.20-MariaDB-3-log [8.1ms] 0m 0.0s : Loading Pike modules ... Done [252.2ms] : Loading Roxen ... : Upgrading database from UNKNOWN to 5.5.5-10.0.20-MariaDB-3-log... : Couldn't find MySQL upgrading script. : DBManager: Repairing tables in the local db "local"... 14:52:39 : DBManager: Repairing tables in the local db "mysql"... 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. Best regards, Marc Dirix
