On 2013-04-15 11:42 AM, Michael Mol <mike...@gmail.com> wrote:
^^ That screams 'CFLAGS' issue. Verify that the CFLAGS for your prod
server are the same (or close enough) to that of your dev server.

Hmmm, they are different...

Dev (working) server has:

CFLAGS="-O2 -march=i686 -pipe"

Prod server has:

CFLAGS="-march=native -O2 -pipe"

But the Dev server is currently running a 64bit kernel...

I'm confused about how this works in a hosted virtual environment.

My Dev server failed to come up after the migration, until their tech support suggested switching to the 64bit kernel... did that and it is fine now (or appears to be)...

But the Prod server is still on the 32bit kernel...

Should I switch it to 64bit and change the CFLAGS to the same as the dev server?

Reply via email to