"jon *" <[EMAIL PROTECTED]> wrote:
> > (cd .libs && ln -s libjserv.so.0.0.0 libjserv.so.0)
> > (cd .libs && ln -s libjserv.so.0.0.0 libjserv.so)
> > ar cru .libs/libjserv.a
> > ranlib .libs/libjserv.a
> > ranlib: .libs/libjserv.a: No such file or directory
> 
> start over again with your installation from the .tar files, something is
> confused. .a is for a static build and .so is for a DSO build...since
> something failed before, i think that is where the issue is.
> 
> -jon

Okay, I deleted both my apache and jserv directories, untar'd new ones,
and re-ran configure.  For apache I used:
  ./configure --enable-rule=SHARED_CORE --enable-module=so
    --prefix=/proj/ftrs/3rdparty/apache_1.3.4 --with-perl=/depot/bin/perl
and for jserv I used:
  ./configure --with-apache-install=/proj/ftrs/3rdparty/apache 
    --prefix=/proj/ftrs/3rdparty/Apache-JServ-1.0b3
      --with-jsdk=/proj/ftrs/3rdparty/jdk/jre/lib/ext/jsdk.jar
(note that /proj/ftrs/3rdparty/apache is a link to apache_1.3.4)
The configure scripts ran fine, but I still got the same error when I tried
to run make.  I there a file generated by configure that I could look
at to help diagnose this problem?
  --Paul

____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1


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