On 04-Apr-01 Emiliano wrote:
> Ralf Eisinger wrote:
>
>> I have compiled all once again with --with-mysql=/usr, but sorry, same
>> problem:
>> the mysql logfile shows:
> ...
>> 2 Query SELECT type FROM style WHERE id=1
>> 2 Query SELECT name,value FROM element WHERE
>> style=1
>> 2 Query SELECT up FROM style WHERE id=1
>> ---- snap ------
>>
>> The Query "SELECT type FROM style WHERE id=1" didn't work, because there
>> is no column "type" in the style table. But I think, that is not the reason
>> for
>> crashing.
>
> It shouldn't be.
>
>> setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={300, 0}}, NULL) = 0
>> rt_sigaction(SIGPROF, {0x40345540, [PROF], SA_RESTART|0x4000000}, {SIG_DFL},
>> 8)
>> = 0
>> rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
>> --- SIGSEGV (Segmentation fault) ---
>
> Weird... not much has been happening in php at this point.
>
> I've compiled everything with the same setting and I can access
> everything. My info:
>
> $ httpd -v
> Server version: Apache-AdvancedExtranetServer/1.3.14
> (Linux-Mandrake/2mdk)
> Server built: Oct 24 2000 10:55:49
> Performance Tuned by SGI <http://www.sgi.com/>
>
> (I don't see midgard & php here. Did you compile them into apache?)
No, they are load as modules. This works (I have a look to /server-info) ...
>
> $ telnet 0 80
> Trying 0.0.0.0...
> Connected to 0.
> Escape character is '^]'.
> HEAD / HTTP/1.0
>
> HTTP/1.1 401 Authorization Required
> Date: Wed, 04 Apr 2001 09:50:53 GMT
> Server: Apache-AdvancedExtranetServer/1.3.14 (Linux-Mandrake/2mdk)
> PHP/4.0.5-dev Midgard/1.4.1/SG
> WWW-Authenticate: Basic realm = "Midgard (SG0)"
> Connection: close
> Content-Type: text/html; charset=iso-8859-1
Mhm, mine look similar:
----- snip ----
HEAD /admin HTTP/1.0
HTTP/1.1 401 Authorization Required
Date: Wed, 04 Apr 2001 13:40:26 GMT
Server: Apache/1.3.14 (Unix) (SuSE/Linux) Midgard/1.4.1-dev/SG PHP/4.0.4pl1
mod_ssl/2.7.1 OpenSSL/0.9.6
WWW-Authenticate: Basic realm = "Midgard (SG0)"
Connection: close
Content-Type: text/html; charset=iso-8859-1
------ snap ------
>
> $ mysql --version
> mysql Ver 11.11 Distrib 3.23.31, for pc-linux-gnu (i686)
mysql Ver 11.12 Distrib 3.23.33, for suse-linux (i686)
>
> The regular PHP works OK for you?
Yes, I have other php-scripts on that site in conjunction with mysql,
that works all properly. Yesterday I had stressed the server, but it never (say
never never ;) crashed (for 5 hours).
Could it possible be the version of my php?
ralf
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]