eh temen-temen tolongin dong,aku coba install postfix yang dikonfigurasi sm
MySQL,tapi kok ya error. Errornya pas make sm make install.(log errornya aku
kasih di attachment).
aku coba manual dari :
http://postfix.wiki.xs4all.nl/index.php?title=Virtual_Users_and_Domains_with_Courier-IMAP_and_MySQL
tabel-tabel di MySQL dicreate dulu baru Postfixnya diinstall.Tapi masih
error dan aku jadi bingung. Tolong di share ya yg pada expert-expert...bwt TA
ne..hiks
Mohon bimbingannya.
Terima kasih
Yunita
---------------------------------
Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.
----------
[EMAIL PROTECTED] postfix-2.3.7]# make
set -e; for i in src/util src/global src/dns src/tls src/xsasl src/milter src/ma
ster src/postfix src/smtpstone src/sendmail src/error src/pickup src/cleanup src
/smtpd src/local src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/
pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick
src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/s
pawn src/flush src/verify src/virtual src/proxymap src/anvil src/scache src/disc
ard src/tlsmgr; do \
(set -e; echo "[$i]"; cd $i; make 'CC=gcc -Wmissing-prototypes -Wformat -DHAS_M
YSQL -I/usr/include/mysql -DHAS_PCRE ' update MAKELEVEL=) || exit 1; \
done
[src/util]
for i in argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h chroot_ui
d.h cidr_match.h clean_env.h connect.h ctable.h dict.h dict_cdb.h dict_cidr.h di
ct_db.h dict_dbm.h dict_env.h dict_ht.h dict_ni.h dict_nis.h dict_nisplus.h dict
_pcre.h dict_regexp.h dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_fores
t.h events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h ge
t_hostname.h hex_code.h hex_quote.h host_port.h htable.h inet_addr_host.h inet_a
ddr_list.h inet_addr_local.h inet_proto.h iostuff.h line_wrap.h listen.h lstat_a
s.h mac_expand.h mac_parse.h make_dirs.h mask_addr.h match_list.h match_ops.h ms
g.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myaddrinfo.h myflock.h mymal
loc.h myrand.h name_code.h name_mask.h netstring.h nvtable.h open_as.h open_lock
.h percentm.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.
h sane_connect.h sane_fsops.h sane_socketpair.h sane_time.h scan_dir.h set_eugid
.h set_ugid.h sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h string
ops.h sys_defs.h timed_connect.h timed_wait.h trigger.h username.h valid_hostnam
e.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h format_
tv.h load_file.h; \
do \
cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \
done
cd ../../include; chmod 644 argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h
binhash.h chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h dict_c
db.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h dict_ni.h dict_nis.h
dict_nisplus.h dict_pcre.h dict_regexp.h dict_sdbm.h dict_static.h dict_tcp.h di
ct_unix.h dir_forest.h events.h exec_command.h find_inet.h fsspace.h fullname.h
get_domainname.h get_hostname.h hex_code.h hex_quote.h host_port.h htable.h inet
_addr_host.h inet_addr_list.h inet_addr_local.h inet_proto.h iostuff.h line_wrap
.h listen.h lstat_as.h mac_expand.h mac_parse.h make_dirs.h mask_addr.h match_li
st.h match_ops.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myaddrinf
o.h myflock.h mymalloc.h myrand.h name_code.h name_mask.h netstring.h nvtable.h
open_as.h open_lock.h percentm.h posix_signals.h readlline.h ring.h safe.h safe_
open.h sane_accept.h sane_connect.h sane_fsops.h sane_socketpair.h sane_time.h s
can_dir.h set_eugid.h set_ugid.h sigdelay.h sock_addr.h spawn_command.h split_at
.h stat_as.h stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h usern
ame.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h
watchdog.h format_tv.h load_file.h
[src/global]
gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -DHAS_PCRE -
g -O -I. -I../../include -DLINUX2 -c dict_mysql.c
dict_mysql.c:173:19: error: mysql.h: No such file or directory
dict_mysql.c:203: error: syntax error before 'MYSQL'
dict_mysql.c:203: warning: no semicolon at end of struct or union
dict_mysql.c:211: error: syntax error before '}' token
dict_mysql.c:211: warning: data definition has no type or storage class
dict_mysql.c:215: error: syntax error before 'HOST'
dict_mysql.c:215: warning: no semicolon at end of struct or union
dict_mysql.c:217: warning: data definition has no type or storage class
dict_mysql.c:230: error: syntax error before 'PLMYSQL'
dict_mysql.c:230: warning: no semicolon at end of struct or union
dict_mysql.c:234: warning: data definition has no type or storage class
dict_mysql.c:248: error: syntax error before '*' token
dict_mysql.c:248: warning: data definition has no type or storage class
dict_mysql.c:249: error: syntax error before '*' token
dict_mysql.c:249: error: syntax error before '*' token
dict_mysql.c:250: warning: data definition has no type or storage class
dict_mysql.c:251: error: syntax error before '*' token
dict_mysql.c:252: error: syntax error before '*' token
dict_mysql.c:253: error: syntax error before '*' token
dict_mysql.c:254: error: syntax error before '*' token
dict_mysql.c:258: error: syntax error before '*' token
dict_mysql.c:259: error: syntax error before '*' token
dict_mysql.c:259: warning: data definition has no type or storage class
dict_mysql.c: In function 'dict_mysql_quote':
dict_mysql.c:265: error: 'dict_mysql' undeclared (first use in this function)
dict_mysql.c:265: error: (Each undeclared identifier is reported only once
dict_mysql.c:265: error: for each function it appears in.)
dict_mysql.c:265: error: syntax error before ')' token
dict_mysql.c: In function 'dict_mysql_lookup':
dict_mysql.c:293: error: 'dict_mysql' undeclared (first use in this function)
dict_mysql.c:293: error: syntax error before ')' token
dict_mysql.c:294: error: 'pldb' undeclared (first use in this function)
dict_mysql.c:295: error: 'MYSQL_RES' undeclared (first use in this function)
dict_mysql.c:295: error: 'query_res' undeclared (first use in this function)
dict_mysql.c:296: error: 'MYSQL_ROW' undeclared (first use in this function)
dict_mysql.c:296: error: syntax error before 'row'
dict_mysql.c:371: error: 'row' undeclared (first use in this function)
dict_mysql.c: At top level:
dict_mysql.c:391: error: syntax error before '*' token
dict_mysql.c: In function 'dict_mysql_check_stat':
dict_mysql.c:394: error: 'host' undeclared (first use in this function)
dict_mysql.c:396: error: 't' undeclared (first use in this function)
dict_mysql.c: At top level:
dict_mysql.c:405: error: syntax error before '*' token
dict_mysql.c:405: error: syntax error before '*' token
dict_mysql.c:406: warning: no previous prototype for 'dict_mysql_find_host'
dict_mysql.c: In function 'dict_mysql_find_host':
dict_mysql.c:413: error: 'PLDB' undeclared (first use in this function)
dict_mysql.c: At top level:
dict_mysql.c:433: error: syntax error before '*' token
dict_mysql.c:433: error: syntax error before '*' token
dict_mysql.c:435: warning: no previous prototype for 'dict_mysql_get_active'
dict_mysql.c: In function 'dict_mysql_get_active':
dict_mysql.c:437: error: 'host' undeclared (first use in this function)
dict_mysql.c:441: error: 'PLDB' undeclared (first use in this function)
dict_mysql.c:462: error: 'dbname' undeclared (first use in this function)
dict_mysql.c:462: error: 'username' undeclared (first use in this function)
dict_mysql.c:462: error: 'password' undeclared (first use in this function)
dict_mysql.c: In function 'dict_mysql_event':
dict_mysql.c:475: error: 'host' undeclared (first use in this function)
dict_mysql.c:475: error: syntax error before ')' token
dict_mysql.c: At top level:
dict_mysql.c:488: error: syntax error before '*' token
dict_mysql.c:488: error: syntax error before '*' token
dict_mysql.c:494: warning: no previous prototype for 'plmysql_query'
dict_mysql.c: In function 'plmysql_query':
dict_mysql.c:495: error: 'PLDB' undeclared (first use in this function)
dict_mysql.c:495: error: 'dict_mysql' undeclared (first use in this function)
dict_mysql.c:496: error: 'host' undeclared (first use in this function)
dict_mysql.c:497: error: 'MYSQL_RES' undeclared (first use in this function)
dict_mysql.c:497: error: 'res' undeclared (first use in this function)
dict_mysql.c:499: error: 'dbname' undeclared (first use in this function)
dict_mysql.c:499: error: 'username' undeclared (first use in this function)
dict_mysql.c:499: error: 'password' undeclared (first use in this function)
dict_mysql.c:514: error: 'query' undeclared (first use in this function)
dict_mysql.c: At top level:
dict_mysql.c:538: error: syntax error before '*' token
dict_mysql.c:539: warning: 'plmysql_connect_single' was used with no prototype b
efore its definition
dict_mysql.c: In function 'plmysql_connect_single':
dict_mysql.c:540: error: 'host' undeclared (first use in this function)
dict_mysql.c:544: error: 'username' undeclared (first use in this function)
dict_mysql.c:545: error: 'password' undeclared (first use in this function)
dict_mysql.c:546: error: 'dbname' undeclared (first use in this function)
dict_mysql.c: At top level:
dict_mysql.c:562: error: syntax error before '*' token
dict_mysql.c:563: warning: 'plmysql_close_host' was used with no prototype befor
e its definition
dict_mysql.c: In function 'plmysql_close_host':
dict_mysql.c:564: error: 'host' undeclared (first use in this function)
dict_mysql.c: At top level:
dict_mysql.c:573: error: syntax error before '*' token
dict_mysql.c:574: warning: 'plmysql_down_host' was used with no prototype before
its definition
dict_mysql.c: In function 'plmysql_down_host':
dict_mysql.c:575: error: 'host' undeclared (first use in this function)
dict_mysql.c: At top level:
dict_mysql.c:584: error: syntax error before '*' token
dict_mysql.c: In function 'mysql_parse_config':
dict_mysql.c:592: error: 'dict_mysql' undeclared (first use in this function)
dict_mysql.c:592: error: 'mysqlcf' undeclared (first use in this function)
dict_mysql.c: In function 'dict_mysql_open':
dict_mysql.c:651: error: 'dict_mysql' undeclared (first use in this function)
dict_mysql.c:660: error: syntax error before ')' token
dict_mysql.c: At top level:
dict_mysql.c:679: error: syntax error before '*' token
dict_mysql.c: In function 'plmysql_init':
dict_mysql.c:681: error: 'PLDB' undeclared (first use in this function)
dict_mysql.c:684: error: syntax error before ')' token
dict_mysql.c:688: error: syntax error before ')' token
dict_mysql.c:688: error: syntax error before ')' token
dict_mysql.c: At top level:
dict_mysql.c:698: error: syntax error before '*' token
dict_mysql.c: In function 'host_init':
dict_mysql.c:701: error: 'host' undeclared (first use in this function)
dict_mysql.c:701: error: syntax error before ')' token
dict_mysql.c: In function 'dict_mysql_close':
dict_mysql.c:745: error: 'dict_mysql' undeclared (first use in this function)
dict_mysql.c:745: error: syntax error before ')' token
dict_mysql.c: At top level:
dict_mysql.c:764: error: syntax error before '*' token
dict_mysql.c:765: warning: 'plmysql_dealloc' was used with no prototype before
i ts definition
dict_mysql.c: In function 'plmysql_dealloc':
dict_mysql.c:768: error: 'PLDB' undeclared (first use in this function)
make: *** [dict_mysql.o] Error 1
make: *** [update] Error 1
[Non-text portions of this message have been removed]