----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
>
> I'm probably missing something somewhere, but I've checked out the
> latest cvs version and I can't figure out how to configure it to build
> on a Red Hat 6.1.
>
> I have never tried to build the jserv cvs-version before so bare over with
> me, and please tell me what I'm missing.
>
> The first thing I noticed was that there was no configure script, and
> looking at the cvs history I saw it was removed some months ago, so
> that's probably as it should be, I guess.
>
> Then I read the README.build and tried to first run aclocal, it gave
> the errors:
> aclocal: configure.in: 39: macro `AM_DISABLE_STATIC' not found in library
> aclocal: configure.in: 40: macro `AM_PROG_LIBTOOL' not found in library
>
> I have the right version of automake (1.4).
>
> Naively just trying the configure script that followed the 1.1 release
> gave lots of:
> sed: can't read ./src/Makefile.in: No such file or directory
>
> It would be so great to have the latest version where the connection number
> bug is fixed. We desperately need it to use jserv 1.1 on our
> rather bussy production server.
>
> So, am I just beeing stupid, or is there something wrong with the current
> cvs version?
Sigh...handholding time...
Read the build document more closely...
"To install libtool properly, you need to install it on top of your
automake installation. If you get errors when running aclocal (ie: macro
`AM_PROG_LIBTOOL' not found in library), it is because you didn't install
libtool properly."
Also you can download a daily snapshot that has already had aclocal
executed on it...
<http://www.working-dogs.com/daily/>
Also, you could build the Java code yourself...it isn't that hard...
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]