[horde] Setup first install of horde

Harold Worby h.worby at kinsey.com
Mon Nov 19 15:44:33 PST 2001


OK.. I recompiled PHP4.0.6 on RH6.2 with:
rm *.cache
./configure \
 --with-apxs=/usr/local/apache/bin/apxs \
 --with-config-file-path=/usr/local/apache/conf \
 --enable-versioning \
 --with-mysql=/usr/local \
 --enable-ftp \
 --with-gd=/usr/local/gd1.3 \
 --enable-bcmath \
 --disable-debug \
 --enable-memory-limit=yes \
 --enable-track-vars \
 --with-imap=/usr/local \
 --with-sybase=/usr/local/freetds \
 --with-get-text
make
make install

I have a similar setup on Solaris 2.7(Sparc).
Tried the recompile and install there with the same results.

Any more ideas?

Harold
> -----Original Message-----
> From: Brent J. Nordquist [mailto:bjn at horde.org]
> Sent: Sunday, November 18, 2001 5:23 AM
> To: horde at lists.horde.org
> Subject: Re: [horde] Setup first install of horde
>
>
> On Sun, 18 Nov 2001, Harold Worby <h.worby at kinsey.com> wrote:
>
> > Fatal error: Call to undefined function: _() in
> > /usr/local/apache/htdocs/dev/horde-2.0-RC1/config/registry.php
> on line 27
> >
> > 2. ??? _("Horde") ??? what's this?
> > Is _() intended to be a function referance, or what.
>
> Yes... just a conveniently short one.  :-)  That's gettext; your PHP needs
> to be compiled --with-gettext.
>
> > $this->applications['horde'] = array(
> >     'fileroot' => dirname(__FILE__) . '/..',
> >     'webroot' => '/horde',
> >
> > where the above block of code defines an array with 'fileroot',
> > 'webroot',... as subcripts and
> 'irname(__FILE__)/..','/horde',... are the
> > values?
>
> Right; this is array subscripting.
>
> > such that:
> > $x = $this->applications['horde']['webroot']
> > yeilds
> > $x = '/horde'
>
> You've got it.
>
> --
> Brent J. Nordquist <bjn at horde.org> N0BJN       / OPN: #horde
> Yahoo!: Brent_Nordquist / AIM: BrentJNordquist / ICQ: 76158942
>
>
>
> --
> Horde mailing list: http://horde.org/horde/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
>





More information about the horde mailing list