This is a discussion on Apache 2.0.53 cannot make within the Linux Web Servers forums, part of the Web Server and Related Forums category; I have tried just about everything excluding a Kitchen Sink.. I am compiling apache 2.0.54 and I am ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have tried just about everything excluding a Kitchen Sink..
I am compiling apache 2.0.54 and I am getting issues like below:: Solaris 9 64bit install ./config runs fine.. On the MAKE I get the following:::::::::::: ap_coredump_dir server/mpm/prefork/.libs/libprefork.a(prefork.o) ap_pass_brigade modules/filters/.libs/mod_include.a(mod_include.o) ld: fatal: Symbol referencing errors. No output written to httpd collect2: ld returned 1 exit status make[1]: *** [httpd] Error 1 make[1]: Leaving directory `/opt/httpd-2.0.54' make: *** [all-recursive] Error 1 ------------------------- I am using GCC 3.4.2 Libiconv 1.8 Flex 2.5.31 Automake 1.9 Autoconf 2.59 Coreutils 4.5.4 DB-4.2.53.NC Expat 1.95.5 Openssl 0.97g ../configure -prefix=/opt/apache2.0.54 --enable-ssl=shared --enable-so --enable-ssl --with-ssl=/usr/local/ssl --enable-info ---- What should my LD_LIBRARY_Path look like What should my Path look like I don't think the LD or the Path is the issue.. but I have tried everything I can think of.. there has been no diff.. ?? Help |