Debian: Difference between revisions
From lurkmore wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''Debian Linux''' is the Linux distribution on which distros such as [[Ubuntu]] and Xubuntu are built on top of. Debian is one of the first Linux distros and is primarily used as an [[operating system]] for servers, such as web servers (httpd). | '''Debian Linux''' is the Linux distribution on which distros such as [[Ubuntu]] and Xubuntu are built on top of. Debian is one of the first Linux distros and is primarily used as an [[operating system]] for servers, such as web servers (httpd). | ||
== Fatal: cannot call XML::SAX->save_parsers_debian(). == | |||
Steps to correct the error <code>Fatal: cannot call XML::SAX->save_parsers_debian().</code> | |||
<pre class="lang:bash">cd /usr/local/share/perl/5.10.0/XML/ | |||
mkdir dnu | |||
mv SAX* dnu/ | |||
apt-get install libxml-libxml-perl</pre> | |||
* [https://bugs.launchpad.net/ubuntu/+source/libxml-sax-perl/+bug/409498/comments/3 Origin of fix] | |||
== Related articles == | == Related articles == |
Revision as of 21:17, 28 September 2016
Debian Linux is the Linux distribution on which distros such as Ubuntu and Xubuntu are built on top of. Debian is one of the first Linux distros and is primarily used as an operating system for servers, such as web servers (httpd).
Fatal: cannot call XML::SAX->save_parsers_debian().
Steps to correct the error Fatal: cannot call XML::SAX->save_parsers_debian().
cd /usr/local/share/perl/5.10.0/XML/ mkdir dnu mv SAX* dnu/ apt-get install libxml-libxml-perl