Re: OT: Linux question



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


.



Relevant Pages

  • Re: A list box that changes what HTML is displayed.
    ... I would like to be able to have an HTML form where there is a list ... And the fact that you're even asking shows that you don't really understand how PHP works. ... If you only want to, let's say, display different invoice options depending on the answer to "Personal / Enterprise", you can load everything and use JavaScript to change the "display" CSS attribute. ...
    (comp.lang.php)
  • Re: Performance: is echo better than leaving php mode?
    ... generating your stylesheetthrough php, ... values, and depending on some information, certain parts of the form may be ... With client side script I can only think of Javascript, ...
    (comp.lang.php)
  • define() failing?!?
    ... I am just new to PHP and learning the language. ... false depending on success or failure in defining the constant. ... The reason I want to use define is to define a DEBUG constant in my ... defineof debug at the top of all PHP scripts to my understanding ...
    (comp.lang.php)
  • random unwanted html
    ... I am getting two> characters and i really can't understand why they ... It is driving me mad - here is all the code, ...
    (comp.lang.php)
  • Re: Coding/form problem
    ... >>up depending on what you select and give you the correct cost. ... > Before you do anything else, modify your php.ini and set: ...
    (alt.php)