In which way did you install php? I think there could be a problem with DOM. In
the requirements on the Jasig page for phpcas i found the following:
-------------------------------------------------------------
phpCAS users must have PHP compiled with the following options:
* --with-curl: CURL support, needed to access proxies.
* --with-openssl: SSL support, needed for fopen('https://...'), to validate
CAS tickets;
* --with-dom: DOM support, to read the XML responses of the CAS server
(PHP4);
* --with-zlib: Zlib support, needed by DOM.
-------------------------------------------------------------
I tried to download php manually, not installing by using yum.
But when i'm compiling with ".configure --with-curl --with-openssl --with-dom
--with-zlib " it ends with a message, which says that the command --with-dom is
unknown.
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user