|
Posted by thulsa.doom on December 2, 2005, 2:47 am
Please log in for more thread options
Hi
I'm trying to install Perl module SAP-Rfc-1.32 on my Fedora FC4
installation (x86_32).
Whe I do make, or make test, I keep getting:
gcc -c -I/usr/sap/rfcsdk/include -D_REENTRANT -D_GNU_SOURCE
-DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -O2 -g -pipe -Wp
,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4
-fasynchronous-unwind-tables -D VERSION=\"1.32\"
-DXS_VERSION=\"1.32\" -fPIC
"-I/usr/lib/perl5/5.8.6/i386-linux-thread-multi/CORE"
-DSUMITELSE Rfc.c
Rfc.xs: In function âmake_copyâ:
Rfc.xs:183: warning: pointer targets in passing argument 3 of
âPerl_sv_2pv_flagsâ differ in signedne ss
Rfc.xs:183: warning: pointer targets in passing argument 3 of
âPerl_sv_2pv_flagsâ differ in signedne ss
Rfc.xs: In function âmake_strdupâ:
Rfc.xs:200: warning: pointer targets in passing argument 3 of
âPerl_sv_2pv_flagsâ differ in signedne ss
Rfc.xs:200: warning: pointer targets in passing argument 3 of
âPerl_sv_2pv_flagsâ differ in signedne ss
Rfc.xs: In function âMyRfcCallReceiveâ:
Rfc.xs:445: error: invalid lvalue in assignment
Rfc.xs: In function âhandle_requestâ:
Rfc.xs:1205: error: invalid lvalue in assignment
make: *** [Rfc.o] Error 1
Can anyone tell me how to fix?
thanks,
TD
|
|
Posted by Thulsa Doom on December 2, 2005, 3:19 am
Please log in for more thread options
dumbass me.
I should have used SAPRFC 1.39!
Above error has disappeared.
Now when I type make test, I get:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00use....Can't load
'/usr/ftproot/Install/unix/perl/modules/SAP-Rfc-1.39/blib/arch/auto/SAP/Rfc/Rfc.so'
for module SAP::Rfc: librfccm.so: cannot open shared object file: No
such file or directory at
/usr/lib/perl5/5.8.6/i386-linux-thread-multi/DynaLoader.pm line 230.
at t/00use.t line 4
Compilation failed in require at t/00use.t line 4.
BEGIN failed--compilation aborted at t/00use.t line 4.
t/00use....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/01sap....Can't load
'/usr/ftproot/Install/unix/perl/modules/SAP-Rfc-1.39/blib/arch/auto/SAP/Rfc/Rfc.so'
for module SAP::Rfc: librfccm.so: cannot open shared object file: No
such file or directory at
/usr/lib/perl5/5.8.6/i386-linux-thread-multi/DynaLoader.pm line 230.
at t/01sap.t line 4
Compilation failed in require at t/01sap.t line 4.
BEGIN failed--compilation aborted at t/01sap.t line 4.
t/01sap....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/00use.t 255 65280 1 1 100.00% 1
t/01sap.t 255 65280 6 11 183.33% 1-6
Failed 2/2 test scripts, 0.00% okay. 7/7 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 255
|
| Similar Threads | Posted | | fedora core 5 + install net::ssh::perl = hangs | June 25, 2007, 6:33 am |
| Mason Mod_Perl2.0 Apache 2.0 Fedora Core 1 AMD64 - HOW I DID IT! - | February 23, 2005, 3:19 pm |
| mod_perl-1.99_16 won't make: don't know how to make dynamic | September 1, 2004, 10:52 pm |
| Make, Rake like tool in pure perl. I need feedback. | July 5, 2008, 5:46 am |
| make test failing on Berkeley DB 4.5/perl 5.8 (and 5.6) on BSD6/AMD64 | November 29, 2006, 4:44 pm |
| problems using Net::SSH::Perl in a while loop | April 29, 2005, 10:09 am |
| Re: Re: problems using Net::SSH::Perl in a while loop | April 29, 2005, 1:45 pm |
| Problems with CGI::Session in Perl | August 8, 2005, 11:25 am |
| Problems finding gd.pm in perl 5.8.6 using linux | February 16, 2006, 4:59 pm |
| Problems with Apache 2.0, mod_perl2 and perl | May 31, 2006, 3:48 pm |
|