All of lore.kernel.org
 help / color / mirror / Atom feed
* How to create a .so file
@ 2003-06-23  0:59 ISLERO77
  2003-06-23  9:17 ` Filip Sneppe
  0 siblings, 1 reply; 2+ messages in thread
From: ISLERO77 @ 2003-06-23  0:59 UTC (permalink / raw)
  To: netfilter-devel


	Hi, 
 
	When I try to use the mport module, I receive this message: 
 
iptables v1.2.5: Couldn't load match `mport':/usr/lib/iptables/libipt_mport.so: 
cannot open shared object file: No such file or directory 
 
Try `iptables -h' or 'iptables --help' for more information. 
 
	How can I create this .so file? 
 
	Regards, 
 
	Juan. 
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to create a .so file
  2003-06-23  0:59 How to create a .so file ISLERO77
@ 2003-06-23  9:17 ` Filip Sneppe
  0 siblings, 0 replies; 2+ messages in thread
From: Filip Sneppe @ 2003-06-23  9:17 UTC (permalink / raw)
  To: ISLERO77; +Cc: netfilter-devel

On Mon, 2003-06-23 at 02:59, ISLERO77@telefonica.net wrote:
> 
> 	Hi, 
>  
> 	When I try to use the mport module, I receive this message: 
>  
> iptables v1.2.5: Couldn't load match `mport':/usr/lib/iptables/libipt_mport.so: 
> cannot open shared object file: No such file or directory 
>  
> Try `iptables -h' or 'iptables --help' for more information. 
>  
> 	How can I create this .so file? 
>  
> 	Regards, 
>  
> 	Juan. 

Hi Juan,

You've patched your kernel with the mport match, but you didn't
recompile your iptables userspace application. Download the
source tarball and compile it with the KERNEL_DIR variable
pointing to the kernel source directory.

Also, watch out for /sbin/iptables & /usr/lib/iptables/...  vs.
/usr/local/sbin/iptables & /usr/local/lib/iptables/...
mismatches when installing the newer iptables version.

Regards,
Filip

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-23  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-23  0:59 How to create a .so file ISLERO77
2003-06-23  9:17 ` Filip Sneppe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.