MCAL-Support

Hallo NG,

ich habe hier das Problem, dass ich unter einem RH8 kein PHP4.3.11 mit
MCAL-Unterstützung compiliert bekomme.

[root [at] mail php-4.3.11]# rpm -aq |grep mcal
libmcal-0.7-2
libmcal-devel-0.7-2


../configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
--with-gettext --with-xml --enable-ftp --with-imap=/usr/src/imap-2004d/
--with-zlib --with-dom --with-mcal

[...]

checking for MCAL support... yes
configure: error: Unable to locate your libmcal library files -
libmcal.a should be in the directory you specify or in the lib/
subdirectory below it - default search location is /usr/local

[root [at] mail usr]# find /usr -name libmcal.a
[root [at] mail usr]#


anschliessend habe ich versucht, libmcal selbst zu compilieren. Aber
leider schlägt auch das fehl:

[root [at] mail libmcal]# make
gcc -O0 -Wall -g -Iicap -Imstore -I. -c -o lex.ical_yy.o
lex.ical_yy.c
icalscanner.lex: In function `ical_usebuf':
icalscanner.lex:39: `INITIAL' undeclared (first use in this function)
icalscanner.lex:39: (Each undeclared identifier is reported only once
icalscanner.lex:39: for each function it appears in.)
make: *** [lex.ical_yy.o] Error 1

Bin ziemlich ratlos... hat jemand eine Idee?

--
Gruß,
Jörn
Joern Bredereck [ Mi, 15 Juni 2005 16:51 ] [ ID #839090 ]
PHP » de.comp.lang.php.installation » MCAL-Support

Vorheriges Thema: Problem mit IIS 5.0 5.0 build 2195 und PHP 4.3.8
Nächstes Thema: Re: Pear Problem