in reply to SAP::Rfc module with unicode

I don't know this particular module, but you probably need to set environment variable LD_LIBRARY_PATH to the SAP directory which contains Rfc.so and the other SAP library files. Do this from the shell (export or setenv) before running the make.

Replies are listed 'Best First'.
Re^2: SAP::Rfc module with unicode
by regexes (Hermit) on Nov 17, 2009 at 12:52 UTC
    Thanks for the response... I thought of that before but, unfortunately, it didn't change anything.
    hostblabla:# echo $LD_LIBRARY_PATH /tmp/saprfctest/SAP-Rfc-1.55/blib/arch/auto/SAP/Rfc:/usr/sap/rfcsdk
    The make test throws the same error.
    undefined symbol: memsetU16 at /usr/lib/perl/5.10/DynaLoader.pm line 1 +96
    This leads me to believe that something is maybe messed up with the Dynaloader module in my perl distribution. But I'm just guessing...