Re: Error message but I can't figure out why

xyzzy
Date: 12/09/03


Date: Tue, 9 Dec 2003 12:33:28 -0500


"michael Yanos" <easye35@telus.net> wrote in message
news:tDeBb.42730$bC.1338@clgrps13...
>
> <xyzzy> wrote in message news:nYSdnXQt2Lrr6EiiRVn-sw@comcast.com...
> >
> > "michael Yanos" <easye35@telus.net> wrote in message
> > news:wfeBb.28940$d35.18657@edtnps84...
> > > my page at http://easye35.no-ip.info
> > > has this error, why? Isn't that command part of php?
> > > I'm running redhat 9.
> > > The page worked perfect on my windows 2000 system.
> > > I'm totally lost.
> > >
> > >
> >
> > It won't work if mysql support is not built into the php install.
> > recompile php.
> >
> > ./configure --with-mysql[=/path/to/mysql/install]
>
> I'm very new to redhat, just how do I recompile php?
>
>

Well.....A little to complicated to answer here.

But basically -
Buy some Linux books.

You will need to get the source code for php from www.php.net. you probably
want PHP 4.3.4 (tar.gz)
You need to unzip it and untar it
Then read the README and INSTALL files
Run the configure script with mysql and other options.

Ofcourse if you dont have the mysql libraries on that server, you will need
to install them before any of the above. http://www.mysql.com/

You may also have to restart or even recompile Apache. . www.apache.org



Relevant Pages