Moin,

----- Original Message -----
From: "Michel 'ZioBudda' Morelli" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 16, 2002 11:46 AM
Subject: error 3.2.3 and php4.1.1


> Hi, I have installed mnogosearch 3.2.3 and now I want to upgrade php from
> 4.0.6 to php4.1.1.
> I have this php's configure:
> './configure' '--with-mysql' '--enable-trans-sid' '--with-zlib'
> '--enable-memory-limit'
> '--with-gd' '--enable-track-vars' '--disable-debug' '--enable-debugger'
> --with-mnogosearch=/usr/local/mnogosearch-3.2.3/
> --with-apxs=/opt/apache-1.3.23/bin/apx
>
> Configure run "ok" but when i do "make" I get :
> /bin/sh /home/michel/php-4.1.1/libtool --silent --mode=compile gcc  -I.
> -I/home/michel/php-4.1.1/ext/mnogosearch -I/home/michel/php-4.1.1/main
> -I/home/michel/php-4.1.1 -I/opt/apache-1.3.23/include
> -I/home/michel/php-4.1.1/Zend -I/usr/local/mnogosearch-3.2.3//include
> -I/home/michel/php-4.1.1/ext/mysql/libmysql
> -I/home/michel/php-4.1.1/ext/xml/expat  -DLINUX=22 -DUSE_HSREGEX
> -DUSE_EXPAT -I/home/michel/php-4.1.1/TSRM -g -O2 -prefer-pic  -c
> php_mnogo.c
> php_mnogo.c: In function `zm_startup_mnogosearch':
> php_mnogo.c:261: `UDM_CACHE_ENABLED' undeclared (first use in this
> function)
> php_mnogo.c:261: (Each undeclared identifier is reported only once
> php_mnogo.c:261: for each function it appears in.)
> php_mnogo.c:262: `UDM_CACHE_DISABLED' undeclared (first use in this
> function)
> php_mnogo.c:296: `UDM_MATCH_WORD' undeclared (first use in this function)
> php_mnogo.c: In function `zif_udm_set_agent_param':
> php_mnogo.c:457: `UDM_MATCH_WORD' undeclared (first use in this function)
> php_mnogo.c:459: warning: unreachable code at beginning of switch
> statement
> php_mnogo.c:483: `UDM_CACHE_ENABLED' undeclared (first use in this
> function)
> php_mnogo.c:484: structure has no member named `cache_mode'
> php_mnogo.c:487: `UDM_CACHE_DISABLED' undeclared (first use in this
> function)
> [and other lines]
>
> any help ?
> tnx in advance.

The 'official' php 4.1x distributon dont support mnogo3.2 because the api
changes that coming arround with 3.2 are to late for the php-qa (php4.x)
process.

The solution... use a phpcvs.
Or cleanup your sourcetree, remove ext/mnogosearch and download and extract
the updated PHP extension module Version 1.49 from the www.mnogosearch.com
webstite.

Type ./buildconf in the main sourcetree and use configure, make and maek
install as normal. It works fine with my lionux and irix boxes here :)

with best regards
Joerg Behrens



___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to