Changed the install instructions in the README slightly.

This commit is contained in:
uid402 1998-08-14 20:36:55 +00:00
parent 98936027ef
commit 6a6206f740

View File

@ -32,8 +32,8 @@ is available from the DevEdge page at:
http://developer.netscape.com/tech/directory/ http://developer.netscape.com/tech/directory/
You will also need Perl v5.005, available at http://www.perl.com/. Earlier You will also need Perl v5.005, available at http://www.perl.com/. Earlier
versions will NOT work with the binaries. If you wish to use v5.004, you versions of Perl will NOT work with the binaries. If you wish to use v5.004,
will need to compile PerLDAP from source. you will need to compile PerLDAP from source.
On Unix (Solaris Only...HPUX, IRIX, AIX to follow): On Unix (Solaris Only...HPUX, IRIX, AIX to follow):
1. Be sure that the libraries from the C SDK are installed in locations 1. Be sure that the libraries from the C SDK are installed in locations
@ -43,12 +43,10 @@ On Unix (Solaris Only...HPUX, IRIX, AIX to follow):
gunzip <filename>.tar.gz gunzip <filename>.tar.gz
4. Untar the resulting tar file by entering the command: 4. Untar the resulting tar file by entering the command:
tar xvof <filename>.tar tar xvof <filename>.tar
5. Locate the site install directory for Perl v5.005. If you are unsure, 5. Change to the extract directory:
this is likely the directory ending in 'site_perl' when executing the cd PerLDAP-1.0
following command: 6. Execute the following command in as the super-user (root):
perl -e 'print join("\n",@INC);' perl install-bin
6. Execute the following command as the super-user (root):
./install-bin <site_lib_directory>
On Windows NT: On Windows NT:
1. Be sure that the DLL from the C SDK is installed in your system32 1. Be sure that the DLL from the C SDK is installed in your system32
@ -56,12 +54,10 @@ On Windows NT:
2. Save the file in a temporary location 2. Save the file in a temporary location
3. Unzip the file by entering the command: 3. Unzip the file by entering the command:
I don't have a tool for creating self-extracting archives... I don't have a tool for creating self-extracting archives...
4. Locate the site install directory for Perl v5.005. If you are unsure, 4. Change to the extract directory:
this is likely the directory ending in 'site' when executing the cd PerLDAP-1.0
following command:
perl -e 'print join("\n",@INC);'
5. Execute the following command: 5. Execute the following command:
install-bin <site_lib_directory> perl install-bin
Compiling the PerLDAP Sources Compiling the PerLDAP Sources