pkgsrc-Users archive

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

Re: davical problems



On Tue, 22 Jan 2013 20:00:15 +0000
Dave Tyson <dtyson%anduin.org.uk@localhost> wrote:

> Is there anyone using pkgsrc davical under NetBSD and managing to get
> it to work correctly - or even at all!
> 
> I've just built it under NetBSD-6 and used cpan to install DBD::Pg.
> Gone through the list of things to do: created the postgres DB, added
> the php stuff and links into apache etc. But when I go to the virtual
> page for davical I just get a blank page - the access log shows code
> 200 and 0 bytes transferred and there are no errors in the error log.
> php seems fine as I can bring up a test page without any issue and
> postgres is also working OK. So after a day wasted trying all sorts
> of tricks with php_value include_path etc with no progress I thought
> I would ask here before heading over to the davical lists...

I vaguely recall seeing something like this.... but I did manage to get
davical working.  

Here's what I've added to my php.ini file... maybe this will help:

extension=pdo.so
extension=pgsql.so
extension=gettext.so
extension=pdo_pgsql.so
extension=iconv.so
extension=curl.so
extension=calendar.so


Later...

Greg Oster


Home | Main Index | Thread Index | Old Index