Operating System - Linux
1828161 Members
2340 Online
109975 Solutions
New Discussion

Re: Problem running cURL on HPUX 11.0

 
Paul MARTIN_3
New Member

Problem running cURL on HPUX 11.0

I wonder if you can help with the following problem, as we are unable to get cURL working on our HPUX 11.0 system:

When we run the command:

curl -F zipfile=@results.xml.gz http://mydomain.name/importer

we get the error:

/usr/lib/dld.sl: Unresolved symbol: inet_pton (code) from /usr/local/lib/libcurl.sl

we have installed the following software:

cURL
libidn
gettext
libiconc
gcc
libz
openssl

Is there some configuration we are missing, or library ?

Would appreciate your help.

Thanks

Paul
6 REPLIES 6
harry d brown jr
Honored Contributor

Re: Problem running cURL on HPUX 11.0


Where did you get the code and how did you build it?

live free or die
harry d brown jr
Live Free or Die
Paul MARTIN_3
New Member

Re: Problem running cURL on HPUX 11.0

I got all the software from:

http://hpux.cs.utah.edu/hppd/hpux

Used swinstall to install.

Thanks

Paul
harry d brown jr
Honored Contributor

Re: Problem running cURL on HPUX 11.0

There isn't a curl version for 11.0. They have it for 11.11 (11v1) and 11.23 (11v2).

live free or die
harry d brown jr
Live Free or Die
harry d brown jr
Honored Contributor

Re: Problem running cURL on HPUX 11.0

For 11.o you will probably need to find it here: http://curl.haxx.se/download.html

live free or die
harry d brown jr
Live Free or Die
Paul MARTIN_3
New Member

Re: Problem running cURL on HPUX 11.0

Sorry,

Should have said 11.11

Thanks

Paul
harry d brown jr
Honored Contributor

Re: Problem running cURL on HPUX 11.0

Are you using curl-7.14.0? with gcc-3.4.3, libiconv-1.9.2, gettext-0.14.1, ...?

I'm running 11.11 on my machine and have the following:

[root@vpart1 /var/appl]# curl --version
curl 7.10.7 (hppa2.0w-hp-hpux11.11) libcurl/7.10.7 OpenSSL/0.9.7c zlib/1.1.4
Protocols: ftp gopher telnet dict ldap http file https ftps
Features: SSL libz NTLM
[root@vpart1 /var/appl]#

BUT, I used "iexpress" to load them: http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111

live free or die
harry d brown jr
Live Free or Die