Hi,

I'm trying to install mnoGosearch on linux with Oracle-Support, but there seems to be 
a problem.

The compilation runs without any problem. 

I'm using most of the standard-Options:

        ./configure --prefix=/applic/mnogosearch --bindir=/applic/mnogosearch/bin 
--sbindir=/applic/mnogosearch/sbin --sysconfdir=/applic/mnogosearch/etc
--localstatedir=/applic/mnogosearch/var --libdir=/applic/mnogosearch/lib 
--includedir=/applic/mnogosearch/include --mandir=/applic/mnogosearch/man
--disable-shared --enable-static --disable-syslog --disable-linux-pthreads 
--disable-freebsd-pthreads --disable-charset-guesser --enable-parser --enable-mp3
--enable-aliasprog --disable-news-extension --disable-fast-tag --disable-fast-cat 
--disable-fast-site --disable-phrase --enable-exec-cgi --enable-file
--enable-http --enable-ftp --enable-htdb --enable-news 
--with-oracle8i=/applic/oracle/product/8.1.7

After creating the tables and customizing the conf-file the "./indexer -a" breaks with 
a segmentation fault.
gdb gives following output:


        ./indexer 
        Indexer[5318]: indexer from mnogosearch-3.1.19/Oracle8 started with 
'/applic/mnogosearch/etc/indexer.conf'
        Segmentation fault

        gdb indexer 
        GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT)
        Copyright 2001 Free Software Foundation, Inc.
        GDB is free software, covered by the GNU General Public License, and you are
        welcome to change it and/or distribute copies of it under certain conditions.
        Type "show copying" to see the conditions.
        There is absolutely no warranty for GDB.  Type "show warranty" for details.
        This GDB was configured as "i386-redhat-linux"...

        (gdb) run
        Starting program: /applic/mnogosearch/sbin/indexer 
        [New Thread 1024 (LWP 5320)]
        Indexer[5320]: indexer from mnogosearch-3.1.19/Oracle8 started with 
'/applic/mnogosearch/etc/indexer.conf'

        Program received signal SIGSEGV, Segmentation fault.
        [Switching to Thread 1024 (LWP 5320)]
        0x08050a36 in InitDB (Indexer=0x807e388) at sql.c:1170
        1170            db->errcode=OCILogon(db->envhp, db->errhp, &(db->svchp),

        (gdb) bt     
        #0  0x08050a36 in InitDB (Indexer=0x807e388) at sql.c:1170
        #1  0x08051321 in sql_query (Indexer=0x807e388, qbuf=0xbfff4f80 "SELECT 
word,lang FROM stopword")
            at sql.c:1418
        #2  0x080524a4 in UdmLoadStopList (Indexer=0x807e388, table=0xbfff5051 
"stopword") at sql.c:2132
        #3  0x0804b1a3 in StartUp (Indexer=0x807e388, index_flags=132) at indexer.c:211
        #4  0x0804b44e in UdmIndexNextURL (Indexer=0x807e388, index_flags=132) at 
indexer.c:310
        #5  0x0804a1ac in thread_main (arg=0x0) at main.c:233
        #6  0x0804ab00 in main (argc=1, argv=0xbffff9f4) at main.c:598
        #7  0x405d2507 in __libc_start_main (main=0x804a2f0 <main>, argc=1, 
ubp_av=0xbffff9f4, 
            init=0x80497e8 <_init>, fini=0x806c150 <_fini>, rtld_fini=0x4000dc14 
<_dl_fini>, stack_end=0xbffff9ec)
            at ../sysdeps/generic/libc-start.c:129

Any Suggestions what's going wrong?

Regards Frank


Frank Lepper
WebDeveloper

CROSSAIR LTD.

P.O. Box, 4002 Basel / Switzerland
Tel. +41 61 328 91 06, Fax  +41 61 325 7017
E-Mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  Internet: www.crossair.ch 
<http://www.crossair.ch>   
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to