Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 01-09-2004, 06:09 PM
astonerii
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default Perl NMAKE.exe installation problems

I am trying to update PERL to allow me to install nmake.exe, but it is unable to finish as you can see below:

Quote:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\>cd\perl

C:\Perl>perl -MCPAN -e shell

C:\Perl\lib\CPAN\Config.pm initialized.


CPAN is the world-wide archive of perl resources. It consists of about
100 sites that all replicate the same contents all around the globe.
Many countries have at least one CPAN site already. The resources
found on CPAN are easily accessible with the CPAN.pm module. If you
want to use CPAN.pm, you have to configure it properly.

If you do not want to enter a dialog now, you can answer 'no' to this
question and I'll try to autoconfigure. (Note: you can revisit this
dialog anytime later by typing 'o conf init' at the cpan prompt.)

Are you ready for manual configuration? [yes]


The following questions are intended to help you with the
configuration. The CPAN module needs a directory of its own to cache
important index files and maybe keep a temporary mirror of CPAN files.
This may be a site-wide directory or a personal directory.



First of all, I'd like to create this directory. Where?

CPAN build and cache directory? [\.cpan] \Perl\CPAN_cache


If you want, I can keep the source files after a build in the cpan
home directory. If you choose so then future builds will take the
files from there. If you don't want to keep them, answer 0 to the
next question.



How big should the disk cache be for keeping the build directories
with all the intermediate files?

Cache size for build directory (in MB)? [10] 256


By default, each time the CPAN module is started, cache scanning
is performed to keep the cache size in sync. To prevent from this,
disable the cache scanning with 'never'.

Perform cache scanning (atstart or never)? [atstart]


To considerably speed up the initial CPAN shell startup, it is
possible to use Storable to create a cache of metadata. If Storable
is not available, the normal index mechanism will be used.

Cache metadata (yes/no)? [yes]


The next option deals with the charset your terminal supports. In
general CPAN is English speaking territory, thus the charset does not
matter much, but some of the aliens out there who upload their
software to CPAN bear names that are outside the ASCII range. If your
terminal supports UTF-8, you say no to the next question, if it
supports ISO-8859-1 (also known as LATIN1) then you say yes, and if it
supports neither nor, your answer does not matter, you will not be
able to read the names of some authors anyway. If you answer no, names
will be output in UTF-8.

Your terminal expects ISO-8859-1 (yes/no)? [yes]


If you have one of the readline packages (Term::ReadLine::Perl,
Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN
shell will have history support. The next two questions deal with the
filename of the history file and with its size. If you do not want to
set this variable, please hit SPACE RETURN to the following question.

File to save your history? [\Perl\CPAN_cache\histfile]
Number of lines to save? [100]


The CPAN module can detect when a module that which you are trying to
build depends on prerequisites. If this happens, it can build the
prerequisites for you automatically ('follow'), ask you for
confirmation ('ask'), or just ignore them ('ignore'). Please set your
policy to one of the three values.

Policy on building prerequisites (follow, ask or ignore)? [ask]


The CPAN module will need a few external programs to work properly.
Please correct me, if I guess the wrong path for a program. Don't
panic if you do not have some of them, just press ENTER for those. To
disable the use of a download program, you can type a space followed
by ENTER.

Warning: gzip not found in PATH
Where is your gzip program? [] \GZip\gzip.exe
Warning: tar not found in PATH
Where is your tar program? [] \WinZip\WINZIP32.exe
Warning: unzip not found in PATH
Where is your unzip program? [] \WinZip\WINZIP32.exe
Warning: nmake not found in PATH
Where is your make program? [] \Perl\NMAKE.exe
Warning: lynx not found in PATH
Where is your lynx program? []
Warning: wget not found in PATH
Where is your wget program? []
Warning: ncftpget not found in PATH
Where is your ncftpget program? []
Warning: ncftp not found in PATH
Where is your ncftp program? []
Where is your ftp program? [C:\WINDOWS\system32\ftp.EXE]
Warning: gpg not found in PATH
Where is your gpg program? []
What is your favorite pager program? [C:\WINDOWS\system32\more.COM]
What is your favorite shell?


Every Makefile.PL is run by perl in a separate process. Likewise we
run 'make' and 'make install' in processes. If you have any
parameters (e.g. PREFIX, LIB, UNINST or the like) you want to pass
to the calls, please specify them here.

If you don't understand this question, just press ENTER.

Parameters for the 'perl Makefile.PL' command?
Typical frequently used settings:

PREFIX=~/perl non-root users (please see manual for more hints)

Your choice: []
Parameters for the 'make' command?
Typical frequently used setting:

-j3 dual processor system

Your choice: []
Parameters for the 'make install' command?
Typical frequently used setting:

UNINST=1 to always uninstall potentially conflicting files

Your choice: []


Sometimes you may wish to leave the processes run by CPAN alone
without caring about them. As sometimes the Makefile.PL contains
question you're expected to answer, you can set a timer that will
kill a 'perl Makefile.PL' process after the specified time in seconds.

If you set this value to 0, these processes will wait forever. This is
the default and recommended setting.

Timeout for inactivity during Makefile.PL? [0]


If you're accessing the net via proxies, you can specify them in the
CPAN configuration or via environment variables. The variable in
the $CPAN::Config takes precedence.

Your ftp_proxy?
Your http_proxy?
Your no_proxy?
You have no \Perl\CPAN_cache\sources\MIRRORED.BY
I'm trying to fetch one
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY.gz
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY
Couldn't fetch MIRRORED.BY from ftp.perl.org
Fetching with Net::FTP
ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY.gz
Couldn't fetch MIRRORED.BY.gz from ftp.perl.org
Issuing "C:\WINDOWS\system32\ftp.EXE -n"
Local directory now C:\Perl\CPAN_cache\sources.
GOT \Perl\CPAN_cache\sources\MIRRORED.BY
You have an empty \Perl\CPAN_cache\sources\MIRRORED.BY,
I'm trying to fetch one
Issuing "C:\WINDOWS\system32\ftp.EXE -n"
Local directory now C:\Perl\CPAN_cache\sources.
GOT \Perl\CPAN_cache\sources\MIRRORED.BY
You have an empty \Perl\CPAN_cache\sources\MIRRORED.BY,
I'm trying to fetch one
Issuing "C:\WINDOWS\system32\ftp.EXE -n"
Local directory now C:\Perl\CPAN_cache\sources.
GOT \Perl\CPAN_cache\sources\MIRRORED.BY
You have an empty \Perl\CPAN_cache\sources\MIRRORED.BY,
I'm trying to fetch one
Issuing "C:\WINDOWS\system32\ftp.EXE -n"
Local directory now C:\Perl\CPAN_cache\sources.
is there something wrong with my computer setup that it is not downloading anything?
  #2  
Old 01-09-2004, 06:24 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

your best bet is probably to go to perl.org and look for information there. Specifically on CPAN.

But basically it seems to be looking for a file that isn't there anymore, or a wrong address to begin with.
__________________
Please read the forum rules and look at reacent messages before posting.
  #3  
Old 01-09-2004, 07:04 PM
astonerii
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

New problem
I copied the file into the directory it wanted it in, but now I get the following.

Quote:
Illegal PORT command rejected
  #4  
Old 01-09-2004, 08:55 PM
koad
Fire Beetle
 
Join Date: Aug 2003
Posts: 14
Default

sounds like the FTP server you selected doesnt like how cpan uses port to forward through your routing configuration. try other servers. i just compiled for perl support and had a similiar problem with no server response. but tried others and that fixed it
  #5  
Old 01-09-2004, 09:03 PM
Kroeg's Avatar
Kroeg
Hill Giant
 
Join Date: Oct 2003
Posts: 241
Default

stop moving things around... it already doesn't work, why screw with it more? sheesh.

The nmake.exe problem you're having is typically because you didn't specify the directory to where your nmake.exe file is (you can't build makefiles without this). If you have visual studio (6.0), then this would be on the root of the drive you installed VS, in a folder called... you guessed it, \visualstudio\nmake.exe

When you're first running the install (cpan), leave the install directories DEFAULT .\cpan .. don't go getting creative, unless you know what you're doing.

If I were to solidify my oppinion, I'd have to say you're having problems because you aren't keeping it simple. It should be boom..run the install.. boom.. leave directories default besides paths to external programs it needs (nmake.exe, winzip, etc)... done. Then install IO::Scalar ... boom.. done. There's not a lot to this for you to have so many problems. New problem? geez. hehe.
  #6  
Old 01-09-2004, 09:12 PM
astonerii
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

Thanks Koed, good information. I will try that, I will see if I can figure out how to change the server I search.

As for the nmake.exe file, I downloaded it from this site and put it in the perl directory.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:23 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3