Networking Forums

Networking Forums > Computer Networking > Linux Networking > sendmail ray's filter installion

Reply
Thread Tools Display Modes

sendmail ray's filter installion

 
 
happy
Guest
Posts: n/a

 
      09-05-2004, 02:09 PM
i am using redhat 7.3
i was followed the step to install ray's filter
howevery when i compiled and type "./build ray-filter".it give me error msg
like below
"undefined reference to `smfi_getpriv'
...........................
undefined reference to `smfi_getpriv"

any hint ?


 
Reply With Quote
 
 
 
 
Moe Trin
Guest
Posts: n/a

 
      09-05-2004, 10:04 PM
In article <(E-Mail Removed)>, happy wrote:
>i am using redhat 7.3


That's pretty obsolte, and hasn't been supported since last year.
Find a newer distribution.

>i was followed the step to install ray's filter


No idea what that is. Nothing obvious shows up at sunsite or Red Hat.

>howevery when i compiled and type "./build ray-filter".it give me error msg
>like below
>"undefined reference to `smfi_getpriv'


Usual cause is that you didn't install a required package - either
library, or include files. Read the source, and see what it's
looking for. Pay attention to lines that begin with "include' and see
that those files exist on your system where the application is
expecting them to be. Red Hat breaks packages used for building into
two: for example:

[compton ~]$ grep glibc 7.3-errata.12.31.03 | sed 's/^.*ftp//'
3118913 Nov 11 23:17 glibc-2.2.5-44.i386.rpm
11183168 Nov 11 23:17 glibc-common-2.2.5-44.i386.rpm
2657365 Nov 11 23:17 glibc-debug-2.2.5-44.i386.rpm
8354108 Nov 11 23:17 glibc-debug-static-2.2.5-44.i386.rpm
2255469 Nov 11 23:17 glibc-devel-2.2.5-44.i386.rpm
851819 Jun 21 2002 glibc-kernheaders-2.4-7.16.i386.rpm
8368617 Nov 11 23:17 glibc-profile-2.2.5-44.i386.rpm
39389 Nov 11 23:17 glibc-utils-2.2.5-44.i386.rpm
[compton ~]$

You must have the glibc-2.2.5-44 package installed (Linux won't run
without it), but you need glibc-devel-2.2.5-44 to do any compiling,
and probably need glibc-kernheaders-2.4-7.16 as well. Note that these
are the files from a directory listing taken the day RH stopped
supporting 7.3. download.fedoralegacy.org MAY have some later errata
back-ported, but they're not "the source".

Old guy
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Call filter" and "Data filter", firewall clarification wanted please tinnews@isbd.co.uk Home Networking 2 04-15-2008 09:16 AM
What is Anti-Spam Filter.(thunderbird spam filter) zak07000 Broadband 0 03-27-2008 03:41 PM
MTA besides sendmail? Nietzsche Linux Networking 6 11-02-2006 01:02 AM
Sendmail John Linux Networking 2 05-23-2004 08:07 PM
What could be blocking Sendmail? General Schvantzkoph Linux Networking 5 05-08-2004 04:20 AM



1 2 3 4 5 6 7 8 9 10 11