[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Install problem
At 02:19 PM 4/28/99 -0700, Angela Liang wrote:
>I've gone through the compilation but finally stopped at installation.
>
>Attached BuildProcedure.txt gives the information for the steps of what
>I did. And the attached Install.error.txt is the error portion of it.
Nothing attached.
>Here I also list the error I encountered in installation
>make prefix=/home/aliang/aliang-quicksilver/ldap install
This won't change the compiled in prefix!
Use configure to set a prefix:
make veryclean
./configure --prefix=/home/aliang/aliang-quicksilver/ldap
make depend
make
make install
Kurt