diff options
author | obache <obache@pkgsrc.org> | 2010-09-02 02:37:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-02 02:37:59 +0000 |
commit | 83d760410f027055462f8271f1b11ed29a728143 (patch) | |
tree | 92df05da87a65f62014a281d512e0650ccccf92e /doc/guide/files | |
parent | 9811a642b797c966118e886ef9471d6f9b90231a (diff) | |
download | pkgsrc-83d760410f027055462f8271f1b11ed29a728143.tar.gz |
Revert last change.
Setting LD_LIBRARY_PATH is not required on Interix-3.5.
Diffstat (limited to 'doc/guide/files')
-rw-r--r-- | doc/guide/files/platforms.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index 77887b1db79..33ad7a45f97 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.63 2010/08/25 06:26:34 agc Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.64 2010/09/02 02:37:59 obache Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -287,18 +287,6 @@ interix:kP=\E[S:kN=\E[T:kH=\E[U:dc@:DC@:tc=pcansi: may create such a user; make sure it is in the local group Administrators (or your language equivalent).</para> - <para>On Interix 3.5, before bootstrapping pkgsrc, the directory - which will contain pkgsrc shared libraries must be added to the - start of the <varname>LD_LIBRARY_PATH</varname> variable, - in the following manner.</para> - - <screen> -&rprompt; <userinput>export LD_LIBRARY_PATH=/usr/pkg/lib:$LD_LIBRARY_PATH - </screen> - - <para>Interix 3.5 requires this, as the setting is made globally in - <filename>/etc/profile</filename>.</para> - <para><command>pkg_add</command> creates directories of mode 0755, not 0775, in <filename>$PKG_DBDIR</filename>. For the time being, install packages as the local Administrator (or |