[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Need help for using openldap-release.tgz



tgz is equivalent to tar.gz

do this (under unix)

mv openldap-release.tgz openldap-release.tar.gz
gzip -d openldap-release.tar.gz
tar xvf openldap-release.tar

--Jauder

On Mon, 26 Apr 1999, Angela Liang wrote:

> Does anybody use openldap-release.tgz yet? This is release 1.2.1
> 
> I have couple of problem with it.
> 
> First of all, I can not unzip it in UNIX.
> 
> tar xfz openldap-release.tgz can not go further.
> 1. there is no z option
> 2. with "tar xfv openldap-release.tgz", I have "directory checksum
> error".
> 
> I've tried to unzip from PC using winzip 7.0. There is no problem.
> I transferred all the files to UNIX and do the configure - "sh
> ./configure".
> It gave me the result of:
> 
> "
> loading cache ./config.cache
> checking for a BSD compatible install... build/install-sh -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
> checking configure arguments... done
> "
> 
> Can anybody tell me the problem?
> 
> 
> Any help will be highly appreciated.
> 
> 
> Angela
> 
>