Hello,

 

I'm trying to install wget on my itanium 11.23 system and getting the
following error when executing it:

 

[EMAIL PROTECTED]:/tmp$ wget
http://hpux.cs.utah.edu/hppd/cgi-bin/redirect?hpux/Gnu/wget-1.10.2/wget-
1.10.2-ia64-11.23.depot.gz

--08:31:36--
http://hpux.cs.utah.edu/hppd/cgi-bin/redirect?hpux/Gnu/wget-1.10.2/wget-
1.10.2-ia64-11.23.depot.gz

           =>
`redirect?hpux%2FGnu%2Fwget-1.10.2%2Fwget-1.10.2-ia64-11.23.depot.gz'

Resolving hpux.cs.utah.edu... 155.98.64.90

/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__umodsi3' in load
module '/usr/local/bin/wget'.

Killed

 

 

If I use the source code and run the configure script, then do a 'make
install' I get the following error:

 

[EMAIL PROTECTED]:/tmp/wget-1.10.2$ make install

        cd src && make CC='gcc' CPPFLAGS='-O' DEFS='-DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\"
-DLOCALEDIR=\"/usr/local/share/locale\"'  CFLAGS='-O' LDFLAGS=''
LIBS='-ldl  -L/usr/local/lib/hpux32 /usr/local/lib/hpux32/libssl.so
/usr/local/lib/hpux32/libcrypto.so'  prefix='/usr/local'
exec_prefix='/usr/local' bindir='/usr/local/bin'
infodir='/usr/local/info' mandir='/usr/local/man' manext='1' install.bin

        gcc -I. -I. -O  -DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\"
-DLOCALEDIR=\"/usr/local/share/locale\" -O -c cmpt.c

        gcc -I. -I. -O  -DHAVE_CONFIG_H
-DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\"
-DLOCALEDIR=\"/usr/local/share/locale\" -O -c connect.c

In file included from connect.c:41:

/usr/include/sys/socket.h:535: error: static declaration of 'sendfile'
follows non-static declaration

/usr/include/sys/socket.h:506: error: previous declaration of 'sendfile'
was here

/usr/include/sys/socket.h:536: error: static declaration of 'sendpath'
follows non-static declaration

/usr/include/sys/socket.h:508: error: previous declaration of 'sendpath'
was here

connect.c: In function 'bind_local':

connect.c:457: warning: passing argument 3 of 'getsockname' from
incompatible pointer type

connect.c: In function 'accept_connection':

connect.c:507: warning: passing argument 3 of 'accept' from incompatible
pointer type

connect.c: In function 'socket_ip_address':

connect.c:528: warning: passing argument 3 of 'getsockname' from
incompatible pointer type

connect.c:530: warning: passing argument 3 of 'getpeername' from
incompatible pointer type

 

 

Any idea's and assistance would be greatly appreciated.

 

Thank you very much.

 

-Kashif

 

Reply via email to