This is G o o g l e's cache of http://www.lp.se/ftp/mailinglists/VMS-MOSAIC.1999-10.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.


Google is not affiliated with the authors of this page nor responsible for its content.
These search terms have been highlighted: levitte 

Archive-Date: Sun, 3 Oct 1999 23:24:52 +0200
Date: Sun, 03 Oct 1999 17:18:16 -0400 (EDT)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@LEVITTE.ORG
Subject: Mosaic V3.5-1 now available
To: VMS-MOSAIC@LEVITTE.ORG
CC: COOK@wvnvaxa.wvnet.edu
Message-ID: <01JGPF5V34RI0EZER8@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

Release 3.5-1 of VMS Mosaic is now available at

    ftp://alpha.wvnet.edu/mosaic/mosaic3_5-1.zip

It is not a complete kit and must be unzipped on top of 3.5. 
All previous patches to 3.5 are included.

It includes the following changes since release 3.5:
-----------------------------------------------------------------------
 o Added support for persistent secure connections
 o Added number of bits to encryption status display
 o Added support for left and right floating spacers
 o Added preferences for maximum pixmap dimensions
 o Removed limit on number of simultaneous floating objects
 o Improved FTP support
 o Fixed problems with secure connections
 o Fixed problem with GIFs which have non-Netscape application blocks
 o Fixed problem with RBM on some versions of Motif
-----------------------------------------------------------------------


George
================================================================================
Archive-Date: Mon, 4 Oct 1999 00:15:38 +0200
Date: Sun, 03 Oct 1999 17:16:04 CDT
From: Rick Dyson <dyson@iowasp.physics.uiowa.edu>
Reply-To: VMS-MOSAIC@LEVITTE.ORG
To: VMS-MOSAIC@LEVITTE.ORG
CC: dyson@iowasp.physics.uiowa.edu
Message-ID: <009DF14B.6FC5F20F.1@iowasp.physics.uiowa.edu>
Subject: v3.5-1 Compile Error

Hi George,

    I grabbed v3.5-1 and unzipped v3.5 followed by v3.5-1.  I then ran
the compile but it reports C compile-time errors.  I get the following
message in one of your newly changed files, [.LibWWW2]HTTP.c.

    My Specs:

        Alpha/OpenVMS v6.2 (lots of patches)
        DECWindows DW V1.2-3960215
        UCX v4.1-eco10
        DEC C v5.7-004

$ @ Make_Mosaic "" "" "/Ignore=Warning"

[... snip ...]

CC/DECC/Precision=SINGLE/Prefix=(All,Except=Ioctl)/OBJECT=ODIR:HTTP.OBJ HTTP.C

                handle = keepalive_handle;
