[ubuntu-mono] [Bug 1103478] [NEW] lat fails to start due to an unfulfilled dependency on 12.10
uwe
maysara.abdulhaq at gmail.com
Wed Jan 23 14:10:19 UTC 2013
Public bug reported:
installing lat using apt-get; and starting it from command line gives me
the following error message:
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll' directory.
I'm running ubuntu 12.10 x86_64
installing mono-complete almost fixed the issue
sudo apt-get install mono-complete
but running lat again returns:
Cannot open assembly '/usr/lib/lat/lat.exe': No such file or directory.
I had to modify the contents of /usr/bin/lat to execute
/usr/lib/i386-linux-gnu/lat/lat.exe
instead of
/usr/lib/lat/lat.exe
and it worked
** Affects: lat (Ubuntu)
Importance: Undecided
Status: New
** Tags: packaging
** Attachment added: "/usr/bin/lat after modification"
https://bugs.launchpad.net/bugs/1103478/+attachment/3496464/+files/lat
--
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to lat in Ubuntu.
https://bugs.launchpad.net/bugs/1103478
Title:
lat fails to start due to an unfulfilled dependency on 12.10
Status in “lat” package in Ubuntu:
New
Bug description:
installing lat using apt-get; and starting it from command line gives
me the following error message:
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll' directory.
I'm running ubuntu 12.10 x86_64
installing mono-complete almost fixed the issue
sudo apt-get install mono-complete
but running lat again returns:
Cannot open assembly '/usr/lib/lat/lat.exe': No such file or
directory.
I had to modify the contents of /usr/bin/lat to execute
/usr/lib/i386-linux-gnu/lat/lat.exe
instead of
/usr/lib/lat/lat.exe
and it worked
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lat/+bug/1103478/+subscriptions
More information about the Ubuntu-mono
mailing list