Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find library to parse XML & DOM #1981

Closed
thalhayasir opened this issue Aug 14, 2018 · 2 comments
Closed

Cannot find library to parse XML & DOM #1981

thalhayasir opened this issue Aug 14, 2018 · 2 comments

Comments

@thalhayasir
Copy link

thalhayasir commented Aug 14, 2018

I installed the FreshRSS in ubuntu 16.04 when I start the setup i get the following errors in the first screen

Blast! Cannot find a required library to browse the DOM.

Blast! Cannot find the required library to parse XML.

Kindly let me know how I can fix this issue

@Frenzie
Copy link
Member

Frenzie commented Aug 14, 2018

That means you're missing the PHP libxml module (and possibly others). On Ubuntu the package name is probably something like php-xml.

@Alkarex
Copy link
Member

Alkarex commented Aug 23, 2018

@thalhayasir Did you make it work? If not, please see the readme for the list of packages:
https://github.com/FreshRSS/FreshRSS#example-of-full-installation-on-linux-debianubuntu

For Debian / Ubuntu:

sudo apt install php php-curl php-gmp php-intl php-mbstring php-sqlite3 php-xml php-zip

For people with distributions installing even fewer packages by default, see:

php7 php7-curl php7-gmp php7-intl php7-mbstring php7-xml php7-zip \
php7-ctype php7-dom php7-fileinfo php7-iconv php7-json php7-session php7-simplexml php7-xmlreader php7-zlib \

@Alkarex Alkarex closed this as completed Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants