Re: Modules not installing to standard LIB directory



Mark wrote:
Hello.

I tried installing several modules today, using the usual
procedure:

perl makefile.pl
nmake
nmake -test
nmake -install

The process ran fine. However, the new modules
were not automatically installed to the standard
library directory (c:\perl\lib). I was able to
manually copy them from the \blib directory to
c:\perl\lib\ and get them working that way.

Is there an additional step that I need to take
during installation to get this to happen automatically?
For most modules that I have installed, I have not run
into this problem.

Thanks
-Mark



Try losing the leading dashes. That is,

perl makefile.pl
nmake
nmake test
nmake install

Tom Wyant (mailing address to the contrary notwithstanding)
.



Relevant Pages

  • RE: [Info-ingres] Building DBD::Ingres for ActiveState Perl
    ... > It is possible to build the DBI using Active State's perl - however I ... > After testing and installing DBI I did the following within the ... > - nmake test ...
    (comp.databases.ingres)
  • RE: [Info-ingres] Building DBD::Ingres for ActiveState Perl
    ... It is possible to build the DBI using Active State's perl - however I ... After testing and installing DBI I did the following within the ... - nmake test ... "C:\Program Files\Microsoft Visual Studio .NET ...
    (comp.databases.ingres)
  • Modules not installing to standard LIB directory
    ... I tried installing several modules today, ... perl makefile.pl ...
    (comp.lang.perl.modules)
  • ANNOUNCE: UnixODBC 0.31
    ... UnixODBC provides a toolkit for writing Perl ODBC clients. ... - Installing and Configuring the Bridge Server ... UnixODBC.pm provides Perl programs with a subset of the X/Open ... Bridge Server," below. ...
    (comp.lang.perl.modules)
  • Re: Unix commands
    ... might have a problem or two with installing some CPAN modules as well. ... Skilled programmers are able to see the ... Then their problem already starts with using Perl on Windows (for ... Most external tools have switches that enable / disable features. ...
    (comp.lang.perl.misc)