Re: mcrypt

2000-01-23 Thread Kris Kennaway
On Sun, 23 Jan 2000, Douglas Kuntz wrote: > -c functions/mcrypt.c -o functions/mcrypt.o > functions/mcrypt.c:172: #error Please update your mcrypt library > *** Error code 1 > > Is this a ports problem, or a current problem? Ports. Looks like it's trying to use the library

mcrypt

2000-01-23 Thread Douglas Kuntz
While trying to compile the Apache13-php3 port, with mod_ssl, and encryption, I get the following error: -c functions/mcrypt.c -o functions/mcrypt.o functions/mcrypt.c:172: #error Please update your mcrypt library *** Error code 1 Is this a ports problem, or a current problem? Thanks in