Ok, I am trying to install 3.6.8 on my freebsd 6.0 mail server. It currently uses 3.6.6 and while it is working I would like to upgrade. When I try to run make it gives the following errors:
Making all in src "Makefile", line 612: Could not find .deps/agent_shared.Po "Makefile", line 613: Could not find .deps/base64.Plo "Makefile", line 614: Could not find .deps/bnr.Plo "Makefile", line 615: Could not find .deps/buffer.Plo "Makefile", line 616: Could not find .deps/client.Po "Makefile", line 617: Could not find .deps/config_api.Po "Makefile", line 618: Could not find .deps/config_shared.Plo "Makefile", line 619: Could not find .deps/daemon.Po "Makefile", line 620: Could not find .deps/decode.Plo "Makefile", line 621: Could not find .deps/diction.Plo "Makefile", line 622: Could not find .deps/dspam.Po "Makefile", line 623: Could not find .deps/dspamc.Po "Makefile", line 624: Could not find .deps/error.Plo "Makefile", line 625: Could not find .deps/hash.Plo "Makefile", line 626: Could not find .deps/hash_drv.Plo "Makefile", line 627: Could not find .deps/heap.Plo "Makefile", line 628: Could not find .deps/ldap_client.Plo "Makefile", line 629: Could not find .deps/libdspam.Plo "Makefile", line 630: Could not find .deps/list.Plo "Makefile", line 631: Could not find .deps/mysql_drv.Plo "Makefile", line 632: Could not find .deps/ncore_adp.Plo "Makefile", line 633: Could not find .deps/nodetree.Plo "Makefile", line 634: Could not find .deps/ora_drv.Plo "Makefile", line 635: Could not find .deps/pgsql_drv.Plo "Makefile", line 636: Could not find .deps/pref.Plo "Makefile", line 637: Could not find .deps/read_config.Po "Makefile", line 638: Could not find .deps/sqlite3_drv.Plo "Makefile", line 639: Could not find .deps/sqlite_drv.Plo "Makefile", line 640: Could not find .deps/storage_driver.Plo "Makefile", line 641: Could not find .deps/tokenizer.Plo "Makefile", line 642: Could not find .deps/util.Plo make: fatal errors encountered -- cannot continue *** Error code 1 My configure command is as follows: --with-dspam-home=/etc/dspam --prefix=/etc/dspam --with-delivery-agent=/usr/local/bin/maildrop --with-dspam-owner=vpopmail --with-dspam-group=vchkpw --with-dspam-home-group=vchkpw --with-dspam-home-owner=vpopmail --disable-trusted-user-security --enable-verbose-debug --with-storage-driver=mysql_drv --with-mysql-includes=/usr/local/include/mysql --with-mysql-libraries=/usr/local/lib/mysql --enable-signature-headers --enable-virtual-users Any help is greatly appreciated! -Roy
