You should really install the latest version of Apache and PHP (versions
1.3.20 and 4.0.6 respectively).
But, in the meantime, you can either add the MySQL 'library' directory to
your LDPATH (library search path), or simply 'link' the necessary MySQL file
to "/usr/lib" (which is the 'standard' system library area):
cd /usr/lib
ln -s /usr/local/mysql/lib/mysql/libmysqlclient.so.4
You should check YOUR system to see if that's the correct directory and
filename for your version of MySQL (you might have to do a 'find' on /usr to
locate it...)
jk wrote:
> Greetings,
>
> I am a new Redhat Linux (7, publisher's edition) user, so please be clear
> when giving instructions or
> advice. I am trying to set up an Apache server (ver 1.3.12) with MySQL
> (3.22.32) and php(4.0.0) support.
>
> MySQL and Apache are installed and working, but I am having a lot of
> trouble getting php to find the files it needs in the mySQL
> directory. Has anyone had this problem before- and if so, how can I fix
> it? The debug.log file is attached to this message (I hope- it's my first
> PINE message with an attachment) The configure command that generated the
> errors comes directly from a book named PHP fast & easy web development
> that includes a CD ROM with the software. It was written by Julie
> C. Meloni.
>
> Any help anyone can give me would be greatly appreciated- I need to switch
> over from Microsoft ASP to PHP within the next 24 hours, so time is of the
> essence!
>
> Thank you,
>
> Jesse Krenzelok
>
> ------------------------------------------------------------------------
> Name: debug.log
> debug.log Type: Plain Text (TEXT/PLAIN)
> Encoding: BASE64
>
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]