Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Solaris 2.x
- X-seq: zsh-workers 355
- From: pckizer@xxxxxxxx (Philip Kizer)
- To: ken@xxxxxxxxxxxx (Ken Moorley)
- Subject: Re: Solaris 2.x
- Date: Mon, 04 Sep 1995 21:37:59 -0500
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: Your message of "Tue, 05 Sep 1995 11:30:49 EST." <9509050130.AA03684@xxxxxxxxxxx>
- Reply-to: pckizer@xxxxxxxx
- Sender: pckizer@xxxxxxxxxxxxxx
ken@xxxxxxxxxxxx (Ken Moorley) wrote:
>Please excuse my ignorance, but would someone please advise if the following
>paragraph from the zsh FAQ means that this option will NEVER be available
>under Solaris 2.x or may be developed in a future version ?
No, the important sentence in the paragraph you quoted is the following:
> Make sure you compile without any reference to /usr/ucblib in (e.g.) your
> LD_LIBRARY_PATH.
I use zsh on many Solaris 2.x (SunOS 5.x) machines each day. All it really
means is that anyone compiling programs on SunOS 5 platforms needs to limit
as much as possible (preferably to nil) all references to the libraries and
commands found in the UCB compatibility packages.
What commands you do use from the UCB compatibility packages, I suggest you
merely alias to refer to them by full path or merely use full path such as
(e.g.) /usr/ucb/renice or /usr/ucb/install.
In fact, for developers, it is best to compile (and test!) all programs
that are to be installed as publicly available with no LD_LIBRARY_PATH set
whatsoever. This guarantees that any user, no matter how minimal their
environment will be able to execute that program.
-philip
____________________________________________________________ Philip Kizer ___
Texas A&M CIS Operating Systems Group, Unix ( 409.862.4120 ) pckizer@xxxxxxxx
"Relying on the government to protect your privacy is like asking a peeping
Tom to install your window blinds." -John Perry Barlow, EFF co-founder
Messages sorted by:
Reverse Date,
Date,
Thread,
Author