On Thu, 03 Feb 2005 11:43:40 +0800
"sanjeev ravindran" <[EMAIL PROTECTED]> wrote:

> Thank you so much for ur response Stephen,
> 
> Ya, I found that dlopen tries to load q_htb.so.. and it fails.. 
> I tried to locate q_htb.so in my rh9 machiene.. but i couldnt locate it..
> Could you let me know how build q_htb.so standalone ??
> Thanks in advance,
> With best regards,
> Sanjeev Ravindran

Something like:
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include \
 -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -shared -fpic q_htb.c -o 
q_htb.so

The tc/Makefile shows how it is done for q_netem.so

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to