| 118 | === Install Error: Unexpected debug information initialization error ... === |
| 119 | |
| 120 | On Ubuntu (10.10), during installation, you get: |
| 121 | {{{ |
| 122 | Compiling installation program... |
| 123 | error: Unexpected debug information initialization error "The assembly for default symbol writer cannot be loaded" |
| 124 | Compilation failed - 1 error, 0 warnings |
| 125 | Not running due to errors above. |
| 126 | }}} |
| 127 | The solution is to issue: |
| 128 | {{{ |
| 129 | sudo apt-get build-dep monodevelop |
| 130 | sudo apt-get install mono-xbuild |
| 131 | }}} |
| 132 | |