----------------------------------------------------------------
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!!!
----------------------------------------------------------------
AIX 4.2.1
Apache 1.3.9
JServ 1.1b3
Thanks for the help with finding gcc and for pointing me to CVS for the latest
fixes.
configure and make ran successfully, but make install fails. It's trying to cp
libjserv.so from the src/c/.libs directory, but it doesn't exist. Should it
exist as a file or link? The contents of .libs are:
libjserv.a -> libjserv.so.0.0.0
libjserv.la -> ../libjserv.la
libjserv.lai
libjserv.so.0 -> libjserv.so.0.0.0
libjserv.so.0.0.0
The output of make install:
> make install
Making install in src
make[1]: Entering directory `/home/appl/ApacheJServ-1.1b3/src'
Making install in c
make[2]: Entering directory `/home/appl/ApacheJServ-1.1b3/src/c'
make[3]: Entering directory `/home/appl/ApacheJServ-1.1b3/src/c'
make[3]: Nothing to be done for `install-exec-am'.
Copying files to Apache Modules Directory...
../../src/scripts/build/unix/mkinstalldirs /usr/local/apache/libexec
/usr/bin/cp ./.libs/libjserv.so /usr/local/apache/libexec/mod_jserv.so
cp: ./.libs/libjserv.so: A file or directory in the path name does not exist.
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory `/home/appl/ApacheJServ-1.1b3/src/c'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/appl/ApacheJServ-1.1b3/src/c'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/appl/ApacheJServ-1.1b3/src'
make: *** [install-recursive] Error 1
Thanks,
Ross
--
Ross Druker Rohm and Haas Co.
[EMAIL PROTECTED] Spring House, PA
"Forgive me my nonsense as I also forgive the (215) 619-5475
nonsense of others who think they talk sense." -- Robert Frost
The opinions expressed are mine and not those of Rohm and Haas Company.
--
--------------------------------------------------------------
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]