>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 (Apache HTTP Project)
>State:          open
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Wed Apr 23 11:00:01 1997
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>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:
>Unformatted:


Reply via email to