Hey Bryan,
I tried what u said and it looked like it was going to work. The cc compile to
an extra
long time. But the gcc link errors out like this:
/usr/bin/ld : cannot open -lmysqlclient: no such file or directory
Do u c what's wrong?
Thanks
Danny
"Bryan W. Headley" wrote:
danny wrote:
Hey Now,
Well I'm getting closer. Even when I run the program myself by hand instead of
going
through apache I get this error message:
Error in loading shared libraries: libmysqlclient: cannot open shared object
file:
No such file or directory.
Anyone know how to fix this?
Add the path, /usr/local/mysql/lib/mysql (isn't that where you said
Slackware installed mysql's libraries?) to /etc/ld.so.conf, and then run
ldconfig -v (all as root)