Date: Wed, 2 Feb 2000 13:12:17 +1300 From: "Dan Langille" <dan@freebsddiary.org> To: ports@freebsd.org Subject: net/pipsecd appears to need rsaref Message-ID: <200002020012.NAA93273@ducky.nz.freebsd.org>
next in thread | raw e-mail | index | archive | help
I tried to install pipsecd on two boxes tonight. One succeeded, one didn't. Both were 3.3 boxes. The one which failed, failed with this error message: ===> Building for pipsecd-19991014 gcc -Wall -I/usr/local/include/openssl -I/usr/local/include -g -o pipsecd tunip.c -L/usr/local/lib -lcrypto -lRSAglue -lrsaref - DFILE_PREFIX=\"/usr/local\" tunip.c:367: warning: initialization from incompatible pointer type tunip.c:367: warning: initialization from incompatible pointer type tunip.c:368: warning: initialization from incompatible pointer type tunip.c:372: warning: initialization from incompatible pointer type tunip.c:372: warning: initialization from incompatible pointer type tunip.c:373: warning: initialization from incompatible pointer type tunip.c:377: warning: initialization from incompatible pointer type tunip.c:377: warning: initialization from incompatible pointer type tunip.c:378: warning: initialization from incompatible pointer type tunip.c: In function `parse_secret': tunip.c:932: warning: int format, pointer arg (arg 3) tunip.c:944: warning: int format, pointer arg (arg 3) tunip.c: In function `config_read': tunip.c:980: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:984: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:1024: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:1142: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c: In function `my_des_cbc_encrypt': tunip.c:2009: warning: passing arg 5 of `des_cbc_encrypt' from incompatible pointer type tunip.c: In function `my_des_cbc_decrypt': tunip.c:2021: warning: passing arg 5 of `des_cbc_encrypt' from incompatible pointer type tunip.c: In function `my_des_setkey': tunip.c:2032: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c: In function `my_des3_cbc_encrypt': tunip.c:2041: warning: passing arg 7 of `des_ede3_cbc_encrypt' from incompatible pointer type tunip.c: In function `my_des3_cbc_decrypt': tunip.c:2049: warning: passing arg 7 of `des_ede3_cbc_encrypt' from incompatible pointer type tunip.c: In function `my_des3_setkey': tunip.c:2057: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c:2059: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c:2061: warning: passing arg 1 of `des_set_key' from incompatible pointer type /usr/libexec/elf/ld: cannot open -lrsaref: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Then I installed security/rsaref and tried again. pipsecd then installed. go figure. -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002020012.NAA93273>