Strona 1 z 1

Problem z instalacją OCSInventory

: 19 sierpnia 2008, 08:55
autor: biz00n
Witam,

Próbuję zainstalować OCSINventory 1.02 RC2 napotykam problem:

Kod: Zaznacz cały

Checking for XML::Entities PERL module...
*** Warning: PERL module XML::Entities is not installed !
i

Kod: Zaznacz cały

Can't open perl script "Makefile.PL": Nie ma takiego pliku ani katalogu
Warning: Prerequisites too old !
Spotkał się ktoś z podobnym problemem?

: 19 sierpnia 2008, 09:05
autor: ruun
Zainstaluj xml-core.

: 19 sierpnia 2008, 09:32
autor: biz00n
miałem już zainstalowany

: 19 sierpnia 2008, 15:34
autor: lessmian2
Spróbuj w konsoli

Kod: Zaznacz cały

perl -le "use XML::Entities"
Jeśli wywali błąd to znaczy że jednak nie jest zainstalowany moduł Perla XML::Entities.
Wtedy dziabnij w terminalu:

Kod: Zaznacz cały

perl -MCPAN -e 'install XML::Entities'
Powinien się zainstalować ten moduł i wtedy spróbuj jeszcze raz z instalacją OCSINventory

: 19 sierpnia 2008, 16:11
autor: biz00n
Próbowałem instalować :

Kod: Zaznacz cały

perl -MCPAN -e 'install XML::Entities'
ale dostaję bład

Kod: Zaznacz cały

WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for XML::Entities
make: Uwaga: Plik `Makefile.PL' ma czas modyfikacji 3,2e+07 s w przyszłości
Makefile out-of-date with respect to Makefile.PL /usr/lib/perl/5.8/Config.pm /usr/lib/perl/5.8/CORE/config.h
Cleaning current config before rebuilding Makefile...
/usr/bin/make -f Makefile.old clean > /dev/null 2>&1
/usr/bin/perl Makefile.PL "INSTALLDIRS=site"
WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for XML::Entities
==> Your Makefile has been rebuilt. <==
==> Please rerun the /usr/bin/make command.  <==
false
make: *** [Makefile] Błąd 1
  /usr/bin/make  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible