Re: Bad system call: aio_read()

2002-10-12 Thread Dirk Roehrdanz
Hello, On 0, Philipp Mergenthaler [EMAIL PROTECTED] wrote: On Sat, Oct 12, 2002 at 09:53:02AM -0400, Craig Rodrigues wrote: I just did a cvsup and rebuilt the world on my -CURRENT system. If I try to run the following program, I get a Bad system call coredump: [...] 2660 a.outCALL

Re: MAKEDEV warning

2000-04-19 Thread Dirk Roehrdanz
Hi, On 0, Ted Sikora [EMAIL PROTECTED] wrote: After building a new kernel yesterday after a cvsup the following appeared. Apr 17 23:07:42 telecast /kernel: WARNING: run /dev/MAKEDEV before 2000-06-01 to get rid of block devices I did a MAKEDEV all and the message still persists. I get

Re: RSA library problems

2000-04-02 Thread Dirk Roehrdanz
Hi Jim, On 0, Jim Bloom [EMAIL PROTECTED] wrote: A similar patch was added for the USA version of RSA for the same basic reason. Your patch is almost correct. It should add the line: LDADD+= -L$[.OBJDIR]/../libcrypto -lcrypto ^ ^ Your version would

Re: RSA library problems

2000-03-31 Thread Dirk Roehrdanz
Hello, On 0, Kris Kennaway [EMAIL PROTECTED] wrote: On Thu, 23 Mar 2000, Paul Richards wrote: I stuck a dlerror() in there and the problem is usr/lib/librsaINTL.so: Undefined symbol "BN_mod_exp_mont" This symbol is defined in bn_ext.c and should be compiled into libcrypto - can