[Thread Prev][Thread Next][Thread Index]

Re: CDE library question



Greg,

Avoiding the version check on CDE can be accomplished by setting LD_NOVERSION to 
1 (Thanks Lodewijk). I have a simple shell script like this in my PilotManager 
directory:

#!/usr/bin/sh
LD_NOVERSION=1; export LD_NOVERSION
exec $HOME/pilotmgr,v1.100/PilotMgr.pm

Your mileage may vary of course, depending on where you put the pilotmgr,v1.100 
directory. And mind you, I don't know if the CDE version actually does matter, 
but so far everything has worked fine.

> Date: Mon, 5 Jan 1998 16:16:56 -0800 (PST)
> From: Greg Nelson <Greg.Nelson@Corp>
> Subject: CDE library question
> To: pilotmgr@xxxxxxxxxxxxxxxxxxxxx
> MIME-Version: 1.0
> Content-MD5: pLhf49tfpVe9nY+sByOqFg==
> 
> I just subscribed to this email alias a few minutes ago. A coworker of
> mine said that an email came out earlier today re: the CDE library out
> of date error message. Could someone please forward that email to me?
> I'm trying to install pilotmgr and I get the message stating that my
> CDE libraries appear to be obsolete. I'd like to avoid having to install
> a new version of CDE if possible.
> 
> Thx,
> 
> -Greg
> 
> ------------------------------------------------------------------------
> ***********************************************************
> *             This is a public mailing list!              *
> * Please do not publish Sun proprietary information here! *
> *           -  -  -  -  -  -  -  -  -  -  -  -            *
> *   Web: http://playground.sun.com/~bharat/pilotmgr.html  *
> *   Alias Log: http://www.moshpit.org/pilotmgr/log.html   *
> ***********************************************************

------------------------------------------------------------------------
***********************************************************
*             This is a public mailing list!              *
* Please do not publish Sun proprietary information here! *
*           -  -  -  -  -  -  -  -  -  -  -  -            *
*   Web: http://playground.sun.com/~bharat/pilotmgr.html  *
*   Alias Log: http://www.moshpit.org/pilotmgr/log.html   *
***********************************************************


SourceForge.net Logo