I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-12-13 08:28:58-08 by chulinn in response to 1446
Re: Howto compile SAP-Rfc-1.39 on HP-UX?
Hello @,
finally I figured out myself how to compile SAP::Rfc.
- use the HP ANSI CC (gcc should also work)
- export LD_PRELOAD=/usr/lib/libcl.2 (to avoid some linker errors)
Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
- use RFCSDK 4.6C 32bit, since the 6.20 and 6.40 versions of RFCSDK did not work for me
Cheers,
Mark
Direct Responses: Write a response