mac yosemite apache server symbol not foundWhy is Mac OS X 10.6 using /usr/lib to start Apache when I...

Do infinite dimensional systems make sense?

How is it possible to have an ability score that is less than 3?

Modeling an IP Address

Do I have a twin with permutated remainders?

Is it possible to run Internet Explorer on OS X El Capitan?

What defenses are there against being summoned by the Gate spell?

How to format long polynomial?

Can the number of solutions to a system of PDEs be bounded using the characteristic variety?

meaning of に in 本当に?

DC-DC converter from low voltage at high current, to high voltage at low current

Uncaught TypeError: 'set' on proxy: trap returned falsish for property Name

Can a vampire attack twice with their claws using multiattack?

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Alternative to sending password over mail?

Arrow those variables!

Java Casting: Java 11 throws LambdaConversionException while 1.8 does not

Roll the carpet

Replacing matching entries in one column of a file by another column from a different file

Why is 150k or 200k jobs considered good when there's 300k+ births a month?

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

What is the word for reserving something for yourself before others do?

Why are electrically insulating heatsinks so rare? Is it just cost?

A case of the sniffles

What does the "remote control" for a QF-4 look like?



mac yosemite apache server symbol not found


Why is Mac OS X 10.6 using /usr/lib to start Apache when I compiled PHP using /opt/local/lib?Apache can't load dbi module in mac os xCan't Start Apache on on Snow Leopard. “libphp5.so requires version 13.0.0 or later, but libjpeg.8.dylib provides version 9.0.0”Solaris 10, When trying to run apache: ld.so.1: httpd: fatal relocation errorSyntax Error on Apache 2.2.25 updateOS X: Elasticsearch+Logstash+Kibana with Apache 2.4 (mod_proxy_http) from HomebrewMultiple apache server on Mac OS X. How to remove extra server?Unable to run APACHE server on my mac on XAMPPApache2's SVN module not working after upgradePermission Denied error while starting httpd service






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I'm trying to set up a subversion server using apache on a server running mac OS yosemite 10.10.5.



i have been following this tutorial:
https://sites.google.com/site/dwhipp/tutorials/configuring-subversion



When running a test to ensure that apache is setup correctly before i reset the server



sudo apachectl -t


i get an error saying that a module doesnt exist



httpd: Syntax error on line 541 of /private/etc/apache/httpd.conf: syntax error on line 1 of 
/private/etc/apache2/extra/httpd-svn.conf: cannot load libexec/apache2/mod_dav_svn.so into
server: dlopen)/usr/libexec/apache2/mod_dav_svn.so, 10): symbol not found: _ap_log_perrorn
Referenced from: /usr/libexec/apache2/mod_dav_svn.son Expected in: flat namespacen in
/usr/libexec/apache2/mod_dav_svn.so


however the file does exist in that path



ls -la /usr/libexec/apache2/ | grep mod_dav_svn
-rwxr-x-x+ 1 root wheel 174244 19 Mar 08:41 mod_dav_svn.so


any help would be greatly appreciated,
thank you



edit:
i just removed the mod_dav_svn.so and mod_authz_svn.so files from libexec/apache2/ then recompiled the right version of subversion from source (1.11.1) then took the shared libraries from the compiled source of subversion and put them back into /libexec/apache2/. I know get a slightly different error as below outlined by 'here':



httpd: Syntax error on line 541 of /private/etc/apache/httpd.conf: syntax error on line 1 of 
/private/etc/apache2/extra/httpd-svn.conf: cannot load libexec/apache2/mod_dav_svn.so into
server: dlopen)/usr/libexec/apache2/mod_dav_svn.so, 10): symbol not found:

_dav_do_find_livepropn <----here

Referenced from: /usr/libexec/apache2/mod_dav_svn.son Expected in: flat namespacen in
/usr/libexec/apache2/mod_dav_svn.so









share|improve this question









New contributor




Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I'm trying to set up a subversion server using apache on a server running mac OS yosemite 10.10.5.



    i have been following this tutorial:
    https://sites.google.com/site/dwhipp/tutorials/configuring-subversion



    When running a test to ensure that apache is setup correctly before i reset the server



    sudo apachectl -t


    i get an error saying that a module doesnt exist



    httpd: Syntax error on line 541 of /private/etc/apache/httpd.conf: syntax error on line 1 of 
    /private/etc/apache2/extra/httpd-svn.conf: cannot load libexec/apache2/mod_dav_svn.so into
    server: dlopen)/usr/libexec/apache2/mod_dav_svn.so, 10): symbol not found: _ap_log_perrorn
    Referenced from: /usr/libexec/apache2/mod_dav_svn.son Expected in: flat namespacen in
    /usr/libexec/apache2/mod_dav_svn.so


    however the file does exist in that path



    ls -la /usr/libexec/apache2/ | grep mod_dav_svn
    -rwxr-x-x+ 1 root wheel 174244 19 Mar 08:41 mod_dav_svn.so


    any help would be greatly appreciated,
    thank you



    edit:
    i just removed the mod_dav_svn.so and mod_authz_svn.so files from libexec/apache2/ then recompiled the right version of subversion from source (1.11.1) then took the shared libraries from the compiled source of subversion and put them back into /libexec/apache2/. I know get a slightly different error as below outlined by 'here':



    httpd: Syntax error on line 541 of /private/etc/apache/httpd.conf: syntax error on line 1 of 
    /private/etc/apache2/extra/httpd-svn.conf: cannot load libexec/apache2/mod_dav_svn.so into
    server: dlopen)/usr/libexec/apache2/mod_dav_svn.so, 10): symbol not found:

    _dav_do_find_livepropn <----here

    Referenced from: /usr/libexec/apache2/mod_dav_svn.son Expected in: flat namespacen in
    /usr/libexec/apache2/mod_dav_svn.so









    share|improve this question









    New contributor




    Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I'm trying to set up a subversion server using apache on a server running mac OS yosemite 10.10.5.



      i have been following this tutorial:
      https://sites.google.com/site/dwhipp/tutorials/configuring-subversion



      When running a test to ensure that apache is setup correctly before i reset the server



      sudo apachectl -t


      i get an error saying that a module doesnt exist



      httpd: Syntax error on line 541 of /private/etc/apache/httpd.conf: syntax error on line 1 of 
      /private/etc/apache2/extra/httpd-svn.conf: cannot load libexec/apache2/mod_dav_svn.so into
      server: dlopen)/usr/libexec/apache2/mod_dav_svn.so, 10): symbol not found: _ap_log_perrorn
      Referenced from: /usr/libexec/apache2/mod_dav_svn.son Expected in: flat namespacen in
      /usr/libexec/apache2/mod_dav_svn.so


      however the file does exist in that path



      ls -la /usr/libexec/apache2/ | grep mod_dav_svn
      -rwxr-x-x+ 1 root wheel 174244 19 Mar 08:41 mod_dav_svn.so


      any help would be greatly appreciated,
      thank you



      edit:
      i just removed the mod_dav_svn.so and mod_authz_svn.so files from libexec/apache2/ then recompiled the right version of subversion from source (1.11.1) then took the shared libraries from the compiled source of subversion and put them back into /libexec/apache2/. I know get a slightly different error as below outlined by 'here':



      httpd: Syntax error on line 541 of /private/etc/apache/httpd.conf: syntax error on line 1 of 
      /private/etc/apache2/extra/httpd-svn.conf: cannot load libexec/apache2/mod_dav_svn.so into
      server: dlopen)/usr/libexec/apache2/mod_dav_svn.so, 10): symbol not found:

      _dav_do_find_livepropn <----here

      Referenced from: /usr/libexec/apache2/mod_dav_svn.son Expected in: flat namespacen in
      /usr/libexec/apache2/mod_dav_svn.so









      share|improve this question









      New contributor




      Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm trying to set up a subversion server using apache on a server running mac OS yosemite 10.10.5.



      i have been following this tutorial:
      https://sites.google.com/site/dwhipp/tutorials/configuring-subversion



      When running a test to ensure that apache is setup correctly before i reset the server



      sudo apachectl -t


      i get an error saying that a module doesnt exist



      httpd: Syntax error on line 541 of /private/etc/apache/httpd.conf: syntax error on line 1 of 
      /private/etc/apache2/extra/httpd-svn.conf: cannot load libexec/apache2/mod_dav_svn.so into
      server: dlopen)/usr/libexec/apache2/mod_dav_svn.so, 10): symbol not found: _ap_log_perrorn
      Referenced from: /usr/libexec/apache2/mod_dav_svn.son Expected in: flat namespacen in
      /usr/libexec/apache2/mod_dav_svn.so


      however the file does exist in that path



      ls -la /usr/libexec/apache2/ | grep mod_dav_svn
      -rwxr-x-x+ 1 root wheel 174244 19 Mar 08:41 mod_dav_svn.so


      any help would be greatly appreciated,
      thank you



      edit:
      i just removed the mod_dav_svn.so and mod_authz_svn.so files from libexec/apache2/ then recompiled the right version of subversion from source (1.11.1) then took the shared libraries from the compiled source of subversion and put them back into /libexec/apache2/. I know get a slightly different error as below outlined by 'here':



      httpd: Syntax error on line 541 of /private/etc/apache/httpd.conf: syntax error on line 1 of 
      /private/etc/apache2/extra/httpd-svn.conf: cannot load libexec/apache2/mod_dav_svn.so into
      server: dlopen)/usr/libexec/apache2/mod_dav_svn.so, 10): symbol not found:

      _dav_do_find_livepropn <----here

      Referenced from: /usr/libexec/apache2/mod_dav_svn.son Expected in: flat namespacen in
      /usr/libexec/apache2/mod_dav_svn.so






      apache-http-server svn osx-yosemite






      share|improve this question









      New contributor




      Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 15 hours ago







      Tokens94













      New contributor




      Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 15 hours ago









      Tokens94Tokens94

      11




      11




      New contributor




      Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Tokens94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Tokens94 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421670%2fmac-yosemite-apache-server-symbol-not-found%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Tokens94 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Tokens94 is a new contributor. Be nice, and check out our Code of Conduct.













          Tokens94 is a new contributor. Be nice, and check out our Code of Conduct.












          Tokens94 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421670%2fmac-yosemite-apache-server-symbol-not-found%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

          Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

          Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...