> -----Original Message-----
> From: Mike Badar [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 25. Oktober 2005 01:47
> To: users@httpd.apache.org
> Cc: Mike Badar
> Subject: [EMAIL PROTECTED] Solaris make errors
> 
> 
> Greetings,
> 
> I'm a new subscriber; if my questions have been previously answered,
> please direct me to the archives for the solution.
> 
> I'm running Solaris 9 on a sparc box; I'm using ksh as my shell.  I
> downloaded the 2.0.54 source and ran configure with the following
> options:
> 
> ./configure --prefix=/mp1/software/httpd-2.0.54-binary
> 
> The above command completed without errors.
> 
> My next step was to run "make"; I received the following errors:
> 
> [EMAIL PROTECTED]:/mp1/software/httpd-2.0.54-source> make
> 
> <snip>
> 
> ld: fatal: library -lgcc_s: not found
> ld: fatal: library -lgcc_s: not found
> ld: fatal: File processing errors. No output written to
> .libs/libexpat.so.0.1.0

It looks like you get an error while compiling libexpat (expat is an XML 
parsing library which is bundled with apache). I think expat is really only 
needed to compile web_dav so if you don't need that, the simplest fix might be 
to drop expat by using --without-expat. 

Otherwise, you need to fix the compilation - I'm not sure what's wrong with or 
missing from your system.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target `libexpat.la'
> Current working directory
> /mp1/software/httpd-2.0.54-source/srclib/apr-util/xml/expat/lib
> *** Error code 1
> make: Fatal error: Command failed for target `build-subdirs'
> Current working directory
> /mp1/software/httpd-2.0.54-source/srclib/apr-util/xml/expat
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory
> /mp1/software/httpd-2.0.54-source/srclib/apr-util/xml
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory
> /mp1/software/httpd-2.0.54-source/srclib/apr-util
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /mp1/software/httpd-2.0.54-source/srclib
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> [EMAIL PROTECTED]:/mp1/software/httpd-2.0.54-source>
> 
> My LIBPATH is set as follows:
> 
> [EMAIL PROTECTED]:/mp1/software/httpd-2.0.54-source> echo $LIBPATH
> /usr/lib:/lib:/usr/ccs/lib:/usr/ccs/lib/sparcv9
> 
> I am running the following version of "gcc":
> 
> [EMAIL PROTECTED]:/mp1/software/httpd-2.0.54-source> gcc -v
> Reading specs from
> /mp1/software/GNUgcc/root/usr/local/bin/../lib/gcc/sparc64-sun
> -solaris2.
> 9/3.4.4/specs
> Configured with: /var/tmp/gcc-3.4.4/configure --prefix=/usr/local
> --host=sparc64-sun-solaris2.9 --enable-threads=posix
> --with-gxx-include-dir=/usr/local/include/g++ --with-system-zlib
> --enable-shared --with-ld=/usr/ccs/bin/ld --without-gnu-ld
> Thread model: posix
> gcc version 3.4.4
> [EMAIL PROTECTED]:/mp1/software/httpd-2.0.54-source>
> 
> Did I miss a flag when running "configure"?  Do I need to download
> supplemental libraries?  I have run out of ideas.  Any help would be
> greatly appreciated.
> 
> Mike Badar
> ESRI-Denver
> 1 International Court
> Broomfield, CO  80021-3200
> 303-449-7779
> [EMAIL PROTECTED]
> www.esri.com
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to