iamravikanth has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to install the R3-RFCAPI in one of my windows server but it fails with the following error at the test step.
Any suggestions would be really helpful.The server is a windows 2008 server 64 bit but runs a 32 bit perl version.
I was able to install it successfully in my laptop which is a windows 7 32 bit machine.
Error---
C:\Perl\CustomModules\R3-rfcapi>nmake test
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved.
C:\Perl\bin\perl.exe "-Iblib\lib" "-Iblib\arch" test.pl 1..4
Can't load 'blib\arch/auto/R3/rfcapi/rfcapi.dll' for module R3::rfcapi: load_file:The specified module could not be found at C:/Perl/lib/DynaLoader.pm line 191. at test.pl line 11. Compilation failed in require at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11. NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2' Stop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error when installing r3:rfcapi
by jellisii2 (Hermit) on Aug 19, 2014 at 12:37 UTC |