[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-02 Thread bar
Author: Dmitriy Kulikov Email: Message: Thank you very much, it works! Words in Cyrillic are now correctly searched in the database. The first lines of each found results is also now in the correct encoding. That's fine! навигатор : 610 Results 1-10 of 89 ( 0.009 seconds)

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-02 Thread bar
> | 600в| 363030C390C2B2 > | > | 60в | 3630C390C2B2 > | > | 90х | 3930C391E280A6 > | > +--+--+ > 30 rows in set (0,00

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-01 Thread bar
90C2B2 | | 90Ñ… | 3930C391E280A6 | +--+--+ 30 rows in set (0,00 sec) mysql> use mnogosearch; Reading table in

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-01 Thread bar
> Empty set (0,02 sec) > > > mysql> use mnogosearch; > Reading table information for completion of table and column names > You can turn off this feature to get a quicker startup with -A > Database changed > mysql> SELECT word, hex(word) FROM bdict WHERE word

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-01 Thread bar
word) FROM bdict WHERE word RLIKE '^[^a-z]$' LIMIT 30; Empty set (0,02 sec) mysql> use mnogosearch; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> SELECT word, hex(word) FROM bdict WH

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-01 Thread bar
Author: Dmitriy Kulikov Email: Message: Thank you! The problem with search.cgi was really because of the changed format search.htm But I have problems with encodings (e.g. Cyrillic windows-1251 or UTF-8). I installed both versions of mnogosearch with separate bases, but with the same settings

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-05-31 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: > I just tried unsuccessfully to install and configure the mnogosearch-3.4.1 on > FreeBSD 10.3 > I lost a lot of time, because it turned out that "search.cgi" fundamentally > does not work, and without any diagn

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-05-31 Thread bar
Author: Dmitriy Kulikov Email: Message: I just tried unsuccessfully to install and configure the mnogosearch-3.4.1 on FreeBSD 10.3 I lost a lot of time, because it turned out that "search.cgi" fundamentally does not work, and without any diagnostic information. I many times ch

[General] Webboard: Installing PHP 7.0 module fails with mnoGoSearch (3.4.1 and older )

2016-01-16 Thread bar
Author: Flözen Email: illenber...@visionstudio.de Message: Near future would be great! :) Webservers with Plesk now support PHP 7 and it seams to be really fast. Reply: ___ General mailing list

[General] Webboard: Installing PHP 7.0 module fails with mnoGoSearch (3.4.1 and older )

2016-01-13 Thread bar
Author: Flözen Email: Message: Hi, installier the PHP module for PHP 7.0.1 fails. When I run "make" I get following errors: /bin/sh /home/floezen/mnogosearch/mnogosearch-3.4.1/php/libtool --mode=compile cc -I. - I/home/floezen/mnogosearch/mnogosearch-3.4.1/php -DPHP_ATOM_INC - I/ho

[General] Webboard: Installing PHP 7.0 module fails with mnoGoSearch (3.4.1 and older )

2016-01-13 Thread bar
Author: Alexander Barkov Email: Message: Hi Flözen, > Hi, > > installier the PHP module for PHP 7.0.1 fails. > > When I run "make" I get following errors: > It compiles fine with PHP-5.6, which is currently the default version in the current Linux distributions. Unfortunately I haven't

[General] ANNOUNCE: mnoGoSearch-3.4.1

2015-12-14 Thread Alexander Barkov
Hi, mnoGoSearch-3.4.1 is available from our site http://www.mnogosearch.org/ This is a new development branch with lots of changes and improvements. Please see here for a detailed change list: http://www.mnogosearch.org/doc34/msearch-changelog.html Greetings

[General] Webboard: mnoGoSearch 3.3 - 3.4 MySQL issue

2014-05-13 Thread bar
Author: Laurent Email: Message: Hi Guys, I moved my platform and recompiling mnoGoSearch also moved me from 3.3.15 to 3.4.0 When I launch, I got a MySQL erreur because of new/different fields (urlinfob for example). Is there a migration process to keep all the indexed data ? Thanks Brgrds

[General] ANNOUNCE: mnoGoSearch 3.3.15

2013-12-01 Thread Alexander Barkov
Hello, mnoGoSearch-3.3.15 is now available. Sources and binaries for a number of platforms are available from http://www.mnogosearch.org/. This is mostly a bug-fixes release. Starting from this release, binaries for the console (non-GUI, Unix-alike) version are available for the Windows

