(Illustration by Gaich Muramatsu)
I am sorry, I couldn't find a searchable mailinglist archive. So if this was covered, I apologize and ask that you point me to the thread. This is my first time trying to set up a coda system. I am getting this compile error when compiling CODA from source: make[2]: Entering directory `/usr/home/victord/CODA/coda-5.3.17/coda-src/dir' gcc -fno-exceptions -o dirtest -L/usr/coda/lib -L/usr/coda/lib -L/usr/coda/lib dirtest.o libcoda dir.a ../util/libutil.a /usr/home/victord/CODA/coda-5.3.17/lib-src/base/libbase.a -lrds -lseg -l rvmlwp -llwp -lreadline -ltermcap ../util/libutil.a(getsecret.o): In function `HashSecret(unsigned char *, int, unsigned char *)': getsecret.o(.text+0xe): undefined reference to `MD5_Init' getsecret.o(.text+0x23): undefined reference to `MD5_Update' getsecret.o(.text+0x36): undefined reference to `MD5_Final' ../util/libutil.a(getsecret.o): In function `GenerateSecret(unsigned char *)': getsecret.o(.text+0x1f2): undefined reference to `rpc2_NextRandom' collect2: ld returned 1 exit status make[2]: *** [dirtest] Error 1 make[2]: Leaving directory `/usr/home/victord/CODA/coda-5.3.17/coda-src/dir' make[1]: *** [dir] Error 2 make[1]: Leaving directory `/usr/home/victord/CODA/coda-5.3.17/coda-src' make: *** [coda-src] Error 2 What am I missing? OS: RedHat 7.2 I installed rpc2 and lwp and rvm into /usr/coda. Here is the configure line I used. ./configure \ --prefix=/usr/coda \ --with-lwp=/usr/coda \ --with-rvm=/usr/coda \ --with-rpc2=/usr/codaReceived on 2002-01-30 19:01:01