[Thread Prev][Thread Next][Thread Index]
Using new pilotmgr on ENS supported systems
- To: pilotmgr@xxxxxxxxxxxxxxxxxxx
- Subject: Using new pilotmgr on ENS supported systems
- From: Rob Latham - SunService Europe <Rob.Latham@UK>
- Date: Fri, 31 Oct 1997 19:10:37 +0000 (GMT)
- Reply-to: Rob Latham - SunService Europe <Rob.Latham@UK>
- Sender: owner-pilotmgr@shadow
For those using ENS Supported workstations in Sun and
running CDE 1.1, I could not get Pilotmanager started
as the libcsa in /usr/dt/lib is an early build. So I did
the following, get the lastest version of libcsa in your home directory
and then start Pilotmgr using the following script.
!/bin/ksh
LD_PRELOAD="/home/rob/libcsa.so.1" <- or whatever the path is.
export LD_PRELOAD
/path_of_pilomanager
Seems to work, not sure if its an elegant technical
solution or not, (when I started at Sun, SunOS 3.2 was
in fashion and my technical knowledge is abit out of
date!!)
Robert
---------------------------------------------------------------------
********************************************
* PLEASE DO NOT POST PILOTMANAGER BUGS *
* TO THIS ALIAS. SUBMIT BUG REPORTS VIA *
* THE FEEDBACK MENU IN PILOTMANAGER *
* -------------------- *
* This is a public mailing list! *
* Please do not publish Sun proprietary *
* information here! *
********************************************