.........................^
%CC-E-UNDECLARED, In this statement, "keepalive_handle" is not declared.
at line number 271 in file DISK$LAF:[DYSON.XTOOLS.MOSAIC.MOSAIC-3_5-1.LIBWWW2]HTTP.C;2

                        StrAllocCopy(encrypt_cipher,
........................^
%CC-I-IMPLICITFUNC, In this statement, the identifier "SSL_get_cipher" is implicitly declared as a function.
at line number 273 in file DISK$LAF:[DYSON.XTOOLS.MOSAIC.MOSAIC-3_5-1.LIBWWW2]HTTP.C;2

                        encrypt_bits = SSL_get_cipher_bits(handle, NULL);
.......................................^
%CC-I-IMPLICITFUNC, In this statement, the identifier "SSL_get_cipher_bits" is implicitly declared as a function.
at line number 275 in file DISK$LAF:[DYSON.XTOOLS.MOSAIC.MOSAIC-3_5-1.LIBWWW2]HTTP.C;2
%MMS-F-ABORT, For target ODIR:HTTP.OBJ, CLI returned abort status: %X10B91262.
%MMS-F-ABORT, For target LIBWWW2, CLI returned abort status: %X10EE8034.
   
rick
-- 
Richard L. Dyson                                    rick-dyson@UIowa.EDU
    Cutting the space budget really restores my faith in humanity.  It
    eliminates  dreams,  goals, and ideals and lets us get straight to
    the business of hate, debauchery, and self-annihilation.
 
                                                -- Johnny Hart

================================================================================
Archive-Date: Mon, 4 Oct 1999 00:26:23 +0200
Date: Sun, 03 Oct 1999 18:23:03 -0400 (EDT)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@LEVITTE.ORG
Subject: Re: v3.5-1 Compile Error
In-Reply-To: "Your message dated Sun, 03 Oct 1999 17:16:04 -0500 (CDT)" <009DF14B.6FC5F20F.1@iowasp.physics.uiowa.edu>
To: Rick Dyson <dyson@iowasp.physics.uiowa.edu>
CC: VMS-MOSAIC@LEVITTE.ORG, COOK@wvnvaxa.wvnet.edu
Message-ID: <01JGPHBA2S6U0EZER8@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

>    I grabbed v3.5-1 and unzipped v3.5 followed by v3.5-1.  I then ran
>the compile but it reports C compile-time errors.  I get the following
>message in one of your newly changed files, [.LibWWW2]HTTP.c.

>CC/DECC/Precision=SINGLE/Prefix=(All,Except=Ioctl)/OBJECT=ODIR:HTTP.OBJ HTTP.C

>                handle = keepalive_handle;
>.........................^
>%CC-E-UNDECLARED, In this statement, "keepalive_handle" is not declared.
>at line number 271 in file DISK$LAF:[DYSON.XTOOLS.MOSAIC.MOSAIC-3_5-1.LIBWWW2]HTTP.C;2

>                        StrAllocCopy(encrypt_cipher,
>........................^
>%CC-I-IMPLICITFUNC, In this statement, the identifier "SSL_get_cipher" is implicitly declared as a function.
>at line number 273 in file DISK$LAF:[DYSON.XTOOLS.MOSAIC.MOSAIC-3_5-1.LIBWWW2]HTTP.C;2

>                        encrypt_bits = SSL_get_cipher_bits(handle, NULL);
>.......................................^
>%CC-I-IMPLICITFUNC, In this statement, the identifier "SSL_get_cipher_bits" is implicitly declared as a function.
>at line number 275 in file DISK$LAF:[DYSON.XTOOLS.MOSAIC.MOSAIC-3_5-1.LIBWWW2]HTTP.C;2
>%MMS-F-ABORT, For target ODIR:HTTP.OBJ, CLI returned abort status: %X10B91262.
>%MMS-F-ABORT, For target LIBWWW2, CLI returned abort status: %X10EE8034.
   
Unfortunately I never tried building 3.5-1 without OpenSSL.  There is
a new HTTP.C in the anonymous ftp area which should compile properly.


George
================================================================================
Archive-Date: Mon, 4 Oct 1999 12:01:25 +0200
Date: Mon, 4 Oct 1999 11:59:24 +0100
Message-ID: <99100411592488@mailhost.cenaath.cena.dgac.fr>
From: pmoreau@cena.dgac.fr (Patrick MOREAU, CENA Athis, Tel: 01.69.57.64.40)
Reply-To: VMS-MOSAIC@LEVITTE.ORG
To: VMS-MOSAIC@levitte.org
Subject: Re: Mosaic V3.5-1 now available

>From:	SMTP%"VMS-MOSAIC@levitte.org"  3-OCT-1999 23:30:40.21
>To:	VMS-MOSAIC@LEVITTE.ORG
>CC:	
>Subj:	Mosaic V3.5-1 now available
>
>Release 3.5-1 of VMS Mosaic is now available at
>
>    ftp://alpha.wvnet.edu/mosaic/mosaic3_5-1.zip
>
>It is not a complete kit and must be unzipped on top of 3.5. 
>All previous patches to 3.5 are included.

George,

I've a small problem when building (VMS Alpha 6.2, DEC C 5.2) without SSL.
There is an undefined symbol in GUI-DOCUMENTS.C :

LINK/NoDebug/NoTrace/Exe=MOSAIC.exe_AU [.AU]libraries.opt/opt
%LINK-W-NUDFSYMS, 1 undefined symbol:
%LINK-I-UDFSYM,         ENCRYPT_BITS
%LINK-W-USEUNDEF, undefined symbol ENCRYPT_BITS referenced
        in psect $LINK$ offset %X00000380
        in module GUI-DOCUMENTS file AXP1:[FREEWARE.MOSAIC35.SRC.AU]SRC.OLB;1
Linking done.  Welcome to VMS Mosaic 3.5-1
The executable is in [.src]Mosaic.exe_AU
Please complete the Comment Card on the Help menu

Patrick

===============================================================================
pmoreau@cena.dgac.fr  (CENA)     ______      ___   _           (Patrick MOREAU)
moreau_p@decus.fr (DECUS)       / /   /     / /|  /|
CENA/Athis-Mons FRANCE         / /___/     / / | / |   __   __   __   __  
BP 205                        / /         / /  |/  |  |  | |__| |__  |__| |  |
94542 ORLY AEROGARE CEDEX    / /   ::    / /       |  |__| | \  |__  |  | |__|
http://www2.cenaath.cena.dgac.fr/~pmoreau/   http://www.multimania.com/pmoreau/
===============================================================================
================================================================================
Archive-Date: Mon, 4 Oct 1999 17:39:18 +0200
Date: Mon, 04 Oct 1999 11:31:06 -0400 (EDT)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@LEVITTE.ORG
Subject: Re: Mosaic V3.5-1 now available
In-Reply-To: "Your message dated Mon, 04 Oct 1999 11:59:24 +0100" <99100411592488@mailhost.cenaath.cena.dgac.fr>
To: pmoreau@cena.dgac.fr
CC: VMS-MOSAIC@levitte.org, COOK@wvnvaxa.wvnet.edu
Message-ID: <01JGQHDQVO4Q0EZER8@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

>I've a small problem when building (VMS Alpha 6.2, DEC C 5.2) without SSL.
>There is an undefined symbol in GUI-DOCUMENTS.C :

>LINK/NoDebug/NoTrace/Exe=MOSAIC.exe_AU [.AU]libraries.opt/opt
>%LINK-W-NUDFSYMS, 1 undefined symbol:
>%LINK-I-UDFSYM,         ENCRYPT_BITS
>%LINK-W-USEUNDEF, undefined symbol ENCRYPT_BITS referenced
>        in psect $LINK$ offset %X00000380
>        in module GUI-DOCUMENTS file AXP1:[FREEWARE.MOSAIC35.SRC.AU]SRC.OLB;1

There is a newer http.c in the anonymous ftp area which may fix this
problem.  The symbol does exist, however your version of C appears to
be dropping it from the module where it is defined (but never used).
I changed its definition to have an initialization value.


George
================================================================================
Archive-Date: Fri, 22 Oct 1999 14:06:48 +0200
Date: Fri, 22 Oct 1999 16:06:22 +0800
From: Aleksey Kulchak <amkulchak@vax.n21lab.gosniias.msk.ru>
Reply-To: VMS-MOSAIC@LEVITTE.ORG
To: VMS-MOSAIC@levitte.org
CC: amkulchak@vax.n21lab.gosniias.msk.ru
Message-ID: <009E002F.D90303C0.1@vax.n21lab.gosniias.msk.ru>
Subject: Mosaic with SSL compile errors

I'm trying to compile mosaic 3.5-1 with SLL 0.9.4 using 
DEC C V5.2-003 on OpenVMS VAX V7.1
and have next messages:

%LINK-W-NUDFSYMS, 7 undefined symbols:
%LINK-I-UDFSYM,         OBJ_BSEARCH
%LINK-I-UDFSYM,         OBJ_NID2LN
%LINK-I-UDFSYM,         OBJ_NID2OBJ
%LINK-I-UDFSYM,         OBJ_NID2SN
%LINK-I-UDFSYM,         OBJ_OBJ2NID
%LINK-I-UDFSYM,         OBJ_OBJ2TXT
%LINK-I-UDFSYM,         OBJ_SN2NID
%LINK-W-USEUNDEF, undefined symbol OBJ_OBJ2NID referenced
        in psect $CODE offset %X00000851
        in module S3_BOTH file SSLROOT:[VAX_LIB]LIBSSL.OLB;1
%LINK-W-USEUNDEF, undefined symbol OBJ_BSEARCH referenced
        in psect $CODE offset %X00000343
        in module S2_LIB file SSLROOT:[VAX_LIB]LIBSSL.OLB;1

        ....

%LINK-W-USEUNDEF, undefined symbol OBJ_NID2OBJ referenced
        in psect $CODE offset %X0000094D
        in module P5_PBEV2 file SSLROOT:[VAX_LIB]LIBCRYPTO.OLB;1
%LINK-W-USEUNDEF, undefined symbol OBJ_NID2OBJ referenced
        in psect $CODE offset %X0000056A
        in module P5_PBE file SSLROOT:[VAX_LIB]LIBCRYPTO.OLB;1

Linking done.  Welcome to VMS Mosaic 3.5-1
The executable is [.src]Mosaic.exe
Please complete the Comment Card (see Help menu)

SSL was compiled in accordance with OPENSSL.README
        @MAKEVMS BUILDINF NORSAREF NODEBUG DECC UCX
        @MAKEVMS SOFTLINKS NORSAREF NODEBUG DECC UCX
        @MAKEVMS CRYPTO NORSAREF NODEBUG DECC UCX
        @MAKEVMS SSL NORSAREF NODEBUG DECC UCX
without any errors.

As a result mosaic can't use https protocol
Any ideas?

Aleksey Kulchak
================================================================================
Archive-Date: Sat, 23 Oct 1999 07:06:06 +0200
Date: Sat, 23 Oct 1999 01:00:54 -0400 (EDT)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@LEVITTE.ORG
Subject: Re: Mosaic with SSL compile errors
In-Reply-To: "Your message dated Fri, 22 Oct 1999 16:06:22 +0800" <009E002F.D90303C0.1@vax.n21lab.gosniias.msk.ru>
To: amkulchak@vax.n21lab.gosniias.msk.ru
CC: VMS-MOSAIC@LEVITTE.ORG, COOK@wvnvaxa.wvnet.edu
Message-ID: <01JHGES996R80OYZYA@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

>I'm trying to compile mosaic 3.5-1 with SLL 0.9.4 using
>DEC C V5.2-003 on OpenVMS VAX V7.1
>and have next messages:

>%LINK-W-NUDFSYMS, 7 undefined symbols:
>%LINK-I-UDFSYM,         OBJ_BSEARCH
>%LINK-I-UDFSYM,         OBJ_NID2LN
>%LINK-I-UDFSYM,         OBJ_NID2OBJ
>%LINK-I-UDFSYM,         OBJ_NID2SN
>%LINK-I-UDFSYM,         OBJ_OBJ2NID
>%LINK-I-UDFSYM,         OBJ_OBJ2TXT
>%LINK-I-UDFSYM,         OBJ_SN2NID

>As a result mosaic can't use https protocol
>Any ideas?

I believe you need the patch kit OPENSSL-0_9_4-P19990812-01.TAR-GZ
for OpenSSL.  It is available at

	ftp://ftp.lp.se/vms/openssl-0_9_4-p19990812-01.tar-gz


George