----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Hi

Still battling this one.  Also ran into problems building autoconf on AIX.
Any clues on a quick fix to one of the makefiles so that I can get the jserv
to make successfully or some other workaround?

Thanks

Stan

cc -DPACKAGE=\"ApacheJServ\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DTIME_WITH_
SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_HTTPD_H=1 -DHAVE_HT
TP_CONFIG_H=1 -DHAVE_HTTP_CORE_H=1 -DHAVE_HTTP_LOG_H=1 -DHAVE_HTTP_MAIN_H=1 
-DHAVE_HTTP_PROTOCOL_H=1 -DHAVE_UTIL_SCRIPT_H=1 -DHAVE_UTIL_MD5_H=1 -I. -I. 
-I/usr/local/apache/include -g -c -DPIC jserv_image.c
ln -s jserv_image.o jserv_image.lo
 /bin/sh ../../libtool --mode=link cc  -g  -o libjserv.la -rpath
/usr/local/jserv/lib -version-info 0:0 mod_jserv.lo  jserv_protocols.lo
jserv_ajpv11.lo jserv_balance.lo  jserv_mmap.lo jserv_watchdog.lo
jserv_utils.lo  jserv_status.lo jserv_wrapper.lo  jserv_wrapper_unix.lo
jserv_image.lo
libtool: link: warning: undefined symbols not allowed in
powerpc-ibm-aix4.3.2.0 shared libraries
mkdir .libs
ar cru .libs/libjserv.a
ranlib .libs/libjserv.a
creating libjserv.la
(cd .libs && ln -s ../libjserv.la libjserv.la)
 cp ./.libs/libjserv.so ./mod_jserv.so
cp: ./.libs/libjserv.so: A file or directory in the path name does not
exist.
make: 1254-004 The error code from the last command is 1.


----- Original Message -----
From: jon * <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Thursday, December 02, 1999 12:36 PM
Subject: Re: Makefile cannot find libjserv.so


> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> on 12/2/99 8:13 AM, Mr. Ross Druker <[EMAIL PROTECTED]> wrote:
>
> > The fix is in Makefile.am, located in the src/c directory
Unfortunately,
> > when I re-ran this fix did not get seen and I got a warning message
about
> > needing to use GNU's Automake.  I've been too busy to get back to this
so I
> > haven't downloaded Automake yet to try it.
>
> Right... you are using development software, so as a result, you need the
> development tools. It takes about 5 minutes to install automake.
>
> > I had to hunt around a while to find this fix, looking through recently
> > updated
> > files in CVS.  A suggestion (not intended as a flame):  Would it be
possible
> > to
> > specify the file in CVS that's been fixed for a particular problem?  Or
is
> > there a simpler way to track that down that I don't know about?
>
> When you do a cvs update jserv you will see which files have changed.
Simply
> put, you should never just check out one file at a time if you can help
it.
> You should use CVS to check out the latest copy from cvs.
>
> You could also go to the daily snapshots and download a copy from there.
The
> daily snapshots already have automake/autoconf/aclocal run on them.
>
> <http://www.working-dogs.com/daily/>
>
> -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]
>
>



--
--------------------------------------------------------------
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]

Reply via email to