Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Compiling Apache 2.2.11 binaries for 64 bit on Solaris 10 |
|
Author |
|
prav27
Joined: 03 Feb 2009 Posts: 1
|
Posted: Tue 03 Feb '09 0:29 Post subject: Compiling Apache 2.2.11 binaries for 64 bit on Solaris 10 |
|
|
Has anyone compiled 64 bit version of Apache 2.2.11. I'm trying do that on a solaris machine and having some issue . I get error like :"
/bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -DSSL_EXPERIMENTAL_ENGINE -o libexpat.la -rpath
/local/apache22build_64/apache22_64/lib xmlparse.lo xmltok.lo xmlrole.lo
gcc -shared -Wl,-h -Wl,libexpat.so.0 -o .libs/libexpat.so.0.1.0 .libs/xmlparse.o .libs/xmltok.o .libs/xml
role.o -lc
ld: fatal: file .libs/xmlparse.o: wrong ELF class: ELFCLASS64
ld: fatal: File processing errors. No output written to .libs/libexpat.so.0.1.0
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `libexpat.la'
Current working directory /local/apache22build_64/httpd-2.2.11/srclib/apr-util/xml/expat/lib
*** Error code 1
The following command caused the error:
list='lib'; \
for dir in $list; do \
cd $dir; make; cd ..; \
done |
|
Back to top |
|
|
|
|
|
|