Re: OT: Linux question
- From: Richard Watson <richard@xxxxxxxxxxxxxxxx>
- Date: 18 Aug 2005 11:45:04 +0100
Andy Jacobs <andy@xxxxxxxxxxxxxxx> writes:
> I'm having problems integrating an e-commerce site with HSBC's epayments
> system and it's driving me mad. There is a c executable that needs to be
> run from PHP to create a unique order hash. This relies on having certain
> other c libraries installed. One that it's complaining about at the moment
> is:
>
> libstdc++-libc6.2-2.so.3
That's a c++ shared object runtime. It may or may not be any use to
you depending on your libc version. It would be worth checking
something like
rpm -qa | grep libstdc++
to see what you've already got in that line.
Have a look here and see if there's one for your distribtion (which
one is it BTW) - depending how old it is you may need a
"compatibility" one further down. Make sure you choose the right one -
the wrong one is almost certain not to work.
http://rpmfind.net/linux/rpm2html/search.php?query=+libstdc%2B%2B-libc6.2-2.so.3&submit=Search+...&system=&arch=
> I'm prepared to pay (price permitting).
That'll be £5000 ;-)
> As an aside, I'm really pissed off about this as I recommended Worldpay to
> start with and the customer ignored this and went the HSBC route which is a
> nightmare. You have to have an SSL certificate even though you're not
> dealing with sensitive information and you have to use COM, C or Java as
> they don't have PHP examples. The support is absolute rubbish as well. All
> they do is tell you to Google for a phrase and find the answers yourself.
Just one word: Protx. Best payment gateway I've used, complete with
examples in most popular server-side technologies.
Cheers,
--
Richard Watson
.
- References:
- OT: Linux question
- From: Andy Jacobs
- OT: Linux question
- Prev by Date: Re: OT: Linux question
- Next by Date: Re: OT: Linux question
- Previous by thread: Re: OT: Linux question
- Index(es):
Relevant Pages
|