[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] WebDAV on Qube3



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