UdmSearch version: 3.0.10
Platform:          IBM RS6000 F40
OS:                AIX 4.2.1
Database:          3.23.12c-alpha, for ibm-aix4.2.1.0 (powerpc)
Statistics:        


Using Apache I had no problem, 
but with Netscape Enteprise 3.62 SP2 I
had to add in search.cgi this line in
the main ( I added it there because
I didnt quite know where to add it
and I was pretty confident it would
work):

printf(\"Content-type: text/html\\n\\n\");

because the server didnt know what to
do.  I guess Apache assumes that by default.

Also, Compiling with C for AIX compiler
I had to remove all // syle comment from
the code becayuse they are not standard
C comment.

I had also to change a line in parsedate.c
in the function parsedate()
changed :
 if((char *) = strchr(datestring,\',\'))
for :
 if(pos = (char *)strchr(datestring,\',\')) 

after that I could compile and run
udmsearch fine.

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

Reply via email to