Unable to install module XML::Entities

mimi -  
 christelle -
Hello,

during the installation of OCS I always get this error message
*** Warning: PERL module XML::Entities is not installed !
yet I have installed all the modules
how can I install this module *** Warning: PERL module XML::Entities is not installed !

knowing that I am using Ubuntu 8
Configuration: Linux ubuntu Firefox 3.0.1

5 answers

  1. KuKrApOk59 Posted messages 444 Registration date   Status Member Last intervention   84
     
    Since you specified that you are on Ubuntu 8, I will give you the Linux commands to do this

    You can use CPAN which is used to search for and install PERL modules

    $ perl -MCPAN -e 'install XML::Entities'


    Answer according to your configuration to the various questions, and even if it takes a little time, everything should go smoothly

    Once finished, you can test if the module is correctly installed by typing

    $ perl -e 'use XML::Entities'


    --
    If you have your answer, please remember to specify: [Resolved]
    5
    1. christelle
       
      thank you
      0