world broken using /usr/local/lib?

2000-01-17 Thread Alfred Perlstein
broken here for the last 12 hours or so: cc -pipe -O2 -DMONOLITH -DNO_IDEA -I/home/src/secure/usr.bin/openssl -DRSAref -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/speed.c cc -pipe -O2 -DMONOLITH -DNO_IDEA

Re: world broken using /usr/local/lib?

2000-01-17 Thread bush doctor
Out of da blue Alfred Perlstein aka ([EMAIL PROTECTED]) said: broken here for the last 12 hours or so: cc -pipe -O2 -DMONOLITH -DNO_IDEA -I/home/src/secure/usr.bin/openssl -DRSAref -I/usr/obj/home/src/i386/usr/include -c

world broken using /usr/local/lib?

2000-01-17 Thread Robert C. Noland III
You have a libcrypto in /usr/local/lib which was not compiled with rsaref. When it reaches out to get rsaref, it also picks up the libcrypto and libssl from /usr/local/lib rather than the build tree. Move them out of the way... robert. Alfred Perlstein writes: broken here for the last 12 hours