make install fails for subversion

From: Lou Katz (lou_at_metron.com)
Date: 12/31/03

  • Next message: Andrew L. Gould: "Re: Mounting CDROM as user under 5.x"
    Date: Wed, 31 Dec 2003 01:02:27 -0800
    To: freebsd-questions@freebsd.org
    
    

    The make runs ok
    The make install chugs along until:

            chmod 755 /usr/local/libexec/apache2/mod_authz_svn.so
            [activating module `authz_svn' in /usr/local/etc/apache2/httpd.conf]
            subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt
            /usr/libexec/ld-elf.so.1: /usr/local/lib/libapr-0.so.9: Undefined symbol "pthread_mutex_init"
            *** Error code 1

            Stop in /work/local1/ports/devel/subversion/work/subversion-0.32.1.
            *** Error code 1

            Stop in /work/local1/ports/devel/subversion.

    I have checked, and there is libpthread.so.20 in /usr/local/lib/pth which I have linked
    up into /usr/local/lib, and it has the symbol "pthread_mutex_init".

    -=[L]=-
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Andrew L. Gould: "Re: Mounting CDROM as user under 5.x"