Hi,
I figured, that instead of running "build.sh" it is assumed that I run
configure/make/make install.
The manual might use an update though, cause for a newbie its not
crystal clear.
fels# ./configure --with-mysql
This is dbmail's GNU configure script.
It's going to run a bunch of strange tests to hopefully
make your compile work without much twiddling.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for ranlib... ranlib
checking for mysql.h... /usr/local/include/mysql/mysql.h
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for mysql_real_connect in -lmysqlclient... no
configure: error:
Unable to link against mysqlclient. It appears you are missing the
development libraries or they aren't in your linker's path
I have the following mysql server and client installed. pkg_info result:
mysql-client-4.0.18_1 Multithreaded SQL database (client)
mysql-server-4.0.18_1 Multithreaded SQL database (server)
What do I do now?
JK