While attempting to install postfix i run across the following error:
gcc-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/local/mysql/include/mysql -g -O -I. -I../../..include -DLINUX2-oerror error.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -ldb -lnsl -lresolv
In looking at this, i can't tell what is going on. This would be the first time i've attempted to setup a mail server on linux and any help would be appriciated. The script line i used was
...
'CCARGS=-DHAS_MYSQL -I/usr/local/mysql/include/mysql' \
...
gcc-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/local/mysql/include/mysql -g -O -I. -I../../..include -DLINUX2-oerror error.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -ldb -lnsl -lresolv
In looking at this, i can't tell what is going on. This would be the first time i've attempted to setup a mail server on linux and any help would be appriciated. The script line i used was
...
'CCARGS=-DHAS_MYSQL -I/usr/local/mysql/include/mysql' \
...