Hi there I'm trying to build pwlib, openh323 and opengk with ipv6 support. Its a redhat 8.0 system running kernel 2.4.18-27.8 I read the Readme's and I discovered the following bits are required: export PWLIBDIR=/usr/local/pwlib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~PWLIBDIR/lib export OPENH323DIR=/usr/local/openh323 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPENH323DIR/lib export IPV6FLAG=1 before configuring and compiling the code. the PWLIB ./configure shows me: checking for IPv6 Support... yes then builds ok. Is there anything else I need to set/specify when building the code - I can't get tests the described in ~pwlib/ReadMe.txt to work properly: <<<snip>>> 0:00.383 SimpleH323 H323 Illegal IP transport address: "ip$::1" 0:00.385 SimpleH323 H323 Could not start listener: ip$::1 Could not open H.323 listener port on "ip$::1" 0:00.388 H323 Cleaner H323 Cleaning up connections 0:00.389 H323 Cleaner H323 Stopped cleaner thread Suggesting the sample app hasn't realised I want V6 support. I've also built ~pwlib/samples/net_if - which only lists my v4 interfaces and routes - i.e: [root@ponsonby obj_linux_x86_r]# /usr/local/pwlib/samples/netif/obj_linux_x86_r/netif Net Test Utility The interface table has 4 entries 0 lo 127.0.0.1 255.0.0.0 00-00-00-00-00-00. 1 eth0 10.**.**.** 255.255.255.0 00-07-95-05-92-FC. 2 ppp0 62.**.**.** 255.255.255.255 00-00-00-00-00-00. 3 ppp0:FWB1 62.**.**.** 255.255.255.255 00-00-00-00-00-00. The route table has 5 entries 0 213.**.**.** 255.255.255.255 0.0.0.0 ppp0 0. 1 10.**.**.0 255.255.255.0 0.0.0.0 eth0 0. 2 127.0.0.0 255.0.0.0 0.0.0.0 lo 0. 3 0.0.0.0 0.0.0.0 213.**.**.** ppp0 0. 4 0.0.0.0 0.0.0.0 213.**.**.** ppp0 0. Default gateway is 213.**.**.** Gateway is on ppp0 [root@ponsonby obj_linux_x86_r]# Can anyone tell me what what I'm missing ??? Gavin. ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ List: Openh323gk-users@lists.sourceforge.net Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/