Просмотр сообщений

В этом разделе можно просмотреть все сообщения, сделанные этим пользователем.


Сообщения - CGS

Страницы: [1]
1
Perl / Установка модулей Perl
« : 12 Ноября 2004, 16:39:22 »
Решил проблему скачав и Установив .msi версию перла. До этого был zip-архив.

2
Perl / Установка модулей Perl
« : 11 Ноября 2004, 14:29:56 »
Фаервол в XP отключен.
А если с помощью PPM, с локальнй папки , не с нэта ?

3
Perl / Установка модулей Perl
« : 11 Ноября 2004, 14:21:33 »
Полную ? Это как ?

4
Perl / Установка модулей Perl
« : 11 Ноября 2004, 06:26:44 »
Имееться ActivePerl 5.8.4.810 , Win XP.
Проблема следущая:
Пытаюсь установить модули с помощью ppm3-bin.bat, получаем:

[SIZE=1]
ppm> install CGI::SSI
Error: connect: Unknown error
[/SIZE]

пробую perl -MCPAN -e shell, получаем:

[SIZE=1]
C:\\Perl\\bin>perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7601)
ReadLine support available (try \'install Bundle::CPAN\')

cpan> install CGI::SSI
CPAN: Storable loaded ok
Going to read \\.cpan\\Metadata
  Database was generated on Wed, 10 Nov 2004 09:09:00 GMT
Running install for module CGI::SSI
Running make for J/JA/JAMES/CGI-SSI-0.53.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for \\.cpan\\sources\\authors\\id\\J\\JA\\JAMES\\CGI-SSI-0.53.tar.gz ok
Scanning cache \\.cpan\\build for sizes
Subroutine AUTOLOAD redefined at C:/Perl/site/lib/Compress/Zlib.pm line 84.
Subroutine isaFilehandle redefined at C:/Perl/site/lib/Compress/Zlib.pm line 99.

Subroutine isaFilename redefined at C:/Perl/site/lib/Compress/Zlib.pm line 108.
Subroutine gzopen redefined at C:/Perl/site/lib/Compress/Zlib.pm line 115.
Subroutine ParseParameters redefined at C:/Perl/site/lib/Compress/Zlib.pm line 1
32.
Subroutine deflateInit redefined at C:/Perl/site/lib/Compress/Zlib.pm line 198.
Subroutine inflateInit redefined at C:/Perl/site/lib/Compress/Zlib.pm line 210.
Subroutine Compress::Zlib::deflateStream::deflateParams redefined at C:/Perl/sit
e/lib/Compress/Zlib.pm line 220.

.....................................
.....................................
.....................................

Subroutine Compress::Zlib::inflateStream::total_in redefined at C:/Perl/site/lib
/Compress/Zlib.pm line 94.
Subroutine Compress::Zlib::inflateStream::total_out redefined at C:/Perl/site/li
b/Compress/Zlib.pm line 94.
Subroutine Compress::Zlib::inflateStream::msg redefined at C:/Perl/site/lib/Comp
ress/Zlib.pm line 94.
CPAN: Archive::Tar loaded ok
CGI-SSI-0.53/
CGI-SSI-0.53/README
CGI-SSI-0.53/Makefile.PL
CGI-SSI-0.53/Changes
CGI-SSI-0.53/SSI.pm
CGI-SSI-0.53/MANIFEST
CGI-SSI-0.53/TODO
CGI-SSI-0.53/test.pl
Removing previously used \\.cpan\\build\\CGI-SSI-0.53

  CPAN.pm: Going to build J/JA/JAMES/CGI-SSI-0.53.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Date::Parse 0 not found.
Warning: prerequisite HTML::SimpleParse 0 not found.

Error: Unable to locate installed Perl libraries or Perl source code.

It is recommended that you install perl in a standard location before
building extensions. Some precompiled versions of perl do not contain
these header files, so you cannot build extensions. In such a case,
please build and install your perl from a fresh perl distribution. It
usually solves this kind of problem.

(You get this message, because MakeMaker could not find "C:\\TEMP\\perl-----------
---------------------please-run-the-install-script------------------------------
--\\lib\\CORE\\perl.h")
Running make test
  Make had some problems, maybe interrupted? Won\'t test
Running make install
  Make had some problems, maybe interrupted? Won\'t install
[/SIZE]

Уже замучился, кто в курсе помогите :confused: :insane:

Страницы: [1]