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
|