|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
problems in ubuntu fonts rendering with freetype2I've compiled and installed FreeType 2.3.11 in Ubuntu 9.04, i need it for to compile Gem, but since this event my system fonts rendering changed.
I type this commands: ./configure --prefix=/usr I didn't like new fonts rendering, and Ubuntu's font settings work bad. I remove FreeType 2.3.11 with sudo make uninstallconsole said ./builds/unix/libtool --mode=uninstall rm -f /usr/lib/libfreetype.la but i can't open any program. For example if i type xterm console says xterm: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directoryI reebott my computer and system can't start. How can I recover previous state before installing FreeType 2.3.11 Thanks -- oscar santis escultor, pintor, ruidista http://my.pictomos.com/oscarsantis http://oscarsantis.wordpress.com tel: ++ 56 9 84280381 _______________________________________________ Freetype-devel mailing list Freetype-devel@... http://lists.nongnu.org/mailman/listinfo/freetype-devel |
|
|
Re: problems in ubuntu fonts rendering with freetype2On Mon, Oct 26, 2009 at 7:41 AM, oscar santis <pelaosantis@...> wrote:
> ./configure --prefix=/usr > make > sudo make install This overwrites the Ubuntu system's freetype with the one you've compiled. > sudo make uninstall This removes the one you compiled, leaving no freetype on your system. This is why nothing works. You need to restore the original version from the Ubuntu package. Generally it is better to test libraries by installing them with --prefix=/usr/local instead of /usr. On most systems this will override the system version, but if it's removed or there are marked version differences, applications can still use the distro version from /usr. This is why --prefix=/usr/local is the default. Good luck with the recovery, -r _______________________________________________ Freetype-devel mailing list Freetype-devel@... http://lists.nongnu.org/mailman/listinfo/freetype-devel |
|
|
Re: problems in ubuntu fonts rendering with freetype2Ralph Giles <giles@...> writes:
> You need to restore the original version from the Ubuntu package. That is, you probably want to do something like: aptitude reinstall libfreetype6 libfreetype6-dev as root, to force it to download and reinstall the packaged version. (Installing the latter package will get you the files you need to build other programs against Freetype too, which'll probably solve your original problem.) -- Adam Sampson <ats@...> <http://offog.org/> _______________________________________________ Freetype-devel mailing list Freetype-devel@... http://lists.nongnu.org/mailman/listinfo/freetype-devel |
|
|
Re: problems in ubuntu fonts rendering with freetype2Thanks a lot
2009/10/26 Adam Sampson <ats@offog.org> That is, you probably want to do something like: -- oscar santis escultor, pintor, ruidista http://my.pictomos.com/oscarsantis http://oscarsantis.wordpress.com tel: ++ 56 9 84280381 _______________________________________________ Freetype-devel mailing list Freetype-devel@... http://lists.nongnu.org/mailman/listinfo/freetype-devel |
|
|
Re: problems in ubuntu fonts rendering with freetype2I reinstalled libfreetype6 from the Ubuntu package, but the problem persists.
thanks 2009/10/27 oscar santis <pelaosantis@gmail.com> Thanks a lot -- oscar santis escultor, pintor, ruidista http://my.pictomos.com/oscarsantis http://oscarsantis.wordpress.com tel: ++ 56 9 84280381 _______________________________________________ Freetype-devel mailing list Freetype-devel@... http://lists.nongnu.org/mailman/listinfo/freetype-devel |
| Free embeddable forum powered by Nabble | Forum Help |