Re: 7.1 install

From: Steigrad Ralph <steigrad_at_geo.umnw.ethz.ch>
Date: Mon, 13 Mar 1995 10:17:42 GMT
Message-ID: <1995Mar13.101742.19634_at_rzu-news.unizh.ch>


flachan_at_ibm.net wrote:

: In <3j0dar$714_at_mail.cw.com>, ksn_at_mail.cw.com (Kim Nash) writes:

: >anyone having trouble with installing 7.1, particularly 7.1.4?
: >

We had troubles with the CDE-tools. But we could fix it We installed 7.1.4 on SUN solaris 2.4

Here our report, and how we could fix it.

Ralph  

    _/_/_/ _/_/_/ _/ _/ Ralph Steigrad (System Engineer)

   _/       _/   _/  _/     Swiss Federal Institute of Technology ETH
  _/_/     _/   _/_/_/      Winterthurerstrasse 190 / CH-8057 Zurich
 _/       _/   _/  _/       MAIL : steigrad_at_geo.umnw.ethz.ch  
_/_/_/   _/   _/  _/        PHONE: +41 1 2575238    FAX: +41 1 3625197
 
------------------------------------------------------------------------


Installation Oracle 7.1.4 and CDE 7.0.16.(.4) on Solaris 2.4


If you get during installation an error like:

Relinking Oracle Book 1.0 executables... (make -f book.mk cinstall minstall MOTIFLIBHOME=/oracle/ora714/lib XLIBHOME=/usr/openwin/lib 1>>  /oracle/ora714/orainst/install_cde.log 2>> /oracle/ora714/orainst/install_cde.log)


Undefined                       first referenced
 symbol                             in file
mmvpc                               /oracle/ora714/lib/libobv.so
mmvpd                               /oracle/ora714/lib/libobv.so
mmvpsd                              /oracle/ora714/lib/libobv.so


then you have to remake several things after installation.

cd $ORACLE_HOME/book/lib
change the line in the file book.mk
old line: MMMLIBS = -lmm -lmmm -lmm
new line: MMMLIBS = -lmm -lmmc -lmmm -lmm

you have to remake the book.
you have to find the correct compile command in your logfile in $ORACLE_HOME/orainst/install.log.

our command was

make -f book.mk clink mlink
make -f book.mk cinstall minstall MOTIFLIBHOME=/oracle/ora714/lib XLIBHOME=/usr/openwin/lib

Probably you have to do the same thing in graphic20m. adapt graphics.mk as you did in book.mk
make -f graphics.mk minstall MOTIFLIBHOME=/oracle/ora714/lib XLIBHOME=/usr/openwin/lib

Probably you have to do the same thing in reports20 adapt reports20.mk as you did in book.mk make -f reports20.mk cinstall mginstall MOTIFLIBHOME=/oracle/ora714/lib XLIBHOME=/usr/openwin/lib make -f reports20.mk link mlink Received on Mon Mar 13 1995 - 11:17:42 CET

Original text of this message