[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: WebDAV on Qube3
- Subject: [cobalt-users] RE: WebDAV on Qube3
- From: Gerald Braun <gbraun@xxxxxxx>
- Date: Tue May 27 06:30:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
You wrote:
>Hi Guys,
>
>Has anyone succeeded in getting WebDAV to run on a Qube3?
>
>I downloaded mod_dav-1.0.3-1.3.6.tar.gz
>
>I expanded it.
>
>I ran ./configure on it and the only problem was a warning;
>
>==================================================================
>WARNING: You have chosen to compile mod_dav with a different
> compiler than the one used to compile Apache.
>
> Current compiler: gcc
> Apache's compiler: cc
>
>This could cause some problems.
>==================================================================
>
>I ran make
>
>I ran make install
>
>All seemed fine.
>
>I fixed the line in httpd.conf;
>
>LoadModule dav_module modules/libdav.so
>
>So the module could be found, but when I restart Apache I get;
>
>[root httpd]# /etc/rc.d/init.d/httpd restart
>Shutting down Web Service:
>Setting up Web Service: Syntax error on line 63 of
>/etc/httpd/conf/httpd.conf:
>Cannot load /etc/httpd/modules/libdav.so into server:
>/etc/httpd/modules/libdav.so: undefined symbol: XML_SetElementHandler
>httpd
>[root httpd]#
>
>Is it significant that Apache was compiled with a different compiler?
>
>My goal is to set up the Qube3 as an iCal server. I have phpicalendar
>running fine ... I need a nice way to get the iCal files into the
>appropriate directory on the Qube3, hence installing WebDAV is the ideal
>solution.
>
>I didn't encounter any problems when I did same on my MacOS X iBook.
>
>Cheers, Malcolm
I don't really have any input as to your question regarding the different
compilers. However, FWIW, I have gotten webDAV to work on a Qube 2. I had
to compile a new Apache binary with mod_dav statically linked in the Apache
executable.
Gerald