[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] php4 install problems -HERE"S The Answer!



After searching for a couple of days, I've found the document that shows how
to do it.

http://list.cobalt.com/pipermail/cobalt-users/2000-June/013519.html

P.S.
I just got my first Cobalt box this week, and I like it, but Cobalt is
SEVERELY lacking on the support/documentation side!

Sorry, I had to vent....


----- Original Message -----
From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, August 30, 2000 10:30 PM
Subject: Re: [cobalt-users] php4 install problems


> James Spahr <james@xxxxxxxxxxxxxxx> wrote:
> > checking for Apache module support via DSO through APXS...
> > ./configure: apxs: command not found
> > configure: error: Sorry, I cannot run apxs. Either you need to install
Perl
> > or y
> > ou need to pass the absolute path of apxs by using
> > --with-apxs=/absolute/path/to
> > /apxs
> >
> > I thought this was going to be a problem. Using:
> >
> > $ find / apxs
> > yields no results ... (its not at /usr/sbin/apxs either)
>
> Try "locate apxs".  Should be at /usr/sbin/apxs.  When you did "ls -l
> /usr/sbin/apxs" what did it show?  And change the line:
>
> $CFG_SBINDIR       = '/usr/bin'
>
> to:
>
> $CFG_SBINDIR       = '/usr/sbin'
>
> If you don't have apxs you will need to get it and install it.
>
> > I can run ./configure with no flags just fine -> but that looks like
I'll
> > get the cgi version (I'd prefer the dynamic module ...)
>
> That's correct.
>
> --
> Steven Werby {steven-lists@xxxxxxxxxxxx}
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>