-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 07 Feb 2008 18:59:53 +1000 Bryan Buchanan <[EMAIL PROTECTED]> wrote:
> Hi, Hello, > I've got a customer using RH 9 and I wanted to get mod_mono working. > > I used the mono 1.2.1 installer (get same error with 1.2.4). Mono works > fine. I've compiled Apache 2.2 from source and it too works fine, except > that when it starts, mod_mono doesn't, probably because of this error: > > /opt/mono-1.2.1/bin/mono: relocation error: /opt/mono-1.2.1/bin/mono: > symbol epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 > with link time reference It's not a mod_mono's fault. The problem is that your mono was compiled on a system which supports the epoll set of syscalls, which apparently is not supported by libc on the RH9 system. Recompiling mono on the machine you want to run it on should fix the issue. best regards, marek -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFHqupgq3909GIf5uoRAoi0AKCDiAqChAPWT4SmKafa4cZarwqxGgCdFzur APxq/DmRHWeEIo2g9rvLPE4= =B70t -----END PGP SIGNATURE----- _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
