Moin,

----- Original Message -----
From: "Alexander Barkov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Richard Fox" <[EMAIL PROTECTED]>
Sent: Monday, March 25, 2002 1:44 PM
Subject: Re: mnoGoSearch and PHP


> To Sergey: please answer this email!
>
> Richard Fox wrote:
>
> > Lindsey writes:
> >
> >
> >>Yes, when you configure PHP you need to add
> >>--with-mnogosearch=/path/to/your/mnogosearchprefix
> >>
> >
> > OK, that's great, but what is at "/path/to/your/mnogosearchprefix"? My
> > choices (I think) are:
> >
> >  mnogosearch-1.49.tar - PHP extension module
> >  mnogosearch-3.1.19.tar - stable current version
> >  mnogosearch-php-3.1.3.5.tar - PHP frontend
> >

Richard , is this your first software package that you go to install  on a
unix box?

Install mnogosearch like
./configure --prefix=/usr/local/mnogo --with-your-other-options
make && make install

If you dont specified a prefix alway (in most cases) /usr/local is choosed.

Than go to your php installation and built it with
./configure -with-apxs=/usr/local/bin/apxs --with-mnogosearch=/usr/local/mno
go --with-all-the-other-stuff
..look the the configure output
... check if the makefile created..
and than finaly make && make install

Would you like to use the latest mnogo 3.2.3 version you cant get the
ext/mnogo that ships out with the actual php version. Than download the
mnogosearch-1.49.tar  and extract it in /ext.
Move back to the php main and use ./buildconf to create a new configure.
Than followed as normal


with best regards
Joerg Behrens


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

Reply via email to