Comment 13 for bug 876713

Revision history for this message
Mattias Ellert (mattias-ellert-fysast) wrote :

Reproduce bug with current verison:

ellert@ubuntu-oneiric:~/soap$ ./soaptest
Error 28 fault: SOAP-ENV:Server [no subcode]
"Protocol not available"
Detail: setsockopt IPV6_V6ONLY failed in soap_bind()
ellert@ubuntu-oneiric:~/soap$

Download and install new version:

ellert@ubuntu-oneiric:~$ wget -N https://launchpad.net/ubuntu/+archive/primary/+files/gsoap_2.8.3-1ubuntu1_amd64.deb
ellert@ubuntu-oneiric:~$ wget -N https://launchpad.net/ubuntu/+archive/primary/+files/libgsoap0_2.8.3-1ubuntu1_amd64.deb
ellert@ubuntu-oneiric:~$ sudo dpkg --install gsoap_2.8.3-1ubuntu1_amd64.deb libgsoap0_2.8.3-1ubuntu1_amd64.deb

Rerun test with new version:

ellert@ubuntu-oneiric:~/soap$ ./soaptest
ellert@ubuntu-oneiric:~/soap$

With the new version there is no error.