From nobody@hyperreal.com Wed Apr 23 10:59:21 1997 Received: (from nobody@localhost) by hyperreal.com (8.8.4/8.8.4) id KAA13553; Wed, 23 Apr 1997 10:59:21 -0700 (PDT) Message-Id: <199704231759.KAA13553@hyperreal.com> Date: Wed, 23 Apr 1997 10:59:21 -0700 (PDT) From: Lidgate@hyperreal.com, Chris Reply-To: lidgaca@texaco.com To: apbugs@hyperreal.com Subject: linking of httpd with proxy module fails due to undefined symbol bcopy X-Send-Pr-Version: 3.2 >Number: 462 >Category: mod_proxy >Synopsis: linking of httpd with proxy module fails due to undefined symbol bcopy >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: support >Submitter-Id: apache >Arrival-Date: Wed Apr 23 11:00:01 1997 >Last-Modified: Sun Apr 27 14:00:08 PDT 1997 >Originator: lidgaca@texaco.com >Organization: >Release: 1.2b7 >Environment: Solaris 2.4 - patchlevel 101945-41 gcc 2.6.3 >Description: Under Solaris 2.4 the bcopy system routine has to be included from the Sunos compatability libraries. I modified the link step so that it was preceeded by LD_RUN_PATH=/usr/lib: ... system spec stuff ... :/usr/ucblib ; \ export LD_RUN_PATH ; \ $(CC) $(LFLAGS) -o httpd $(OBJS) $(REGLIB) $(LIBS) -L/usr/ucblib -lucb >How-To-Repeat: Compile under Solaris 2.4 with the proxy module >Fix: See above - perhaps a better way would be to remove th bcopy reference (or blanket it with #ifdefs) in proxy_ftp.c >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sun Apr 27 14:00:08 PDT 1997 State-Changed-Why: This was fixed in 1.2b8. Thanks! Dean >Unformatted: