This is a discussion on What are "libsvn_repos-1", "mod_dav_svn"? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello, I pkgadd apache package apache-2.0.55-sol10-x86-local successfully on Solaris 10, but can't start ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I pkgadd apache package apache-2.0.55-sol10-x86-local successfully on Solaris 10, but can't start it. The error message mentioned above shows as below: # /usr/local/apache2/bin/apachectl start Syntax error on line 269 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: ld.so.1: /usr/local/apache2/bin/httpd: fatal: libsvn_repos-1.so.0: open failed: No such file or directory # I've installed the dependent software components including apr, aprutil, expat, gdbm, berkeley db, openssl which list in sunfreeware.com. Where can I get the "libsvn_repos-1" and "mod_dav_svn" things for x86/Solaris 10? I myself don't find it via google search engine. Sincerely, lovecreatesbeauty |
|
|||
|
On Tue, 07 Feb 2006 20:09:05 -0800, lovecreatesbeauty wrote:
> Hello, > > I pkgadd apache package apache-2.0.55-sol10-x86-local successfully on > Solaris 10, but can't start it. > > The error message mentioned above shows as below: > > # /usr/local/apache2/bin/apachectl start > Syntax error on line 269 of /usr/local/apache2/conf/httpd.conf: > Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: > ld.so.1: /usr/local/apache2/bin/httpd: fatal: libsvn_repos-1.so.0: open > > failed: No such file or directory > # > > I've installed the dependent software components including apr, > aprutil, expat, gdbm, berkeley db, openssl which list in > sunfreeware.com. > > Where can I get the "libsvn_repos-1" and "mod_dav_svn" things for > x86/Solaris 10? I myself don't find it via google search engine. > > Sincerely, > > lovecreatesbeauty It's subversion support. As a start, comment it out of httpd.conf. Steve |
|
|||
|
Thank you, Steve.
I comment two lines related to 'svn', it works now. By the way, the default user in the apache httpd.conf has the same name with you :- ) Steve wrote: > > It's subversion support. As a start, comment it out of httpd.conf. > > Steve |
|
|||
|
On Tue, 07 Feb 2006 20:47:17 -0800, lovecreatesbeauty wrote:
> Thank you, Steve. > > I comment two lines related to 'svn', it works now. > > By the way, the default user in the apache httpd.conf has the same name > with you :- ) > Fame at last (: |