mhonarc-users

Re: Problem with MHonArc

1999-07-06 15:25:58
Earl, thanks for trying to help!

It appears MHonArc believes it is under a Win environment.

Perl version:         5.004_01
This is a suspect version.  You may want to upgrade Perl.

What does the following command output:

    perl -e 'print $^O, "\n";'

Since I do not have shell access to my server, I run the following
commands in a perl script instead:

        $output = system (perl -e 'print $^O, "\n";');
        print $output;

and it outputs:

        65280

Also, what does:

    perl -V

output?

A lot. Here it is:

Summary of my perl5 (5.0 patchlevel 4 subversion 1) configuration:
  Platform:
    osname=bsdos, osvers=2.1, archname=i386-bsdos
    uname='bsdos elvis.orem.iserver.com 2.1 bsdi bsdos 2.1 kernel #1:
mon jun 10 15:58:19 mdt 1996
polk(_at_)demiurge(_dot_)bsdi(_dot_)com:usrsrcsyscompilegeneric i386 '
    hint=recommended, useposix=true, d_sigaction=define
    bincompat3=y useperlio= d_sfio=
  Compiler:
    cc='shlicc2', optimize='-O2', gccversion=2.7.2
    cppflags='-I/usr/local/include'
    ccflags ='-I/usr/local/include'
    stdchar='char', d_stdstdio=, usevfork=false
    voidflags=15, castflags=0, d_casti32=define, d_castneg=define
    intsize=4, alignbytes=4, usemymalloc=n, randbits=31
  Linker and Libraries:
    ld='shlicc2', ldflags =' -L/usr/X11/lib -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /usr/X11/lib
    libs=-lrpc -lcurses -ltermcap -lXpm -lXaw -lXmu -lXt -lSM -lICE
-lXext -lX11 -lgdbm -ldl -lm -lc
    libc=/usr/lib/libc.a, so=o
    useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=o, d_dlsymun=, ccdlflags=' '
    cccdlflags=' ', lddlflags='-r -L/usr/X11/lib -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Built under bsdos
  Compiled at Aug 15 1997 08:59:51
  @INC:
    /usr/local/lib/perl5/i386-bsdos/5.00401
    /usr/local/lib/perl5
    /usr/local/lib/perl5/site_perl/i386-bsdos
    /usr/local/lib/perl5/site_perl
    .

I hope this means something to you. Needless to say, I'm not a perl
expert. :-)

Gunnar

------------------------------------------------------------
Phone:  +46 70 5508110       Internet:  mailbox(_at_)gunnar(_dot_)cc
Fax:    +46 70 6108110                  http://www.gunnar.cc

<Prev in Thread] Current Thread [Next in Thread>