Re: [General] Data in database mnogosearch

2013-10-31 Thread Mapluz Dev
HI, I'm sorry , i am in 3.3 and not in 3.2 About bdict, the size do not change I'll try to direct the indexer commandand I inform you of the result. Thanks Le 30/10/2013 15:50, Alexander Barkov a écrit : Hi, On 10/30/2013 01:08 PM, d...@mapluz.fr wrote: hi, I'm using mnogosearch 3.2

[General] Data in database mnogosearch

2013-10-30 Thread d...@mapluz.fr
hi, I'm using mnogosearch 3.2 on linux ubuntu server. i have created a mysql database and my indexer.conf file is here : http://www.mapluz.fr/public/indexer.conf i init indexer with this command : /usr/local/mnogosearch/sbin/indexer -Eblob /usr/local/mnogosearch/etc/indexer.conf i run

Re: [General] Data in database mnogosearch

2013-10-30 Thread Alexander Barkov
Hi, On 10/30/2013 01:08 PM, d...@mapluz.fr wrote: hi, I'm using mnogosearch 3.2 on linux ubuntu server. Hmm, 3.2 sounds very old. Why not 3.3? i have created a mysql database and my indexer.conf file is here : http://www.mapluz.fr/public/indexer.conf i init indexer with this command : /usr

[General] Install mnogosearch

2013-06-01 Thread Mapluz Dev
hi i try to install mnogosearch on a debian release 6 when i try the commande : ./configure --with-mysql i have this message : checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD

Re: [General] Install mnogosearch

2013-06-01 Thread Alexander Barkov
Hi, On 06/01/2013 06:36 PM, Mapluz Dev wrote: hi i try to install mnogosearch on a debian release 6 when i try the commande : ./configure --with-mysql i have this message : checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type

Re: [General] Install mnogosearch

2013-06-01 Thread Mapluz Dev
Le 01/06/2013 16:57, Alexander Barkov a écrit : Hi, On 06/01/2013 06:36 PM, Mapluz Dev wrote: hi i try to install mnogosearch on a debian release 6 when i try the commande : ./configure --with-mysql i have this message : checking build system type... i686-pc-linux-gnu checking host system type

Re: [General] Install mnogosearch

2013-06-01 Thread Alexander Barkov
On 06/01/2013 07:06 PM, Mapluz Dev wrote: skip checking whether the C compiler works... no configure: error: in `/home/francis/Downloads/mnogosearch-3.3.14': configure: error: C compiler cannot create executables See `config.log' for more details Can you send config.log please? yes, see

Re: [General] Install mnogosearch

