BlueNoteWeb
Verified User
I'm trying to get Mono installed on a DA server and running into a problem that's beyond my expertise.
I did find a how-to on the forum:
http://www.directadmin.com/forum/showthread.php?t=11709
I really prefer not to install from source when I can install from Yum - makes things easier later. Mono has a yum repo available on their site. After installing that I used:
Everything appeared to work fine.
I then followed the instructions in the above tutorial about updating httpd.conf to make httpd recognize the new stuff. When I restart httpd I get this error:
A quick google turned up this page:
Looks like the APR available to me through yum was a .9 version, while there's a 1.2.x available. I couldn't find that version anywhere through yum so I did install it from source - same error.
Any idea what to check next?
I did find a how-to on the forum:
http://www.directadmin.com/forum/showthread.php?t=11709
I really prefer not to install from source when I can install from Yum - makes things easier later. Mono has a yum repo available on their site. After installing that I used:
Code:
yum install mono*
yum install xps*
yum install mod_mono
Everything appeared to work fine.
I then followed the instructions in the above tutorial about updating httpd.conf to make httpd recognize the new stuff. When I restart httpd I get this error:
Syntax error on line 8 of /etc/httpd/conf.d/mod_mono.conf:
Cannot load /usr/lib/httpd/modules/mod_mono.so into server: /usr/lib/httpd/modules/mod_mono.so: undefined symbol: apr_pool_cleanup_null
A quick google turned up this page:
Looks like the APR available to me through yum was a .9 version, while there's a 1.2.x available. I couldn't find that version anywhere through yum so I did install it from source - same error.
Any idea what to check next?