-
k53sc
- New Cone
- Posts: 7
- Joined: 17 Jul 2012 09:04
beginner level information 2:xml reader not found
hi all,
well i really tried not to ask this question , but couldn’t stop myself,
-i read wiki on how to compile and build vlc, sucessfully did it
-added the example hello interface, it can see it by following cmd
./vlc —list
but when i am running the vlc from the new build it gives the following error
VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-4793-g08223d4)
[0x91e3a40] main libvlc: Running vlc with the default interface. Use ‘cvlc’ to use vlc without interface.
[0x91f4180] [cli] lua interface: Listening on host «*console».
VLC media player 2.1.0-git Rincewind
Command Line Interface initialized. Type `help’ for help.
> [0x92503a0] main xml reader error: XML reader not found
i don’t expect spoon feeding , but a little help that can be helpful.
-
Rémi Denis-Courmont
- Developer
- Posts: 14487
- Joined: 07 Jun 2004 16:01
- VLC version: master
- Operating System: Linux
- Contact:
Re: beginner level information 2:xml reader not found
Postby Rémi Denis-Courmont » 28 Jan 2013 17:25
You did not compile XML support in…
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded
-
k53sc
- New Cone
- Posts: 7
- Joined: 17 Jul 2012 09:04
Re: beginner level information 2:xml reader not found
Postby k53sc » 02 Feb 2013 22:21
fixed it………….. used apt-cache command ……some of the dependencies regarding libxml2-dev were missing
i am now facing a new doubt….
when i start vlc(installed version) i get output like the following and a new vlc player in graphical interface
$ vlc
VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d)
[0x9025908] main libvlc: Running vlc with the default interface. Use ‘cvlc’ to use vlc without interface.
when i start vlc from the bulid i get the following output with no graphical interface
$ ./vlc
VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-4793-g08223d4)
[0x88f6a40] main libvlc: Running vlc with the default interface. Use ‘cvlc’ to use vlc without interface.
[0x8909d08] [cli] lua interface: Listening on host «*console».
VLC media player 2.1.0-git Rincewind
Command Line Interface initialized. Type `help’ for help.
i guess there are no errors this time ……..
i really want to clarify these basic doubts …
i would really apriciatae a reply like «figure out yourself»……….. if this seems like an underprepared or not well researched query at beginner level ……..rather than having no reply at all.
thanks
-
k53sc
- New Cone
- Posts: 7
- Joined: 17 Jul 2012 09:04
Re: beginner level information 2:xml reader not found
Postby k53sc » 04 Feb 2013 22:36
sorry ……..fixed it.
-
RolandC
- New Cone
- Posts: 7
- Joined: 12 Sep 2013 20:16
- VLC version: 2.0.10 Twoflower
- Operating System: Fedora 19 _86x64
- Contact:
Re: beginner level information 2:xml reader not found
Postby RolandC » 10 Oct 2014 12:27
You did not compile XML support in…
Hi, I’m having the same issue on F19 _86x64 with vlc 2.1.5 built from source. I went thru the configure make make install process with no errors though.
Code: Select all
$ vlc
VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5)
[0xbda4e8] main xml reader error: XML reader not found
[0xb31118] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0xbee428] [cli] lua interface: Listening on host "*console".
VLC media player 2.1.5 Rincewind
Command Line Interface initialized. Type `help' for help.
>
Code: Select all
$ cvlc
VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5)
[0x2254748] main xml reader error: XML reader not found
[0x22675b8] dummy interface: using the dummy interface module...
If there was a need for XML support, why isn’t configure throwing an error that it cannot find it?
Perhaps will it be enough just to install libxml or libxml2 without having to rebuild vlc from scratch?
Anyway, any help would be much appreciated, I’d find it a pity to have to use the official 2.0 repo version while having added support for so many libs…
http://273dt.com
http://www.proz.com/profile/2027156
http://www.translatorscafe.com/cafe/member206462.htm
https://www.linkedin.com/in/rclemenceau
https://twitter.com/273dt_dot_com
https://google.com/+RolandCLEMENCEAU
http://rolandc.net
http://gumbo-cms.net/
Return to “VLC media player for Linux and friends Troubleshooting”
Who is online
Users browsing this forum: No registered users and 5 guests
View previous topic :: View next topic | |||||||
Author | Message | ||||||
---|---|---|---|---|---|---|---|
strelok n00b Joined: 05 Apr 2011 |
|
||||||
Back to top |
|
||||||
grifone87 Tux’s lil’ helper Joined: 01 Jun 2005 |
|
||||||
Back to top |
|
||||||
strelok n00b Joined: 05 Apr 2011 |
|
||||||
Back to top |
|
||||||
grifone87 Tux’s lil’ helper Joined: 01 Jun 2005 |
|
||||||
Back to top |
|
||||||
xming Guru Joined: 02 Jul 2002 |
|
||||||
Back to top |
|
||||||
strelok n00b Joined: 05 Apr 2011 |
|
||||||
Back to top |
|
||||||
|
You cannot post new topics in this forum |
I’m trying to use the WURFL API for PHP. I’m getting the following error during its initialization.
Fatal error: Class 'XMLReader' not found in /var/www/html/wurfl-api/WURFL/Xml/AbstractIterator.php on line 89
my version of PHP when I run php -v
:
PHP 5.3.3 (cli) (built: Jul 22 2010 16:21:30)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
Why do you think I am getting this error? Is my version of PHP outdated?
Thank you!
asked Apr 19, 2012 at 9:54
2
You have no XML extention installed. In RedHat like systems type yum install php53-xml
in terminal. Or you can simply add phpinfo();
to your PHP code to rewiew your server configuration and find wether XML installed or not.
answered Apr 19, 2012 at 9:58
s.webbandits.webbandit
16.1k16 gold badges57 silver badges81 bronze badges
2
To install in debian based systems.
sudo apt install php7.2-xml
of course replace the php version with the version you are using.
You can check current used php version with :
php -v
After it is installed you will need to restart apache service if you are using it, or nginx.
sudo service apache2 restart
answered Oct 30, 2019 at 17:35
GoddardGoddard
2,69829 silver badges35 bronze badges
run php -m
to check if the module is present
answered Apr 19, 2012 at 9:59
Edson MedinaEdson Medina
9,5563 gold badges43 silver badges50 bronze badges
1
I’ve had this error while running the artisan command which reads files from excel on the development server via PuTTY.
And the solution is to change the excel extension from xlsx to xls.
answered Sep 21, 2021 at 13:49