Discussion:
[PHP-INSTALL] phpize calendar
Robert Everson
2008-09-30 18:48:00 UTC
Permalink
Is it possible to phpize the calendar module? I've downloaded the
5.2.6 source, cd into ext/calendar, and run the following commands:

phpize
make
sudo make install

I then went into the php.ini file and added extension=calendar.so

I also commented out the extension_dir directive, as well as setting
it to the full path of where the calendar.so is located '/usr/lib/php/
extensions/no-debug-non-zts-20060613'

I am running this on a Mac OS X Server 10.5.5 with Apache2 running.

Is there something I am missing?

Thanks,
Robert Everson
Andre Hübner
2008-09-30 19:31:03 UTC
Permalink
no ./configure after phpize ?
something in errorlog?
should work if your running php is also in version 5.2.6
webserver restartet/reloaded?

Andre



----- Original Message -----
From: "Robert Everson" <***@reverson.net>
To: <php-***@lists.php.net>
Sent: Tuesday, September 30, 2008 8:48 PM
Subject: [PHP-INSTALL] phpize calendar
Post by Robert Everson
Is it possible to phpize the calendar module? I've downloaded the
phpize
make
sudo make install
I then went into the php.ini file and added extension=calendar.so
I also commented out the extension_dir directive, as well as setting
it to the full path of where the calendar.so is located '/usr/lib/php/
extensions/no-debug-non-zts-20060613'
I am running this on a Mac OS X Server 10.5.5 with Apache2 running.
Is there something I am missing?
Thanks,
Robert Everson
Loading...