cancel
Showing results for 
Search instead for 
Did you mean: 

SAP::Rfc perl module install pb (missing saprfc.h)

benoit-schmid
Contributor
0 Kudos

Hello,

I am trying to install PIERS SAP-Rfc module for Perl on Linux.

I have download librfc_210-20006795.sar from SAP MarketPlace.

When I uncar it, I get librfc.a  and librfccm.so.

When I try to compile the perl package, it says:

---

/usr/bin/perl /usr/share/perl/5.12/ExtUtils/xsubpp  -typemap /usr/share/perl/5.12/ExtUtils/typemap  Rfc.xs > Rfc.xsc && mv Rfc.xsc Rfc.c

cc -c  -I/xyz/include  -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"1.56\" -DXS_VERSION=\"1.56\" -fPIC "-I/usr/lib/perl/5.12/CORE"  -g -Wall -DSUMITELSE   Rfc.c

Rfc.xs:36:20: fatal error: saprfc.h: No such file or directory

compilation terminated.

make: *** [Rfc.o] Error 1

---

Where could I download the saprfc.h from the Market Place?

Thanks in advance for your help.

Accepted Solutions (1)

Accepted Solutions (1)

benoit-schmid
Contributor
0 Kudos

Hello,

Downloading from kernel tree was a bad choice.

I have found it with:

-> Support Packages and Patches

--> My Company's Application Components

---> Complimentary Software

----> SAP RFC SDK

-----> SAP RFC SDK 7.20

Sorry.

Answers (0)