Hi,
I have recently upgraded my opensuse 12.2 machine to leap 42.1.
I would like to get web server going in the form of:- nginx <> fastcgi-mono-server4 <> asp.net
I have installed and configured nginx - it appears to be woking okay (tested it at a html level).
I have installed mono and xsp, and reconfigured nginx for fastcgi, but it doesn’t work - my web browser reports a list of unhelpful asp.net type errors.
When I start fastcgi-mono-server4 with debug logging, this is what I get:-
Mono: Config attempting to parse: ‘/etc/mono/config’.
Mono: Config attempting to parse: ‘/root/.mono/config’.
Mono: Assembly Loader probing location: ‘/usr/lib/mono/4.5/mscorlib.dll’.
Mono: Image addref mscorlib[0x17a3f00] -> /usr/lib/mono/4.5/mscorlib.dll[0x17a2fa0]: 2
** Mono: AOT: module /usr/lib/mono/4.5/mscorlib.dll.so is unusable: compiled with unsupported SIMD extensions.*
Mono: Assembly Loader loaded assembly from location: ‘/usr/lib/mono/4.5/mscorlib.dll’.
Mono: Config attempting to parse: ‘/usr/lib/mono/4.5/mscorlib.dll.config’.
Mono: Config attempting to parse: ‘/etc/mono/assemblies/mscorlib/mscorlib.config’.
Mono: Assembly mscorlib[0x17a3f00] added to domain fastcgi-mono-server4.exe, ref_count=1
Mono: Assembly Loader probing location: ‘/usr/lib/mono/4.5/fastcgi-mono-server4.exe’.
Mono: Unloading image /usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe [0x180e890].
Mono: Image addref fastcgi-mono-server4[0x180efe0] -> /usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe[0x17a1bf0]: 3
Mono: Assembly fastcgi-mono-server4[0x180efe0] added to domain fastcgi-mono-server4.exe, ref_count=1
**Mono: AOT module ‘/usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe.so’ not found: /usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe.so: cannot open shared object file: No such file or directory
**
**Mono: AOT module ‘/usr/lib/mono/aot-cache/amd64/fastcgi-mono-server4.exe.so’ not found: /usr/lib/mono/aot-cache/amd64/fastcgi-mono-server4.exe.so: cannot open shared object file: No such file or directory
**
Mono: Assembly Loader loaded assembly from location: ‘/usr/lib/mono/4.5/fastcgi-mono-server4.exe’.
Mono: Config attempting to parse: ‘/usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe.config’.
Mono: Config attempting to parse: ‘/etc/mono/assemblies/fastcgi-mono-server4/fastcgi-mono-server4.config’.
Mono: Assembly Loader probing location: ‘/usr/lib/mono/4.5/fastcgi-mono-server4.exe’.
Mono: Unloading image /usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe [0x180f070].
Mono: AOT module ‘/usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe.so’ not found: /usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe.so: cannot open shared object file: No such file or directory
Mono: AOT module ‘/usr/lib/mono/aot-cache/amd64/fastcgi-mono-server4.exe.so’ not found: /usr/lib/mono/aot-cache/amd64/fastcgi-mono-server4.exe.so: cannot open shared object file: No such file or directory
Mono: Assembly Ref addref fastcgi-mono-server4[0x180efe0] -> mscorlib[0x17a3f00]: 2
Mono: Config attempting to parse: ‘/usr/lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe.config’.
Mono: Assembly Loader probing location: ‘/usr/lib/mono/4.5/Mono.WebServer2.dll’.
Mono: Image addref Mono.WebServer2[0x1816b10] -> /usr/lib/mono/gac/Mono.WebServer2/0.4.0.0__0738eb9f132ed756/Mono.WebServer2.dll[0x1813c00]: 2
Mono: Assembly Mono.WebServer2[0x1816b10] added to domain fastcgi-mono-server4.exe, ref_count=1
**Mono: AOT module ‘/usr/lib/mono/gac/Mono.WebServer2/0.4.0.0__0738eb9f132ed756/Mono.WebServer2.dll.so’ not found: /usr/lib/mono/gac/Mono.WebServer2/0.4.0.0__0738eb9f132ed756/Mono.WebServer2.dll.so: cannot open shared object file: No such file or directory
**
**Mono: AOT module ‘/usr/lib/mono/aot-cache/amd64/Mono.WebServer2.dll.so’ not found: /usr/lib/mono/aot-cache/amd64/Mono.WebServer2.dll.so: cannot open shared object file: No such file or directory
**
Mono: Assembly Loader loaded assembly from location: ‘/usr/lib/mono/4.5/Mono.WebServer2.dll’.
Mono: Config attempting to parse: ‘/usr/lib/mono/gac/Mono.WebServer2/0.4.0.0__0738eb9f132ed756/Mono.WebServer2.dll.config’.
Mono: Config attempting to parse: ‘/etc/mono/assemblies/Mono.WebServer2/Mono.WebServer2.config’.
Mono: Assembly Ref addref fastcgi-mono-server4[0x180efe0] -> Mono.WebServer2[0x1816b10]: 2
Mono: Assembly Ref addref Mono.WebServer2[0x1816b10] -> mscorlib[0x17a3f00]: 3
Mono: Assembly Loader probing location: ‘/usr/lib/mono/4.5/System.Xml.dll’.
Mono: Image addref System.Xml[0x18190d0] -> /usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll[0x1818390]: 2
Mono: Assembly System.Xml[0x18190d0] added to domain fastcgi-mono-server4.exe, ref_count=1
**Mono: AOT module ‘/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.so’ not found: /usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.so: cannot open shared object file: No such file or directory
Mono: AOT module ‘/usr/lib/mono/aot-cache/amd64/System.Xml.dll.so’ not found: /usr/lib/mono/aot-cache/amd64/System.Xml.dll.so: cannot open shared object file: No such file or directory
**
Mono: Assembly Loader loaded assembly from location: ‘/usr/lib/mono/4.5/System.Xml.dll’.
Mono: Config attempting to parse: ‘/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.config’.
Mono: Config attempting to parse: ‘/etc/mono/assemblies/System.Xml/System.Xml.config’.
Mono: Assembly Ref addref fastcgi-mono-server4[0x180efe0] -> System.Xml[0x18190d0]: 2
Mono: Assembly Ref addref System.Xml[0x18190d0] -> mscorlib[0x17a3f00]: 4
Mono: Assembly Loader probing location: ‘/usr/lib/mono/4.5/System.dll’.
Mono: Image addref System[0x1821ab0] -> /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll[0x1820c70]: 2
Mono: Assembly System[0x1821ab0] added to domain fastcgi-mono-server4.exe, ref_count=1
**Mono: AOT module ‘/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.so’ not found: /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.so: cannot open shared object file: No such file or directory
**
**Mono: AOT module ‘/usr/lib/mono/aot-cache/amd64/System.dll.so’ not found: /usr/lib/mono/aot-cache/amd64/System.dll.so: cannot open shared object file: No such file or directory
**
Mono: Assembly Loader loaded assembly from location: ‘/usr/lib/mono/4.5/System.dll’.
Mono: Config attempting to parse: ‘/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.config’.
Mono: Config attempting to parse: ‘/etc/mono/assemblies/System/System.config’.
Mono: Assembly Ref addref fastcgi-mono-server4[0x180efe0] -> System[0x1821ab0]: 2
Mono: Assembly Ref addref System[0x1821ab0] -> mscorlib[0x17a3f00]: 5
Mono: Assembly Ref addref Mono.WebServer2[0x1816b10] -> System[0x1821ab0]: 3
Mono: Assembly Ref addref System.Xml[0x18190d0] -> System[0x1821ab0]: 4
Mono: Assembly Loader probing location: ‘/usr/lib/mono/4.5/Mono.Security.dll’.
Mono: Image addref Mono.Security[0x1ba7920] -> /usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll[0x1ba4c60]: 2
Mono: Assembly Mono.Security[0x1ba7920] added to domain fastcgi-mono-server4.exe, ref_count=1
**Mono: AOT module ‘/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.so’ not found: /usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.so: cannot open shared object file: No such file or directory
Mono: AOT module ‘/usr/lib/mono/aot-cache/amd64/Mono.Security.dll.so’ not found: /usr/lib/mono/aot-cache/amd64/Mono.Security.dll.so: cannot open shared object file: No such file or directory
**
Mono: Assembly Loader loaded assembly from location: ‘/usr/lib/mono/4.5/Mono.Security.dll’.
Mono: Config attempting to parse: ‘/usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.config’.
Mono: Config attempting to parse: ‘/etc/mono/assemblies/Mono.Security/Mono.Security.config’.
Mono: Assembly Ref addref Mono.Security[0x1ba7920] -> mscorlib[0x17a3f00]: 6
Mono: Assembly Loader probing location: ‘/usr/lib/mono/4.5/System.Configuration.dll’.
Mono: Image addref System.Configuration[0x198bca0] -> /usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll[0x19b1f90]: 2
Mono: Assembly System.Configuration[0x198bca0] added to domain fastcgi-mono-server4.exe, ref_count=1
**Mono: AOT module ‘/usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.so’ not found: /usr/li[2016-06-02 12:33:42Z] Debug fastcgi-mono-server4
It seems that mono is not happy with installation. Or at least the AOT module. Can anyone help?
Thanks in advance.
Peter