Re: [users@httpd] Symbol referencing errors (Solved)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> In compiling 2.0.55 on Solaris 8x86 I'm getting symbol
> referencing errors:
>
> Undefined                       first referenced
>  symbol                             in file
> ap_meets_conditions                 server/.libs/libmain.a(exports.o)
> ap_setup_client_block               server/.libs/libmain.a(exports.o)
> ap_byterange_filter                 server/.libs/libmain.a(exports.o)
> ap_mpm_run                          server/.libs/libmain.a(main.o)
> ld: fatal: Symbol referencing errors. No output written to .libs/httpd
> collect2: ld returned 1 exit status
> make[1]: *** [httpd] Error 1
> make[1]: Leaving directory
> `/export/home/jman/download/src/apache/httpd-2.0.55'
>
cat config.nice
#! /bin/sh
#
# Created by configure

CC="gcc"; export CC
CPPFLAGS="-I/export/home/jman/download/src/apache/httpd-2.0.55/include";
export CPPFLAGS
"./configure" \
"CC=gcc" \
"RM=/usr/bin/rm" \
"AWK=/usr/local/bin/awk" \
"CPPFLAGS=-I/export/home/jman/download/src/apache/httpd-2.0.55/include" \
"--prefix=/usr/local/apache3" \
"--enable-shared-mods=all" \
"$@"

RM definition ignored and needs adding to build/config_vars.mk

Make sure /usr/local/bin in $PATH before /usr/bin.

Thanks, guys.
Jon


---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux