I am receiving the error : Couldn't open random pool "yes": No such file or directory when doing a "make install". Here are my configuration options : ./configure --with-random=/dev/random --prefix=/usr/local/ss h_new --disable-suid-ssh --with-random --with-tcp-wrappers --x-includes=/usr/ope nwin/include --x-libraries=/usr/openwin/lib --with-xauth=/usr/openwin/bin/xauth" Note : /dev/random exists because I am using ANDIrand from http://www.solarisresources.com/search_engine/devrandom.html. Here is the random file : crw-r--r-- 1 root sys 133, 0 Dec 17 11:05 /dev/random
if you remove the duplicate --with-random does it work? configure should be more robust here.
Fixed in -current. The --with-random and --with-prngd-socket now check that their argument is an absolute path. They will also warn (but not fail) if the path specified in the argument is not readable.
Mass change of RESOLVED bugs to CLOSED