Hello postfix-users, Saya lagi coba install postfix sesuai panduan dari Bapak Joko Wardono, S.Pd
[EMAIL PROTECTED] postfix-2.1.3]# make -f Makefile.init makefiles \ 'CCARGS=-DHAS_MYSQL -I/opt/mysql/include/mysql' \ 'AUXLIBS=-L/opt/mysql/lib/mysql -lmysqlclient -lz -lm' Setelah menjalankan sintak diatas hasil terakhir sbb : (echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp set +e; if cmp makedefs.tmp conf/makedefs.out; then rm makedefs.tmp; \ else mv makedefs.tmp conf/makedefs.out; fi >/dev/null 2>/dev/null apa yang pertama ini sudah benar kah ? [EMAIL PROTECTED] postfix-2.1.3]# make waktu make error sbb : ../../lib/libglobal.a(mail_dict.o)(.data+0xc): In function `mail_dict_init': /usr/src/redhat/mailserver/postfix/postfix-2.1.3/src/global/mail_dict.c:66: undefined reference to `dict_mysql_open' collect2: ld returned 1 exit status make: *** [error] Error 1 make: *** [update] Error 1 salah dimana ya ? 040716 11:14:48 mysqld started 040716 11:14:49 InnoDB: Started /opt/mysql/libexec/mysqld: ready for connections. Version: '4.0.17' socket: '/tmp/mysql.sock' port: 3306 [EMAIL PROTECTED] mysql]# ps -ax | grep -i mysql 17071 pts/2 S 0:00 /bin/sh /opt/mysql/bin/mysqld_safe 17094 pts/2 S 0:00 [mysqld] 17104 pts/2 S 0:00 grep -i mysql -- Best regards, ftrunbox mailto:[EMAIL PROTECTED]
