"Li, Li" wrote:
> Dear Sir,
>
> I am trying to install the latest version of perldap. After I down load the
> zip file from ftp://ftp.perldap.org/pub/perldap/
> and read through the README file, I could not find any install batch file
> for me to install(eg, intall-bin for v1.0). How can I get the build to
> install?
Hmmm, the "install-bin" etc. is all old stuff, should not be in the latest
release of PerLDAP. The only way to install PerLDAP (well..., almost) is to
build it using
perl Makefile.PL
make
make install
-- Leif