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

Re: [cobalt-users] php4 install problems



on 8/29/00 9:55 PM, Steven Werby at steven-lists@xxxxxxxxxxxx wrote:

> <snip>
>> checking whether ln -s works... yes
>> checking for flex... no
> </snip>
>> any ideas how to get php4 to compile on a cube2? (and yes I searched through
>> the archives)
> 
> Looks like you need to install flex.  If it's not on the Cobalt FTP site you
> can
> grab the source code somewhere else (use google.com to search for it) - it's a
> simple install.  At some point I installed flex-2.5.4a.tar.gz on my RaQ2s.  If
> you can't find it anywhere email me off-list.

got it - installed it - thanks. now:

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)

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 ...)

Netcraft reports (http://www.netcraft.com/whats/?host=spahr.org ) the cube 2
is running "Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux) PHP/3.0.7" - Apache
1.3.x supports dynamic modules - right?

Sorry for all the hand holding - I'm a bit green at all this ...

James.