|
Home > Archive > Netware Webserver > December 2007 > PHP crash Adminserver
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PHP crash Adminserver
|
|
| Ronny Simonsen 2007-12-03, 7:12 am |
| Hi!
Im trying to set up a web-solution based on mysql and PHP.
Server is Netware 6.5 SP7.
I imported database by copy in SQL-script that create tables, but if i try
to access tables in MyPhpAdmin, then Adminsrv crash and exit. Error mes:
------------------
Removed address space because of memory protection violation
Address Space: ADMINSRV
Reason: Page Fault, Attempt to read from non-present page
Running Thread: Apache_Worker 3
EIP: 0xF50DA321 (PHP5LIB.NLM + 0xB7321)
------------------
Anyone know about problems with PHP5 for Netware?
--
Best regard,
Ronny Simonsen
Narvik - Norway
| |
| Anders Gustafsson 2007-12-03, 7:12 am |
| Ronny Simonsen,
> Anyone know about problems with PHP5 for Netware?
>
Is this the one that ships with SP7 or the latest from Günther?
- Anders Gustafsson (Sysop)
The Aaland Islands (N60 E20)
Discover the new Novell forums at http://forums.novell.com
Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement
| |
| Ronny Simonsen 2007-12-03, 1:11 pm |
| Hi!
This is the original PHP5.0.x
I know there is a newer version out; 5.2.5, but it seems this require
Apache2.0.61
The one from SP7 is 2.0.59
I tried PHP5.2.5 on server an reconfigured Apache to point to this
mod_php, but Apache want start at all. No error-msg at all.
My next move is to upgrade Apache to 2.0.61, but i really don't know how
to do this without breaking anything.
How do i upgrade Apache2 (2.0.59) to 2.0.61?
Server is running iPrint and iManager.
RS
Anders Gustafsson wrote:
> Ronny Simonsen,
> Is this the one that ships with SP7 or the latest from Günther?
> - Anders Gustafsson (Sysop)
> The Aaland Islands (N60 E20)
> Discover the new Novell forums at http://forums.novell.com
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
| |
| Guenter 2007-12-03, 1:11 pm |
| Hi Ronny,
ronny.simonsen[NoSpam@]nfk.no (Ronny Simonsen) wrote in news:xoT4j.4017
$k06.2706@kovat.provo.novell.com:
> This is the original PHP5.0.x
> I know there is a newer version out; 5.2.5, but it seems this require
> Apache2.0.61
> The one from SP7 is 2.0.59
no, runs with all Apache versions from 2.0.52 and later - its only built
with 2.0.61.
> I tried PHP5.2.5 on server an reconfigured Apache to point to this
> mod_php, but Apache want start at all. No error-msg at all.
hmm, that sounds strange - have you also looked at sys:/php5/error.log ?
Did you replace your existing sys:/php5 folder? If not then it will not
work - the folder is sys:/php5 is mandatory! Did you ceate a new php.ini as
I described here:
http://www.gknw.net/phpbb/viewtopic.php?t=422
> My next move is to upgrade Apache to 2.0.61, but i really don't know how
> to do this without breaking anything.
for php upgrade take a look here:
http://www.gknw.net/phpbb/viewtopic.php?t=333
> How do i upgrade Apache2 (2.0.59) to 2.0.61?
> Server is running iPrint and iManager.
well, although that's simple I doubt there's the issue;
but this question arised a couple of times already, so now I will write
some lines about it; take a look here:
http://www.gknw.net/phpbb/viewtopic.php?t=426
I think more that you probably did upgrade your mysql to a later version as
what ships with NetWare, or?
If so then look here:
http://www.gknw.net/phpbb/viewtopic.php?t=196
Günter,
|
|
|
|
|