2013-06-01 Thread Mapluz Dev
ok, very nice i have run apt-get install libc6-dev and apt-get update (before) my mnogosearch install run thanks Le 01/06/2013 17:13, Alexander Barkov a écrit : On 06/01/2013 07:06 PM, Mapluz Dev wrote: skip checking whether the C compiler works... no configure: error: in `/home/francis

[General] Webboard: New office suite parsers for mnoGoSearch (*.docx), (*.pptx), (*.xlsx), (*.wps), (*.wpd) , (*.odt) and (*.sxw)

2013-04-17 Thread bar
Author: Yannick Email: yl...@laposte.net Message: New office suite parsers for mnoGoSearch (*.docx), (*.pptx), (*.xlsx), (*.wps), (*.wpd) , (*.odt) and (*.sxw) *** Microsoft *** PATCH to add docx2txt (*.docx) (MS Word 2007 and later) parser configuration. http://www.mnogosearch.org/bugs

[General] ANNOUNCE: mnoGoSearch-3.3.14

2013-04-02 Thread Alexander Barkov
Hello, mnoGoSearch-3.3.14 is now available from http://www.mnogosearch.org/ - DOCX and RTF built-in parsers were added. - It's now possible to use the $(ConfDir), $(ShareDir), $(VarDir), $(TmpDir) template variables in search.htm, e.g.: Include $(ConfDir)/common.inc DBAddr sqlite3

[General] ANNOUNCE: mnoGoSearch-3.3.13

2013-02-28 Thread Alexander Barkov
Hello, mnoGoSearch-3.3.13 is now available from http://www.mnogosearch.org/ - Two security bugs have been fixed. All users are advised to upgrade. - This release adds support for e-mail messages (*.eml files), including multi-part messages and messages with attachments, making it possible

Webboard: Compiling mnogosearch 3.2.3 with PHP 4.2.0

2002-06-25 Thread nobody
Author: gluke Email: Message: Please upgrade mnogosearch to the latest version. And you should download php extension 1.58 form our site to compile php with latest mnogosearch Reply: http://www.mnogosearch.org/board/message.php?id=5039 ___ If you want

Webboard: Compiling mnogosearch 3.2.3 with PHP 4.2.0

2002-06-24 Thread nobody
Author: Richard Fox Email: [EMAIL PROTECTED] Message: I am having a problem on my RedHat 7.2 (GCC 3.0.4) system compiling mnogo 3.2.3 with PHP 4.2.0. Mnogosearch makes and installs ok, but when linking PHP's libphp4.la I get: /usr/local/mnogosearch/lib/libudmsearch.a(ftp.o): In function

Webboard: Problem using searchd and mnogosearch-3.2.3

2002-06-21 Thread nobody
server (192.168.1.11) and a single database server (192.168.1.22) for testing. I am using mnogosearch-3.2.3 and mnogosearch-php-3.2.0.beta3. I have a database on the stand-alone database server (192.168.1.22) with some documents indexed and can query them just fine from the web server when

Practical limits to mnogosearch

2002-06-18 Thread Clive Bruton
What are the practical limits to the number of records stored in Monogosearch when using MySQL? I've set up quite a big crawl set and ended up with 100,000 rows in the URL table and 6,000,000 rows in the DICT. Queries are now taking 20-30 seconds each. TIA -- Clive

RE: Practical limits to mnogosearch

2002-06-18 Thread Mark Roebuck
What are the practical limits to the number of records stored in Monogosearch when using MySQL? I've set up quite a big crawl set and ended up with 100,000 rows in the URL table and 6,000,000 rows in the DICT. Queries are now taking 20-30 seconds each.

Re: How to set the mnogosearch to support Big5

2002-06-12 Thread Alexander Barkov
Hi! alexson wrote: Hi How to set the mnogosearch to support big5, how many parameters will be invovled? Help me, please. Just use this command in both indexer.conf and search.htm: LocalCharset big5 As well as this command in search.htm: BrowserCharset big5 Note that big5 works

How to set the mnogosearch to support Big5

2002-06-10 Thread alexson
Hi How to set the mnogosearch to support big5, how many parameters will be invovled? Help me, please. alex

Re: report: successful mnogosearch 3.2.5 build on MacOSX 10.1.4 server; but PROBLEM when using with PHP-4.2.1

2002-06-06 Thread Sergey Kartashoff
-- and a couple of hoops to jump thru -- can be found on my RB site at http://homepage.mac.com/blakers RB unfortunately, a subsequent attempt to build php-4.2.1 --with-mnogosearch RB (3.2.5) results in a failed make. here's the tail . We are working on this now. I think updated mnogosearch

Webboard: Which is the latest php version that mnogosearch supports?

2002-06-01 Thread nobody
Author: Joerg Behrens Email: [EMAIL PROTECTED] Message: I have problems compiling ext/mnogosearch when using the latest stable php release 4.2.1 or the cvs version. Makes no different using mnogosearch 3.2.3 or 3.2.5. Its looks like that the mnogosearch-1.49 extension only works with php4.1x

Webboard: Which is the latest php version that mnogosearch supports?

2002-06-01 Thread nobody
Author: Joerg Behrens Email: [EMAIL PROTECTED] Message: Youre right. After struggeling with the the 3.2.5 version i switch back to the older 3.2.3. But i forget to create a symlink so that php using the newer mnogosearch version again. Sorry for wasting your time. btw. both versions compiles

Re: PHP extension 1.49 mnogosearch 3.2.4 ?

2002-05-22 Thread Sergey Kartashoff
Hi! Wednesday, May 22, 2002, 3:59:59 AM, you wrote: NTH Hello ! NTH I tried mnogosearch 3.2.4 with php extension 1.49. When i recompiled php 4.2.0, there were many errors return with mnogosearch extension's part! (I had replaced with php extension 1.49). NTH Is there any update for this ? We

Re: PHP extension 1.49 mnogosearch 3.2.4 ?

2002-05-22 Thread Nguyen Thai Ha
On Wed, 22 May 2002 09:22:52 +0300 Sergey Kartashoff [EMAIL PROTECTED] wrote: Hi! Wednesday, May 22, 2002, 3:59:59 AM, you wrote: NTH Hello ! NTH I tried mnogosearch 3.2.4 with php extension 1.49. When i recompiled php 4.2.0, there were many errors return with mnogosearch extension's

Webboard: db4 support in mnogosearch?

2002-04-30 Thread maxime
Author: maxime Email: Message: No, no such support. You may try MySQL. I try it for Mac OS Darwin and it works. Reply: http://www.mnogosearch.org/board/message.php?id=4742 ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Webboard: db4 support in mnogosearch?

2002-04-29 Thread r blake
Author: r blake Email: [EMAIL PROTECTED] Message: hi, i've installed mnogosearch berkelyDB4 on MacOSX server 10.1.4 i note in configure that -with-db2 -with-db3 *are* supported, but -with-db has been deprecated. is there support for DB4 linkage in mnogosearch yet? thanks, richard Reply

Webboard: mnoGoSearch on Linux with Sybase

2002-04-26 Thread orx-qx
Author: orx-qx Email: [EMAIL PROTECTED] Message: Recently I installed mnoGoSearch with free version of Sybase ASE on Linux. In documentation there is nothing specific about Sybase so I just want to share some experience I made... First, MGS didnt compile. It detected CT-lib but Makefile

Re: pgsql and mnogosearch 3.2.x

2002-04-22 Thread Maxime Zakharov
Tomaz Borstnar wrote: Seems like mnogo needs work in pgsql area (this is with 3.2.3 and pgsql 7.1.3 after doing simple indexer -S): 2002-04-22 03:29:00 [4620] DEBUG: connection: host=[local] user=mnogosearch database=mnogosearch pq_recvbuf: unexpected EOF on client connection 2002

pgsql and mnogosearch 3.2.x

2002-04-21 Thread Tomaz Borstnar
Seems like mnogo needs work in pgsql area (this is with 3.2.3 and pgsql 7.1.3 after doing simple indexer -S): 2002-04-22 03:29:00 [4620] DEBUG: connection: host=[local] user=mnogosearch database=mnogosearch pq_recvbuf: unexpected EOF on client connection 2002-04-22 03:29:07 [4622] DEBUG

Re: the way mnogosearch matches strings !?

2002-04-09 Thread Sergey Kartashoff
Hi! Tuesday, April 09, 2002, 6:15:22 AM, you wrote: NTH With the mnogosearch's feature match string (all, substring, endstring...), NTH I change them all with the same keyword but the results are always the same! NTH I try many other keywords but nothing different happened! (my search is in

the way mnogosearch matches strings !?

2002-04-08 Thread Nguyen Thai Ha
Hi all! With the mnogosearch's feature match string (all, substring, endstring...), I change them all with the same keyword but the results are always the same! I try many other keywords but nothing different happened! (my search is in mode multi and using php frontend). Any comment ?? thank in

mnogosearch-php-3.2.0.beta3

2002-04-08 Thread Sergey Kartashoff
Hi! A new version of PHP frontend has been released. It could be downloaded from our website http://mnogosearch.org/ From ChangeLog: 09 Apr 2002: 3.2.0.beta3 * New Alias command in search.htm. It works like Alias in indexer.conf but at a search time. Does not support

Webboard: mnoGoSearch skipping file

2002-04-07 Thread Oleg
Author: Oleg Email: Message: Thanks, gluke , that helped, the file seemed to be very large, containing 11000 files in one folder. Reply: http://www.mnogosearch.org/board/message.php?id=4615 ___ If you want to unsubscribe send unsubscribe general to

Webboard: mnoGoSearch skipping file

2002-04-04 Thread Oleg
Author: Oleg Email: Message: Thanks Actually im using Windows version of Indexer, and i am not sure how to make it log those errors. I've tried using log function there, but it displays only the list of files that were indexed and dates started. Looking for the files manualy seems pretty hard,

Webboard: mnoGoSearch skipping file

2002-04-04 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: Ok, try to set MaxDocSize option to a bigger value. It sets maximim document size which mnogosearch should index. If you have directories with large number of files, its just index first part of them, if maxdocsize too small. Reply: http

Webboard: mnoGoSearch skipping file

2002-04-03 Thread Oleg
Author: Oleg Email: Message: Hello. I am trying to create a search engine for my website website, so visitors can search through my database. In total i have around 30,000 different pages, where i would like to have only Titles searchable. My problem is that, when i type the name and address

Webboard: mnoGoSearch skipping file

2002-04-03 Thread Oleg
Author: Oleg Email: Message: Please, any advice, i still can't get it working properly Reply: http://www.mnogosearch.org/board/message.php?id=4572 ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Webboard: mnoGoSearch skipping file

2002-04-03 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: Can you find exact URL which is exists in your directory tree, but has not indexed ? If so - try to index its parent directory only in verbose mode (indexer -v6) and take a look of its output. It will show why indexer skips your URL. Reply:

Webboard: compile php 4.1.2 with mysql and mnogosearch

2002-03-31 Thread Cédric Haindl
Author: Cédric Haindl Email: [EMAIL PROTECTED] Message: Could it be, that php should not be installed as DSO? If so, I would have to use another search-engine. Cédric Reply: http://www.mnogosearch.org/board/message.php?id=4545 ___ If you want to

Webboard: compile php 4.1.2 with mysql and mnogosearch

2002-03-30 Thread Cédric Haindl
Author: Cédric Haindl Email: [EMAIL PROTECTED] Message: Hi, I am somewhat unsuccessful installing mnogosearch. Here is what I did first: I am using a mysql-database. Indexing a website works fine and fills up the database, it does not matter if you use single mode or any other mode. I added

Re: mnoGoSearch and PHP

2002-03-25 Thread s . nohn
On Mon, 25 Mar 2002, Alexander Barkov wrote: 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

Re: mnoGoSearch and PHP

2002-03-25 Thread Joerg Behrens
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

mnoGoSearch and PHP

2002-03-15 Thread Richard Fox
the docs and am a little unclear as to how to proceed. I have downloaded mnogosearch-1.49.tar - PHP extension module mnogosearch-3.1.19.tar - stable current version mnogosearch-php-3.1.3.5.tar - PHP frontend and had a look at the README files inside. But I am still unclear as to what I need to do

RE: mnoGoSearch and PHP

2002-03-15 Thread Richard Fox
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

mnogosearch under SUSE Linux 7.3

2002-03-11 Thread Gerber.Reinhard
Dear Sires, today we installed mnogosearch version .17 on a SUSE Linux server with SUSE Linux V7.3. We could compile and make the images without any error. Then we got into the following trouble: The Indexer runs only with built in database. If we configure mnogosearch with mysql

Re: mnogosearch under SUSE Linux 7.3

2002-03-11 Thread Sergey Kartashoff
Hi! Monday, March 11, 2002, 5:07:35 PM, you wrote: GR today we installed mnogosearch version .17 on a SUSE Linux server with GR SUSE Linux V7.3. GR We could compile and make the images without any error. GR Then we got into the following trouble: GR The Indexer runs only with built

Webboard: Problems intalling mnogosearch-3.1.19

2002-03-03 Thread Josep Llort Tella
Author: Josep Llort Tella Email: [EMAIL PROTECTED] Message: In us system we've got the /bin/sh file and is a symlink to the bash interpreter. What must we do ? Thnks ! Reply: http://www.mnogosearch.org/board/message.php?id=4253 ___ If you want to

Webboard: Can't compile php with mnogosearch

2002-03-01 Thread Dmitri
Author: Dmitri Email: [EMAIL PROTECTED] Message: I am getting this proglem when trying to compile php-4.1.2 --with-mnogosearch Making all in mnogosearch make[2]: Entering directory `/usr/src/php-4.1.2/ext/mnogosearch' make[3]: Entering directory `/usr/src/php-4.1.2/ext/mnogosearch' /bin/sh /usr

