Using several guides on the Internet to getting PHP and libgd to work together, I managed to get all the different libraries libgd uses to work, but when I try to do a make and make install after configuring PHP as follows:
I get two error messages:
1) When I run the test script it complains about not being able to find libmysql15.so. This file is in /usr/local/mysql/lib/ but the script is looking for it in /usr/local/mysql/lib/mysql/, which doesn't exist.
2) When installing PEAR, I get a Trace/BPT trap error.
Code:
./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/local/mysql --with-gd-dir=/usr/local --with-png-dir=/usr/local --with-jpeg-dir=/usr/local --with-freetype2-dir=/usr/local --with-xpm-dir=/usr/local --with-zlib-dir=/usr/local
I get two error messages:
1) When I run the test script it complains about not being able to find libmysql15.so. This file is in /usr/local/mysql/lib/ but the script is looking for it in /usr/local/mysql/lib/mysql/, which doesn't exist.
2) When installing PEAR, I get a Trace/BPT trap error.