php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3630 ./configure fails compiling mcal support
Submitted: 2000-02-25 19:47 UTC Modified: 2000-03-04 14:22 UTC
From: mgrphp3 at cgocable dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.15 OS: Redhat 6.0
Private report: No CVE-ID: None
 [2000-02-25 19:47 UTC] mgrphp3 at cgocable dot net
functions/php3_mcal.c: In function `make_event_object':
functions/php3_mcal.c:452: `CALATTR' undeclared (first use in this function)
functions/php3_mcal.c:452: (Each undeclared identifier is reported only once
functions/php3_mcal.c:452: for each function it appears in.)
functions/php3_mcal.c:452: `attr' undeclared (first use in this function)
functions/php3_mcal.c:506: structure has no member named `attrlist'
functions/php3_mcal.c:509: structure has no member named `attrlist'
make: *** [functions/php3_mcal.o] Error 1

Using the latest libmcal stuff from chek/sourceforge.

config line was:
./configure --with-apxs=/usr/sbin/apxs
--enable-versioning --with-msql=/usr/local/Hughes
--with pgsql=/usr/include/pgsql --with-ftp --with-zlib 
--with-xml --with-mysql
--with-mcal=/usr/src/libmcal

If I remove the mcal switch, php compiles and installs normally.







Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-29 15:49 UTC] chagenbu at cvs dot php dot net
php 3.0.15 includes attribute list support in mcal, which
you probably don't have in your version of libmcal. Upgrade
libmcal to the cvs from sourceforge, and you should be fine.

(I know that you say you're using the latest, but you must
either have a tarball instead of latest cvs, or not have
recompiled, etc...)
 [2000-03-04 14:22 UTC] mrobinso at cvs dot php dot net
After upgrading libmcal to the cvs version on sourceforge, compile problems stopped, and phpinfo() shows mcal support enabled.

Apache still segfaults badly on attempts to open a stream using the mstore drivers. A bug report accordingly with the mcal folks is still open, from Dec 99.

Closed. Thanks.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 18:00:01 2026 UTC