Marko Kahilakoski wrote:

>> 
>> Hello,
>> 
>> I've finally worked out the first step of UdmSearch installation process.
>> Now, I get the following error message at search.php3 or morph.php3
>> at http://www.mydomain.com/etsi/bin/ :
>> 
>> Warning: fopen("/search.htm","r") - No such file or directory in
>> /opt2/keid/httpd/htdocs/etsi/bin/search.php3 on line 41
>> Can't open template file /search.htm
>> 
>> I have tested to put search.htm into bin-folder and also named
>> search.htm-dist to search.htm. What is wrong...?
>> 
>> Thank you very much for any answers.

Alexander Barkov wrote:

>
>Hello!
>
>PHP frontends use valiable '$configdir' to build the full path to the
>HTML template. Template is usually installed to the /etc/ subdirectory
>of
>UdmSearch installation.
>
>So, write the 
>
>   $config='/usr/local/UdmSearch/etc/';
>
>before line 41 (assuming that /usr/local/UdmSearch/ is you installation
>directory).
>
>
>P.S.
>
> I think that there was something wrong at installation time.
> There should not be such an error.

Yes, I got search.php3 work fine with your help. Thanks.
But, when I checked out morph.php3, the search returned me
the following text:

An error occured! 

Query error:select straight_join
concat(left('test',4-length(a.repl)),a.find) from affix as a,spell as s
where right('test',length(a.repl))=a.repl and INSTR(s.flag,a.flag)
and a.type='s' and a.lang=s.lang and
concat(left('test',4-length(a.repl)),a.find)=s.word and
concat(left('test',4-length(a.repl))
,a.find) regexp a.mask 
Unknown column 'a.repl' in 'field list' 

=)

Is that because of you already expected earlier that
my installation process wasn't succeeded properly?
I don't mind morph.php3 very much, because search.php3 don't
complain anything and seems to work fine. Is that weird or not?

Then, the second problem.
My indexer says:
"ld.so.1: indexer: fatal: libmysqlclient.so.6: open failed:
No such file or directory Killed"

Don't say I have installed Mysql wrong, because it can't be, can be?
I checked out and at /path/mysql/lib/mysql/libmysqlclient.so.6
the file is there. Any ideas...?
Do I have to complain to my provider, who has installed Mysql?

I'd be very grateful, if someone could answer something.

______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to