Greetings:
I'm trying to build php 4.3.4 under Solaris 9. I installed MySQL as a
package, so it is not in /usr/local (it's in /opt/sfw/mysql). I run
configure like this:
./configure --with-mysql=/opt/sfw/mysql --with-apache=../../apache/apache_1.3.29
and get no errors, but when I do the make, the last thing that runs is libtool
and terminates with this error:
gcc: /opt/sfw/mysql/lib/mysql/.libs/libmysqlclient.so: No such file or directory
I don't know where it is getting that extra ".libs" in the path, because
there is a libmysqlclient.so in "/opt/sfw/mysql/lib/mysql". Any idea why
the make is putting that extra directory in the path and what I should do
about it? I suppose I could symlink it, but that seems a bit kludgy. TIA...
Jim McCullars