Hi,
Source distribution for linux is not compiling. The error message is
config.status: error: cannot find input file: test/Makefile.in
I think you need to enable tests when you're running the configure
script before creating the distribution.
Following commands list works for me when I create a source distribution.
./autogen.sh
./configure --prefix=`pwd`/deploy --enable-tests=yes --with-apche2=<path
to apache2 includes directory>
make
make dist
Thanks
~sanjaya
Samisa Abeysinghe wrote:
Hi All,
I have packaged and hosted 1.0.0 RC1 at
http://people.apache.org/~samisa/release/1.0.0/
The main purpose of this RC1 release is to set the platform for
functional testing for 1.0.0 release.
There are some document updates and bug fixes pending. Still I hope
this RC1 packaging would be useful to test the API and samples.
Please download, test and send in your feedback.
Thanks,
Samisa...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]