I tried installing Wordnet in Ubuntu and faced some problems. Prior to installing wordnet you need to install tcl and tk. When I ran make to install tcl I faced an error saying gcc is not able to create executables. To resolve this problem install build-essential
sudo apt-get install build-essential
Then the installation of tcl didn't pose any problems. But while installing tk I faced a make error which prevented installing of tk.
tk8.5.8/unix/../generic/tk.h:78:23: error: X11/Xlib.h: No such file or directory
To rectify this error I installed libx11-dev package using the command sudo apt-get install libx11-dev. After installing that package everything went fine.
Tuesday, December 8, 2009
Thursday, October 29, 2009
Problem while upgrading from ubuntu 8.10 to 9.04
I upgraded my desktop from ubuntu 8.10 to 9.04. During this upgrade I got the following errors during the upgrade.
Setting up gnome-themes-selected (2.26.0-0ubuntu1) ...
gtk-update-icon-cache: No theme index file.dpkg: error processing gnome-themes-selected (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
gnome-themes-selected
This occurred during the installation of the package gnome-themes-selected because of the missing of index.theme file in /usr/share/icons/Mist/ in my machine. I fixed it by copying the index file from another machine and running sudo apt-get install gnome-themes-selected
Setting up gnome-themes-selected (2.26.0-0ubuntu1) ...
gtk-update-icon-cache: No theme index file.dpkg: error processing gnome-themes-selected (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
gnome-themes-selected
This occurred during the installation of the package gnome-themes-selected because of the missing of index.theme file in /usr/share/icons/Mist/ in my machine. I fixed it by copying the index file from another machine and running sudo apt-get install gnome-themes-selected
My First Post
This is my first post. I want to write about how I was able to rectify some of the problems while using ubuntu in my blog. I would be delighted if my solutions work for some others.
Subscribe to:
Comments (Atom)