Установка Mambo обсуждалась примерно год назад на форуме:
news://novell.devsup.webserver.apache2
При необходимости Вы можете допросить Ульриха прямо там:
Ulrich Neumann (DevNet SysOp 27) wrote:
> Hi Peter
>
> I'm running Apache2, PHP and Mambo on a NetWare 6.5SP2 box and it
> works fine.
>
> I only hat to modify the open_basedir setting in my php.ini and I had
> to increase the stack size per Thread in Apache2 to 262144 in order
> to get the template management working.
>
> I've done it with the manual installation documentation.
>
>
>
> Ulrich Neumann
> Member of the DevNet SysOp Team
>
> >>> hmfic<computerservices@apopka.net> 28.06.2004 19:35:50 >>>
> I am running Netware 6.5 sp1a with apache 2.0.35, MySQL, PHP and Mambo
> server. I am wondering if any one else is trying to use Mambo server with
> the same configuration. And if they are or have had problems. thanks.
Что касается ZLIB, то это расширение обсуждалось совсем недавно на форуме news://novell.devsup.php
Там Вы сможете допросить Гюнтера, который весьма отзывчив (в свое время он весьма любезно откликнулся на мои проблемы с OpenSSL).
Guenter Knauf, DevNet SysOp 32 wrote:
> Hi William,
> "William Rossetti" <WILROS@mgc-mbc.com> wrote in
> news:Bo0se.1055$Ix2.626@prv-forum2.provo.novell.com:
>
>
>>How do you install ZLIB? I can type ZLIB at the console and the NLM
>>will load...i take it there is more to it than that...can SOMEONE please
>>explain it?
>
> yes. First of all make sure that the zlib.nlm you found fits to your PHP;
> that means the versions have to match.
> Then edit the php.ini in your php base directory (sys:/php5 ?) and add a line
> to load the extension. If you want to work with PHP5 there's probably no zlib
> available yet.
> The binaries I provide on my site come all with the zlib extension, and
> latest even with linked-in so that you dont need to first enable it anymore.
> BTW. I have not tried mambo with PHP5, but since the Novell PHP5 has all
> important extensions missing you should give my PHP 4.3.11 a go; it can co-
> exist on the same server since it uses /php4 as basedir. Once you get a more
> complete PHP5 you can siply switch over.
И далее:
> Hi William,
>
> "William Rossetti" <WILROS@mgc-mbc.com> wrote in
> news:2ngse.1795$Ix2.508@prv-forum2.provo.novell.com:
>
>
>>wieghets Guener...dankeschoene...
>>
>>I am thankful for your answer...we are using PHP version 5.0.3...so we
>>can backrev to PHP version 4x and it should work?
>
> yes - no prob - just extract the PHP 4.3.11 archive to the root of your sys
> volume with full paths, and you should only for two files see a overwrite
> message; these are two libs in sys:/system - just take the newer ones (I
> guess the ones on your system when you're on SP3); then finally edit
> sys:/apache2/conf/httpd.conf and add a 'include
> sys:/apache2/conf/mod_php4.conf' at the end, and commend all other load
> commands for a mod_php?....
> then reboot the server or restart _all_ Apache instances.
>
> Guenter.