Webboard: Can't compile php with mnogosearch

2002-03-01 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: Php-4.1.x does not compatible with mnogosearch-3.2.x. Use latest php snapshot from http://snaps.php.net/ or downgrade to mnogosearch-3.1.x Reply: http://www.mnogosearch.org/board/message.php?id=4246

Webboard: Problems intalling mnogosearch-3.1.19

2002-02-28 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: To Sergey: do you have any ideas? gt; it appears that error gt; bash: ./configure: bad interpreter: No such file or directory Configure runs with /bin/sh interpreter. This is the standart unix file. If you don't have it - you will probably see

Re: mnogosearch - created search.cgi with error

2002-02-28 Thread Alexander Barkov
Yeat Lai Liew wrote: Hi, I've just downloaded the mnogosearch from hotscripts site. After I make and make install. The search.cgi file was created with error in it. I was unable to read the file named search.cgi. It shown all the unreadable sentences. It's OK. It is a Perl

Webboard: Problems intalling mnogosearch-3.1.19

2002-02-27 Thread Josep Llort Tella
Author: Josep Llort Tella Email: [EMAIL PROTECTED] Message: We've have, bash, Mysql, redhat 7.2 and gcc compiler installed and decompresed de mnogosearch-3.1.19 version. Before executing ./install.pl (root user) we've got an error after completing all the input questions (accept default

Webboard: Problems intalling mnogosearch-3.1.19

2002-02-27 Thread Josep Llort Tella
Author: Josep Llort Tella Email: [EMAIL PROTECTED] Message: We've have, bash, Mysql, redhat 7.2 and gcc compiler installed and decompresed de mnogosearch-3.1.19 version. Before executing ./install.pl (root user) we've got an error after completing all the input questions (accept default

Webboard: Problems intalling mnogosearch-3.1.19

2002-02-27 Thread Alexander Barkov
(accept default). configure failed: -1 at install.pl line 218, lt;stingt; line 29. and when we execute ./configure --prefix=/usr/local/mnogosearch --bindir=/usr/local/mnogosearch/bin --sbindir=/usr/local/mnogosearch/sbin --sysconfdir=/usr/local/mnogosearch/etc --localstatedir=/usr/local

mnogosearch - created search.cgi with error

2002-02-27 Thread Yeat Lai Liew
Hi, I've just downloaded the mnogosearch from hotscripts site. After I make and make install. The search.cgi file was created with error in it. I was unable to read the file named search.cgi. It shown all the unreadable sentences. How should I solved this? Besides that when viewing

Re: mnogosearch 3.2.3 hangs

2002-02-18 Thread Tõnu Samuel
On Mon, 2002-02-18 at 22:51, Alexander Barkov wrote: Hi, Tonu! About two weeks ago I made some fixes in HTML parser. indexer really could hang in some cases, mostly on broken HTML. I checked this site with latest CVS sourcers. indexer doesn't hang. So I guess this problem is already

Webboard: Mnogosearch php 4.1.x

2002-02-15 Thread Silentweb
I guess. mnogosearch is working fine... I FINALLY got the indexer running correctly... now PHP just won't recompile. It worked fine when I had PHP 4.0.6... Thanks, ~matt Reply: http://www.mnogosearch.org/board/message.php?id=4166 ___ If you want

Re: Weird situation with mnogosearch

2002-02-14 Thread Alexander Barkov
the indexer ./indexer -C (to clean the tables) ./indexer -a -v 5 Indexer[43161]: indexer from mnogosearch-3.1.19/MySQL started with '/usr/local/mnogosearch/etc/indexer.conf' Indexer[43161]: [1] Load stopword table 'stopword' Indexer[43161]: [1] http://www.abped.com/robots.txt Indexer

Re: Error compiling mnogosearch extension for php 4.1.1

2002-02-11 Thread Sergey Kartashoff
Hi! Monday, February 11, 2002, 9:50:42 PM, you wrote: ZS We tried to install mnogosearch with php frontend on our Solaris 2.8 machine ZS using gcc 2.95.2 and php 4.1.1. The mnogosearch 3.1.19 went in smoothly, ZS but we could not compile php with mnogosearch extension. After we configured ZS

Webboard: Mnogosearch dynamic lib of mysql.

2002-02-08 Thread Sebastian Pachuta
Author: Sebastian Pachuta Email: Message: This post was _not related_ to php. Main question was here: | Dynamic lib libudmsearch-3.1.so is only dynamic linked with mysql | when I remove /usr/lib/mysql/libmysqlclient.a file before installing | mnogosearch. I'm not asking is mnogosearch

Webboard: Mnogosearch dynamic lib of mysql.

2002-02-08 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: It is dynamically linked: ldd /usr/local/mnogosearch-3.1.19/lib/libudmsearch-3.1.so libmysqlclient.so.10 = /usr/lib/libmysqlclient.so.10 I see no errors here. Reply: http://www.mnogosearch.org/board/message.php?id=4109

Webboard: Mnogosearch dynamic lib of mysql.

2002-02-08 Thread Sebastian Pachuta
Author: Sebastian Pachuta Email: Message: Plese, please, could You read my first post again. And carefuly - please, please. I'll write it again: This ldd shows libudmsearch-3.1.so when mnogosearch was compiled without touching /usr/lib/mysql/libmysqlclient.a. | ldd /usr/local/mnogosearch

Re: mnogosearch

2002-02-08 Thread Alexander Barkov
Hello! Sébastien DORCKEL wrote: is it possible to install mnogosearch on a server which has not a sql server on it ??? how can I do that (parameters with ./install.pl ?) Sure at the end mnogosearch which have a look on a database from a distant server with pgsql on it. You need

Webboard: Mnogosearch php 4.1.x

2002-02-07 Thread Sebastian Pachuta
Author: Sebastian Pachuta Email: Message: No feedback. Reposting as separate thread. :) Reply: http://www.mnogosearch.org/board/message.php?id=4101 ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Webboard: Mnogosearch dynamic lib of mysql.

2002-02-07 Thread Sebastian Pachuta
/ Is configure script of mnogosearch could recoginize them in proper way? Dynamic lib libudmsearch-3.1.so is only dynamic linked with mysql when I remove /usr/lib/mysql/libmysqlclient.a file before installing mnogosearch. My configure: --with-mysql=/usr --prefix=/usr/local/mnogosearch-3.1.19

Webboard: Mnogosearch php 4.1.x

2002-02-03 Thread Sebastian Pachuta
Author: Sebastian Pachuta Email: Message: Sorry my mistake, line: libmysqlclient.a and .h files in /usr/lib/mysql/ should be: libmysqlclient.a in /usr/lib/mysql/ .h files in /usr/include/mysql/ Reply: http://www.mnogosearch.org/board/message.php?id=4038

Webboard: Mnogosearch php 4.1.x

2002-02-03 Thread Sebastian Pachuta
from first message from thread. These two msg's are not related to php and describes my problems with generating (by compile) dunamic lib of mnogosearch. Once again sorry, could You give my clue whats could be wrong? Reply: http://www.mnogosearch.org/board/message.php?id=4043

Webboard: Mnogosearch php 4.1.x

2002-02-02 Thread Sebastian Pachuta
Author: Sebastian Pachuta Email: Message: http://bugs.php.net/bug.php?id=15346 I'm using rpm'ed version of mysql. libmysqlclient.so is located in /usr/lib/ libmysqlclient.a and .h files in /usr/lib/mysql/ Is configure script of mnogosearch could recoginize them in proper way? Dynamic lib

Webboard: Mnogosearch php 4.1.x

2002-02-01 Thread Sebastian Pachuta
Author: Sebastian Pachuta Email: Message: Yes of course. When I ommited --with-mnogosearch= php compiles fine. Ldd shows that it (php) uses dynamic so lib of mysql. I have tryed static and dynamic version of mnogosearch. Even change Makefile for genereate mnogosearch shared libs dynamic linked

Webboard: Mnogosearch php 4.1.x

2002-02-01 Thread Sebastian Pachuta
Author: Sebastian Pachuta Email: Message: I'm not alone: http://bugs.php.net/bug.php?id=14824 http://groups.google.com/groups?hl=plthreadm=002d01c18227%24dae65c70%24fa0aa8c0%40wstakacsirnum=6prev=/groups%3Fq%3Dmultiple%2Bdefinition%2Bof%2Bmnogosearch%2Bphp%26hl%3Dpl

Webboard: Mnogosearch php 4.1.x

2002-01-31 Thread Sebastian Pachuta
Author: Sebastian Pachuta Email: Message: Is there any way to compile php 4.1.x with mnogosearch and mysql support? I've got errors about multiple definition of ...mysql related funcions... at compile/link time. I know that is php specific issue related to new/broken way of linking php, but I

Webboard: Mnogosearch php 4.1.x

2002-01-31 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: Have you configured php with mysql directory ? I mean ./configure --with-mysql=DIR --with-mnogosearch=DIR and not ./configure --with-mysql --with-mnogosearch=DIR ? Reply: http://www.mnogosearch.org/board/message.php?id=4016

Webboard: Weird situation with mnogosearch

2002-01-29 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: Please check your Follow command, or try to specify explicit follow argument. For example: Server path http://www.abped.com/prev/ file:/usr/home/abped/www/abped/prev/ Server path http://www.abped.com/protected/

Webboard: php incompatible with mnogosearch-3.2.x

2002-01-28 Thread CalexO
Author: CalexO Email: [EMAIL PROTECTED] Message: Hi ! I've downloaded the 1.49 php extension for mnogo, extracted it in the php's ext directory Then, i tried to compile PHP 4.1.1, but I have the following error : In file included from /usr/local/mnogosearch/include/udmsearch.h:37

Webboard: php incompatible with mnogosearch-3.2.x

2002-01-28 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: Posiibly you have a buggy compiler. Please describe your system and software more. Reply: http://www.mnogosearch.org/board/message.php?id=3970 ___ If you want to unsubscribe send unsubscribe general to

Webboard: php incompatible with mnogosearch-3.2.x

2002-01-28 Thread CalexO
Author: CalexO Email: [EMAIL PROTECTED] Message: I don't think so... I have a redhat 7.1 with gcc 2.96 And, I've already compiled lots of things, without such problems... What could I do to check if this is my compiler the origin of that error ? Reply:

Webboard: php incompatible with mnogosearch-3.2.x

2002-01-28 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: I don't think so... I have a redhat 7.1 with gcc 2.96 And, I've already compiled lots of things, without such problems... What could I do to check if this is my compiler the origin of that error ? I have no ideas for that. I cannon reproduce

Webboard: php incompatible with mnogosearch-3.2.x

2002-01-28 Thread CalexO
Author: CalexO Email: [EMAIL PROTECTED] Message: What a shame :( I wonder why it doesn't work ! Anyone has an idea ? Reply: http://www.mnogosearch.org/board/message.php?id=3977 ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Re: Webboard: php incompatible with mnogosearch-3.2.x

2002-01-28 Thread Danish Qadri
I would recommend trying out the CVS or the latest version of mnogosearch. There were several changes between the last release and the latest beta, which have been incorporated into the new frontend. If you look back in time, you may be able to find a frontend that will work with your version

Webboard: Weird situation with mnogosearch

2002-01-28 Thread Shtirlitz
-C (to clean the tables) ./indexer -a -v 5 Indexer[43161]: indexer from mnogosearch-3.1.19/MySQL started with '/usr/local/mnogosearch/etc/indexer.conf' Indexer[43161]: [1] Load stopword table 'stopword' Indexer[43161]: [1] http://www.abped.com/robots.txt Indexer[43161]: [1] Server 'http

new build of mnoGoSearch Lite, SQL and Pro for Windows 3.1.15.11

2002-01-25 Thread Natalia Tomilova
Dear customers, We have released an updated version of mnoGoSearch Lite, SQL and Pro for Windows search engine software. The new build number is 3.1.15.11. This version includes several enhancements and bug fixes. They are: *Import of servers list from text file now possible *Limitation

Weird situation with mnogosearch

2002-01-24 Thread Alexander Isaev
the tables) ./indexer -a -v 5 Indexer[43161]: indexer from mnogosearch-3.1.19/MySQL started with '/usr/local/mnogosearch/etc/indexer.conf' Indexer[43161]: [1] Load stopword table 'stopword' Indexer[43161]: [1] http://www.abped.com/robots.txt Indexer[43161]: [1] Server 'http://www.abped.com/prev

PHP mnogosearch extension.

2002-01-22 Thread Sergey Kartashoff
Hi! mnoGoSearch extension module for PHP4.1.1+ has been released. It could be downloaded at http://www.mnogosearch.org/ From README: Unfortunately PHP-4.1.x was released with old mnogosearch module which does not support mnogosearch-3.2.x. A new mnogosearch extension seems to be available

Webboard: php incompatible with mnogosearch-3.2.x

2002-01-18 Thread Paul
Author: Paul Email: [EMAIL PROTECTED] Message: php.4.x releases are incompatible with mnogosearch-3.2.x, and latest php snapshots don't compile at all, so my question is: when will it be a php release compatible with mnogosearch-3.2.x ? Thank you Paul Reply: http://www.mnogosearch.org/board

Re: Webboard: php incompatible with mnogosearch-3.2.x

2002-01-18 Thread Danish Qadri
If you want, you can download the CVS version of PHP, and simply copy the ./ext/mnogosearch directory into the php-4.1.1 source directory in the same place. I've done this and been able to get PHP 4.1.1 running with mnogosearch-3.2.x. Then use the 3.2.0beta1 version of the PHP frontend

Webboard: php incompatible with mnogosearch-3.2.x

2002-01-18 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: In addition: The PHP Team does not allow us to upload new version of mnogosearch module into 4.1.x PHP branch at all. :( Reply: http://www.mnogosearch.org/board/message.php?id=3944 ___ If you want

Webboard: php incompatible with mnogosearch-3.2.x

2002-01-18 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: php.4.x releases are incompatible with mnogosearch-3.2.x, and latest php snapshots don't compile at all, This is because of its development status. I suggest you to wait one or twho days and try newer snapshot. At the current moment many our

  1   2   3   >