On Wed, Jan 04, 2006 at 09:28:24AM -0700, Brian Kosick wrote:
...
> make[4]: Entering directory
> `/var/build/edg-bali/Build/edg/edg-build/httpd.2.2.0/src/httpd-2.2.0/support'
> /var/build/edg-bali/Build/edg/edg-build/httpd.2.2.0/src/httpd-2.2.0/srclib/apr/libtool
>  --silent --mode=link gcc -g -O2 -pthread     
> -L/var/build/edg-bali/Build/edg/edg-build/openssl/build/lib   -o ab -static 
> ab.lo   -lm 
> /var/build/edg-bali/Build/edg/edg-build/httpd.2.2.0/src/httpd-2.2.0/srclib/pcre/libpcre.la
>  
> /var/build/edg-bali/Build/edg/edg-build/httpd.2.2.0/src/httpd-2.2.0/srclib/apr-util/libaprutil-1.la
>  -lgdbm -ldb-4.1 -lexpat 
> /var/build/edg-bali/Build/edg/edg-build/httpd.2.2.0/src/httpd-2.2.0/srclib/apr/libapr-1.la
>  -luuid -lrt -lcrypt -lpthread -ldl -lssl -lcrypto -L/usr/kerberos/lib 
> -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz
> /var/build/edg-bali/Build/edg/edg-build/openssl/build/lib/libcrypto.a(sha256.o)(.text+0x0):
>  In function `SHA256_Update':
> : multiple definition of `SHA256_Update'

This is a problem in APR, you can apply the following patch:

http://people.apache.org/~jorton/apr-1.2.2-random.patch

by doing:

cd srclib/apr
patch -p1 < apr-1.2.2-random.patch

and then rebuilding.

Regards,

joe

---------------------------------------------------------------------
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