POV-Ray : Newsgroups : povray.off-topic : Just ask Google : Re: Just ask PHP Server Time
29 Jul 2024 10:29:40 EDT (-0400)
  Re: Just ask PHP  
From: Le Forgeron
Date: 19 Jul 2012 05:01:48
Message: <5007ccfc@news.povray.org>
Le 19/07/2012 10:50, Invisible a écrit :
> On 19/07/2012 09:36 AM, Invisible wrote:
> 
>> If I scheme hard enough, perhaps I can trick my existing web host into
>> doing what I actually want, without having to upgrade to their dedicated
>> server product at 15x the price...
> 
> Apparently PHP has a phpinfo() function which dumps a whole bunch of data.
> 
> According to this,
> 
>   System: Linux infong 2.4 #1 SMP Tue Jan 17 02:58:41 UTC 2012 i686
> GNU/Linux

Strange, a 2.4 serie kernel compiled at the beginning of 2012.
2.6 is more mainstream, and kernel has now entered the 3.2 serie


> 
> So perhaps I should try compiling a 32-bit ELF binary and see if that
> works? (Man, is there even a way to do that with a 64-bit Linux distro?
> I'm sure there is, but finding it...)

You need a multi-lib gcc (or whatever, g++...)
You can then use -m32 to get a 32 bits binary.

(-m32 should be used for compilation & link)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.