Friends, I start to build a new freebsd 5.4 box from scratch. when I start to build the port "portupgrade" in any dependencie (ruby18) he show-me this lines:
===> Building for ruby-1.8.2_3 cd . && autoconf autoconf: not found *** Error code 127 perhaps the "autoconf" miss... searching... 54# whereis autoconf autoconf: oops.. really miss... but I know that I have autoconf259 installed: 54# whereis autoconf259 autoconf259: /usr/local/bin/autoconf259 /usr/local/man/man1/autoconf259.1.gz /usr/ports/devel/autoconf259 using the logic... 54# cd /usr/local/bin/ 54# ln -s autoconf259 autoconf and now everything still back to work fine... I hope that will need tell to your install script to do that symbolic link. Regars Neppon - Brazilian User
