"J. Landman Gay" wrote:
> 
> I put a copy of MetaCard/Linnux in my web site cgi-bin directory along
> with the echo.mt script (server is running Red Hat.) I am getting this error:
> 
> Premature end of script headers: /usr/local/apache/cgi-bin/echo.mt
> mc: error in loading shared libraries: libXext.so.6: cannot open shared
> object file: No such file or directory
> 
> What does it mean? I have both the Home and Tools stacks in the cgi-bin
> directory along with mc.

That's bad news. First of all you don't need home and tools for cgi
since they are not required to run scripts. Second, MC requires these
libraries:
        libXext.so.6
        libX11.so.6 
        libm.so.6
        libc.so.6 
        ld-linux.so.2 
on the system in order to run. Some Linux servers don't have the first 2
since they are [wrongly] considered to be necessary only for X support
which is not the case with servers. 
There are only 2 things you can do: ask the provider to create 2 dummy
files in /usr/lib -> libXext.so.6and libX11.so.6 since MC only checks
for their presence, or try an other provider.

> 
> --
> Jacqueline Landman Gay         |     [EMAIL PROTECTED]
> HyperActive Software           |     http://www.hyperactivesw.com
> _______________________________________________
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard

-- 
____________________
Regards, Andu Novac
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to