[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mod_perl and Linux/Sparc



>>>>> "Ben" == Ben Collins <bcollins@debian.org> writes:

Ben> Personal experience. It requires one of the auth modules in
Ben> apache to be loaded, or php3 wont load itself. I don't know how
Ben> you can check for this reliably in the pre/post scripts
Ben> though. I'm not even sure now which one of the modules it was (I
Ben> know it was auth related though).

Looks like this is related to /etc/hosts. Too bad, we do not have
ltrace on Sparc...

open("/etc/hosts", O_RDONLY)            = 3
fcntl(3, F_GETFD)                       = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=0, st_size=934587505, ...}) = 0
mmap(0, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7001c000
read(3, "127.0.0.1\tlocalhost\n137.194.16"..., 8192) = 306
--- SIGILL (Illegal instruction) ---
detach: ptrace(PTRACE_DETACH, ...): Input/output error

-- 
Samuel Tardieu -- sam@debian.org


Reply to: