Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 17721 invoked from network); 29 Sep 2009 10:52:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 10:52:48 -0000 Received: (qmail 16776 invoked by uid 500); 29 Sep 2009 10:52:45 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 16747 invoked by uid 500); 29 Sep 2009 10:52:45 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 16738 invoked by uid 99); 29 Sep 2009 10:52:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 10:52:45 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [212.84.189.133] (HELO penguin.dnsmaster.net) (212.84.189.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 10:52:34 +0000 Received: (qmail 27795 invoked by uid 89); 29 Sep 2009 10:52:10 -0000 Received: by simscan 1.3.1 ppid: 27790, pid: 27791, t: 1.0286s scanners: clamav: 0.95.2 /m: 51/d:9634 spam: 3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on penguin.dnsmaster.net X-Spam-Level: Received: from unknown (HELO DFQ9QR2J) (87.84.237.78) by 0 with SMTP; 29 Sep 2009 10:52:09 -0000 From: "Darren Strachan" To: Date: Tue, 29 Sep 2009 11:52:43 +0100 Message-ID: <2822C726B2524760A5DE9A712678D20C@xoomworks.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_032B_01CA40FB.5AB71F80" X-Mailer: Microsoft Office Outlook 11 thread-index: AcpA8vjR0lLypBHISUGye55xGBMmiA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.3 required=10.0 tests=AWL,BAYES_20,HTML_MESSAGE, RDNS_NONE autolearn=no version=3.2.5 Subject: [users@httpd] Apache 2.0.63 build on Solaris / Binary Distributions ------=_NextPart_000_032B_01CA40FB.5AB71F80 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Dear All, I would be grateful for any assistance with the following: 1) I have downloaded the 2.0.63 source onto a Solaris 10 box and have successfully run the first installation step - "configure -prefix ". When I run step two - "make", it chugs away merrily building things for a while but eventually comes back with an error. The error stack is at the bottom of the mail but in essence it is having a problem building a library called "libexpat.la". I am assuming that there is some kind of problem with the operating system environment but have no idea what this is.. I am using a gcc version 3.4.3 and the "make" command that lives under "/usr/ccs/bin" on Solaris. Is there anything else I need to have in my PATH or something else with the environment that might be missing? 2) If question 1 can't be solved I am wondering where I can just get hold of a Solaris binary distribution please? The download mirrors only seem to provide links to source distributions for Unix platforms.. Many thanks in advance, Darren Making all in uri Making all in xml Making all in expat /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /data/ariba/apache/lib xmlparse.lo xmltok.lo xmlrole.lo rm -fr .libs/libexpat.so .libs/libexpat.so.0 .libs/libexpat.so.0.1.0 gcc -shared -Wl,-h -Wl,libexpat.so.0 -o .libs/libexpat.so.0.1.0 .libs/xmlparse. o .libs/xmltok.o .libs/xmlrole.o -lc (cd .libs && rm -f libexpat.so.0 && ln -s libexpat.so.0.1.0 libexpat.so.0) (cd .libs && rm -f libexpat.so && ln -s libexpat.so.0.1.0 libexpat.so) false cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o *** Error code 1 *** Error code 1 The following command caused the error: list='lib'; \ for dir in $list; do \ cd $dir; make; cd ..; \ done *** Error code 1 The following command caused the error: otarget=`echo all-recursive | sed s/-recursive//`; \ list='expat'; \ for i in $list; do \ Darren Strachan Managing Consultant Xoomworks Limited darren.strachan@xoomworks.com www.xoomworks.com +44 (0)7813 086010 Please note that Xoomworks have moved offices. Our new address is Dunstan House, 14a St Cross Street, London EC1N 8XA, telephone number 020 7400 6120 Xoomworks is a professional services company that specialises in Purchasing and Finance solutions. We have an impressive record of delivering successful projects and services to blue-chip and public-sector clients, via our unique GranularT Project Methodology. Xoomworks provides consulting, systems integration, managed services and business process outsourcing to many of the FTSE 100 companies. The information in this email is confidential. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. ------=_NextPart_000_032B_01CA40FB.5AB71F80 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

Dear All,

 

I would be grateful for any assistance with the = following:

 

1)       = I have downloaded the 2.0.63 source onto a Solaris 10 box and have successfully = run the first installation step – “configure –prefix = <install dir>”.  When I run step two – “make”, it = chugs away merrily building things for a while but eventually comes back with an = error.  The error stack is at the bottom of the mail but in essence it is having a = problem building a library called “libexpat.la”.  I am assuming that there is some kind of problem with the = operating system environment but have no idea what this is….  I am using a gcc = version 3.4.3 and the “make” command that lives under = “/usr/ccs/bin” on Solaris.  Is there anything else I need to have in my PATH or = something else with the environment that might be missing?

 

2)       = If question 1 can’t be solved I am wondering where I can just get hold of a = Solaris binary distribution please?  The download mirrors only seem to = provide links to source distributions for Unix = platforms….

 

Many thanks in advance,


Darren

 

Making all in = uri

Making all in = xml

Making all in = expat

/bin/bash ../libtool --mode=3Dlink  gcc = -version-info 1:0:1 -g -O2  -o libexpat.la

 -rpath /data/ariba/apache/lib  = xmlparse.lo xmltok.lo xmlrole.lo

rm -fr  .libs/libexpat.so = .libs/libexpat.so.0 .libs/libexpat.so.0.1.0

gcc -shared -Wl,-h -Wl,libexpat.so.0 -o .libs/libexpat.so.0.1.0  = .libs/xmlparse.

o .libs/xmltok.o .libs/xmlrole.o  = -lc

(cd .libs && rm -f libexpat.so.0 = && ln -s libexpat.so.0.1.0 libexpat.so.0)

(cd .libs && rm -f libexpat.so = && ln -s libexpat.so.0.1.0 libexpat.so)

false cru .libs/libexpat.a  xmlparse.o = xmltok.o xmlrole.o

*** Error code 1

*** Error code 1

The following command caused the = error:

list=3D'lib'; \

for dir in $list; do = \

  cd $dir; make; cd ..; = \

done

*** Error code 1

The following command caused the = error:

otarget=3D`echo all-recursive | sed = s/-recursive//`; \

list=3D'expat'; = \

for i in $list; do = \

 

Darren = Strachan

Managing = Consultant

Xoomworks = Limited

darren.strachan@xoomworks.com<= o:p>

www.xoomworks.com=

+44 (0)7813 = 086010

 <= /span>

Please note that Xoomworks have moved offices. Our new address is Dunstan House, 14a = St Cross Street, = London EC1N 8XA, = telephone number 020 7400 6120

=

Xoomworks is a professional services = company that specialises in Purchasing and Finance solutions. We have an impressive = record of delivering successful projects and services to blue-chip and = public-sector clients, via our unique GranularT Project Methodology. Xoomworks = provides consulting, systems integration, managed services and business process outsourcing to many of the FTSE 100 companies.

=

The information in this email is confidential. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you = are not the intended recipient, any disclosure, copying, distribution or any = action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful.

 

------=_NextPart_000_032B_01CA40FB.5AB71F80--