Re: Compiling PHP as module on Itanium

From: Mart Rentmeester (martr_at_wn5.nospamplease.nl)
Date: 06/28/04


Date: Mon, 28 Jun 2004 19:30:02 +0000 (UTC)


"Erik Devriendt" <Erik.Devriendt@siemens.be> writes:

>I managed to create the libphp4.sl but Apache doen't want to load
>it as module.
>It says:
>[...] Unsatified code symbol '__udivsi3' in load module [...]
>and this for several symbols:
> __udivdi3, __udivsi3, __divsi3, __moddi3, __modsi3, __umoddi3

>Could it be that this is caused by Apache (probably) being compiled
>with the HPUX CC and my module being compiled with GCC ?

Yes - try building php again running .configure with
the option --enable-libgcc

Mart



Relevant Pages

  • Re: Works on Windows but not on HPUX, Help Please
    ... This code works fine on win and linux but not on hpux. ... with gcc. ... shouldnt happen and doesnt on other OSs ...
    (comp.lang.c)
  • core dump deploying a gcc application
    ... I'm not sure if this should be in a gcc group or HPUX so I'm trying ... I compile a simple test program with gcc 3.3.2 on our HPUX 11.00 ...
    (comp.sys.hp.hpux)
  • No line numbers when debugging using gcc and gdb
    ... I compiled a small test program on my hpux B.11 system with gcc 4.0.2 and ... gcc -ggdb -o t t.c ... When I go into gdb there is no line number information. ... Any ideas why I do not get line number information on my hpux system? ...
    (comp.sys.hp.hpux)
  • DBD install error
    ... We're attempting to install DBD on HPUX 11i and are receiving the errors: ... gcc: +s: No such file or directory ... I think we need to use gcc because that's how Perl was compiled...) ...
    (perl.dbi.users)