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?)

$ 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 

$ mysql --version
mysql  Ver 11.11 Distrib 3.23.31, for pc-linux-gnu (i686)

The regular PHP works OK for you?

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to