[horde] phpize failed (Solved)

Roman Langolf webs at gmx.de
Sat Jun 12 08:28:41 PDT 2004


(Donnerstag, 10. Juni 2004 15:53) Roman Langolf schrieb:
> (Donnerstag, 10. Juni 2004 09:45) Roman Langolf schrieb:
> > (Mittwoch, 9. Juni 2004 23:46) Jan Schneider schrieb:
> > > Zitat von Roman Langolf <webs at gmx.de>:
> > > > (Mittwoch, 9. Juni 2004 11:10) Jan Schneider schrieb:
> > > >> Zitat von Roman Langolf <webs at gmx.de>:
> > > >> > Hi @ all!
> > > >> >
> > > >> > I installed last CVS-Version of Horde and I get error:
> > > >> >
> > > >> > Fatal error: Undefined class name 'auth' in
> > > >> > /srv/www/htdocs/web5/html/horde/config/registry.php on
> > > >> > line 60
> > > >> >
> > > >> > I'm looked for PEAR-Modul Auth. But it says:
> > > >> >
> > > >> > What's the problem?
> > > >>
> > > >> The problem is that you didn't install the framework module,
> > > >> this has nothing to do with PEAR's Auth package.
> > > >
> > > > I installed framework without any problems! I think this is
> > > > PECL-Problem!
> > >
> > > No, neither.
>
> This is a php problem with gzip...
>
> and so, I installed radius:
> http://pear.php.net/manual/en/pecl.radius.php
>
> $ pear download radius
> $ tar xvfz radius-1.2.4.tgz
> $ cd radius-1.2.4
> $ phpize
> $ ./configure
> $ make
> $ make install
>
> This one installed radius.so in Path
> /usr/share/extensions/no-debug-non-zts-20020429/radius.so
>
> I set extensions-dir on this Path
> pear config-set ext_dir \
> /usr/share/extensions/ (my path to extensions)

ok now you must edit /etc/php.ini and add folowing line:
"extension=radius.so", after adding that "php -m" should list radius

try now just "pear install --register-only radius" in your 
command-linke and it should work. :-)

best regards
Roman





More information about the horde mailing list