On Feb 12, 2011, at 7:57 PM, Peter Ivanov wrote:
ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/ libmysqlclient.so.15
solved my problem is this file link permanent?
The fact you have to do that link indicates a deeper issue; did you run the ldd line first, and can you post that output?
I found this workaround with Google: http://www.google.com/#sclient=psy&hl=en&q=%22PHP+Startup:+Unable+to...
(That's the full error message text PHP was spitting out).
First hit (an old Fedora bug): https://bugzilla.redhat.com/show_bug.cgi?id=176353
This has the workaround, but this is caused by something else going on.
In any case, glad that worked, but you really do need to dig a little deeper and see why it did what it did, as the underlying reason is going to come back and bite you otherwise....