|
From: Andrey I. <ai...@ma...> - 2002-10-01 11:13:29
|
Hi!
At attempt to collect the package the error message was obtained:
--------------------cut-------------------------------------------
cc -O -pipe -I/usr/local/src/vncrypt-1.0/src/bin/vndecrypt/../../sys/
-I/usr/local/src/vncrypt-1.0/src/bin/vndecrypt/../vncryptctl -W -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wnon-const-format
-Wno-format-extra-args -o vndecrypt main.o utils.o algs.o bf_cbc.o -lcrypto
utils.o: In function `get_key_from_passphrase':
utils.o(.text+0x18): undefined reference to `passfd'
utils.o(.text+0x75): undefined reference to `passfd'
utils.o(.text+0xc6): undefined reference to `passfd'
*** Error code 1
--------------------cut-------------------------------------------
the Variable passfd is defined in vncryptctl.h file as:
extern int passfd;
Searches of definition of this variable in sources the package
and a nucleus did not give any result.
Attempt to replace definition passfd was made on:
int passfd;
After that the package was successfully going,
installed and like - @ works:))) it Is an error in the package
or all the same there should be a variable passfd and my
applied art will get out a side?
OS: FreeBSD proxy 4.5-RELEASE FreeBSD 4.5-RELEASE #3:
Fri Apr 26 16:37:58 EEST 2002
root@proxy:/usr/src/sys/compile/GOK.20020423 i386
Package: vncrypt-1.0
--
Best regards,
Andrey mailto:ai...@ma...
|