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

Here's the question then :-)

I am trying to install Apache JServ.

I completed the steps upto 5.

Now I am trying to do 'make install' And I am getting some errors:

==================================================================
$make install
Making install in glob
Making install in i18n
files='de.mo /tmp/user/make-3.79/i18n/es.mo /tmp/user/make-3.79/i18n/fr.mo
/tmp/user/make-3.79/i18n/ko.mo /tmp/user/make-3.79/i18n/nl.mo
/tmp/user/make-3.79/i18n/pl.mo ru.mo'; \
for file in $files; do \
  base=`basename $file`; \
  langdir=/tmp/user/jserv/share/locale/`echo $base | sed
's/\.mo$//'`/LC_MESSAGES; \
  /bin/sh /tmp/user/make-3.79/mkinstalldirs $langdir; \
  echo " /tmp/user/make-3.79/install-sh -c -m 644
/tmp/user/make-3.79/i18n/$file $langdir/make.mo"; \
  /tmp/user/make-3.79/install-sh -c -m 644 /tmp/user/make-3.79/i18n/$file
$langdir/make.mo; \
done
 /tmp/user/make-3.79/install-sh -c -m 644 /tmp/user/make-3.79/i18n/de.mo
/tmp/user/jserv/share/locale/de/LC_MESSAGES/make.mo
 /tmp/user/make-3.79/install-sh -c -m 644 /tmp/user/make-
.79/i18n//tmp/user/make-3.79/i18n/es.mo ************
 /tmp/user/jserv/share/locale/es/LC_MESSAGES/make.mo
install:  /tmp/user/make-3.79/i18n//tmp/user/make-3.79/i18n/es.mo does not
exist
*** Error code 1
make: Fatal error: Command failed for target `install-data-local'
Current working directory /tmp/user/ApacheJServ-1.1.2/i18n
*** Error code 1
make: Fatal error: Command failed for target `install-am'
Current working directory /tmp/user/ApacheJServ-1.1.2/i18n
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'
====================================================================

The line where i marked as '**********', shows the problem I think. Its
appending the directory structure twice. Can you please tell me why it is
doing so?

Thanks a lot
George Mathias

-----Original Message-----
From: Brevsville Administrator [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 18, 2000 7:18 PM
To: Java Apache Users
Subject: Re: Installation 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!!!
----------------------------------------------------------------

This one:)

But better check the FAQ and archives for your question first or everyone
gets moody :)



On Tue, 18 Jul 2000 09:34:34 -0400, Mathias, George wrote:

>----------------------------------------------------------------
>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!!!
>----------------------------------------------------------------
>
>Hello,
>
>which mailing list should I approach if I have any JServ installation
>problems?
>
>
>Thanks
>Georg
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search Archives: 
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to