faqts : Computers : Programming : Languages : PHP : Installation and Setup : Web Servers : Apache

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

24 of 89 people (27%) answered Yes
Recently 1 of 10 people (10%) answered Yes

Entry

How do I setup PHP 4.0 with Apache 1.3.12 and MySql 3.22.32 (latest versions of all)?

Jan 22nd, 2003 20:57
David Greenberg, Woody Woodward, Mike Hill,


Well, in general, this question is too broad to answer with a brief 
response.  Try coming up with a specific question or challenge.  What 
was the specific problem you encountered?

Try this on RedHat Linux 6.2

     LD_LIBRARY_PATH=/path/to/mysql/lib/mysql
     export LD_LIBRARY_PATH

If it works add it to your .bashrc file, or whichever shell you use.