[Mimedefang] OT SpamAssassin Install

Doug Hubbard doug at trackmaster.com
Wed Apr 20 11:12:13 EDT 2005


I know this isn't the right forum, but it is kind of related.
I am finally trying to update my setup to the most current versions 
(currently running SA 2.63 and MD 2.42).

When I try to install SA 3.02 I get the following response when I run 
make (at least this is all that my buffer kept).
Any ideas on how to correct the errors?
Running on Solaris 8, perl 5.8.6 (new install of perl).

checking for socket in -lsocket... yes
checking for connect in -linet... no
checking for t_accept in -lnsl... yes
checking for dlopen in -ldl... yes
checking for socket... yes
checking for strdup... yes
checking for strtod... yes
checking for strtol... yes
checking for snprintf... yes
checking for shutdown... yes
checking for h_errno... yes
checking for optarg... no
checking for in_addr_t... yes
checking for INADDR_NONE... no
checking for EX__MAX... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
make -f spamc/Makefile spamc/spamc
make[1]: Entering directory `/export/builds/new/Mail-SpamAssassin-3.0.2'
gcc  -g -O2 spamc/spamc.c spamc/libspamc.c spamc/utils.c \
       -o spamc/spamc   -ldl -lnsl -lsocket
spamc/spamc.c: In function `read_args':
spamc/spamc.c:185: `EX_OK' undeclared (first use in this function)
spamc/spamc.c:185: (Each undeclared identifier is reported only once
spamc/spamc.c:185: for each function it appears in.)
spamc/spamc.c:217: `EX_OSERR' undeclared (first use in this function)
spamc/spamc.c:306: `EX_USAGE' undeclared (first use in this function)
spamc/spamc.c:313: `EX_TEMPFAIL' undeclared (first use in this function)
spamc/spamc.c: In function `get_output_fd':
spamc/spamc.c:350: `EX_OSERR' undeclared (first use in this function)
spamc/spamc.c: In function `get_current_user':
spamc/spamc.c:439: `EX_OK' undeclared (first use in this function)
spamc/spamc.c:449: `EX_OSERR' undeclared (first use in this function)
spamc/spamc.c: In function `main':
spamc/spamc.c:479: `EX_OK' undeclared (first use in this function)
spamc/spamc.c:480: `EX_TEMPFAIL' undeclared (first use in this function)
spamc/spamc.c:509: `EX_NOHOST' undeclared (first use in this function)
spamc/libspamc.c: In function `_translate_connect_errno':
spamc/libspamc.c:145: `EX_SOFTWARE' undeclared (first use in this function)
spamc/libspamc.c:145: (Each undeclared identifier is reported only once
spamc/libspamc.c:145: for each function it appears in.)
spamc/libspamc.c:150: `EX_UNAVAILABLE' undeclared (first use in this 
function)
spamc/libspamc.c:153: `EX_NOPERM' undeclared (first use in this function)
spamc/libspamc.c: In function `_opensocket':
spamc/libspamc.c:219: `EX_SOFTWARE' undeclared (first use in this function)
spamc/libspamc.c:222: `EX_NOPERM' undeclared (first use in this function)
spamc/libspamc.c:228: `EX_OSERR' undeclared (first use in this function)
spamc/libspamc.c:273: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c: In function `_try_to_connect_unix':
spamc/libspamc.c:298: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c: In function `_try_to_connect_tcp':
spamc/libspamc.c:374: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c: In function `_message_read_raw':
spamc/libspamc.c:455: `EX_OSERR' undeclared (first use in this function)
spamc/libspamc.c:461: `EX_IOERR' undeclared (first use in this function)
spamc/libspamc.c:471: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c: In function `_message_read_bsmtp':
spamc/libspamc.c:481: `EX_OSERR' undeclared (first use in this function)
spamc/libspamc.c:489: `EX_IOERR' undeclared (first use in this function)
spamc/libspamc.c:514: `EX_DATAERR' undeclared (first use in this function)
spamc/libspamc.c:542: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c: In function `message_read':
spamc/libspamc.c:553: `EX_OSERR' undeclared (first use in this function)
spamc/libspamc.c:567: `EX_USAGE' undeclared (first use in this function)
spamc/libspamc.c: In function `_spamc_read_full_line':
spamc/libspamc.c:667: `EX_IOERR' undeclared (first use in this function)
spamc/libspamc.c:678: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c: In function `_handle_spamd_header':
spamc/libspamc.c:792: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c:799: `EX_PROTOCOL' undeclared (first use in this function)
spamc/libspamc.c: In function `message_filter':
spamc/libspamc.c:835: `EX_SOFTWARE' undeclared (first use in this function)
spamc/libspamc.c:841: `EX_OSERR' undeclared (first use in this function)
spamc/libspamc.c:898: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c:935: `EX_PROTOCOL' undeclared (first use in this function)
spamc/libspamc.c: In function `message_process':
spamc/libspamc.c:1061: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c: In function `transport_setup':
spamc/libspamc.c:1203: `EX_OK' undeclared (first use in this function)
spamc/libspamc.c:1220: `EX_NOHOST' undeclared (first use in this function)
spamc/libspamc.c:1222: `EX_TEMPFAIL' undeclared (first use in this 
function)
spamc/libspamc.c:1224: `EX_OSERR' undeclared (first use in this function)
make[1]: *** [spamc/spamc] Error 1
make[1]: Leaving directory `/export/builds/new/Mail-SpamAssassin-3.0.2'
make: *** [spamc/spamc] Error 2
-- 

*********************
Doug Hubbard - IT Manager
TrackMaster, an Equibase Company
email doug at trackmaster.com <mailto:doug at trackmaster.com>
Website www.trackmaster.com <http://www.trackmaster.com>
*********************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: doug.vcf
Type: text/x-vcard
Size: 345 bytes
Desc: not available
URL: <https://lists.mimedefang.org/pipermail/mimedefang_lists.mimedefang.org/attachments/20050420/6a76da05/attachment.vcf>


More information about the MIMEDefang mailing list