I'm using RavenSSL.  It comes with it's own apache.
mod_perl played nice as a ds0, but I can't seem to get php
to do the same. *sigh*

I'm able to build the libphp4.so successfully, but
apache reports:
  Cannot load /usr/local/apache/libexec/libphp4.so into
        server: ELF file's phentsize not the expected size

Actually it's weirder than that.  I actually make an rpm to
circulate our standard install of apache-raven to our
servers.  rpm uses objdump to snoop the innards of a .so
objdump -t reports:
    objdump: /usr/local/apache/libexec/libphp4.so: 
        File format not recognized

This is the first time I've encountered this sort of
nonsense, and I've built dozens and dozens of libs this week
alone.  I don't think it's my compiler or anything... it's
probably just stupid args to the configure script or
something.

====== other info:

configure \
    --with-mysql=/usr \  # yes, weird but correct. ;)
    --with-apxs=/usr/local/apache/bin/apxs \
    --with-gnu-ld --enable-shared

GNU ld version 2.10.91 (with BFD 2.10.1.0.2)
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
GNU objdump 2.10.91

Oh, and it's a redhat box, but the version is truly irrelevant.

-- 
http://www.voltar.org/
Use voltar.org as your search engine!  

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to