Hello Monks,

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.


In reply to Error when installing r3:rfcapi by iamravikanth

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.