Re: bglibs-1.022: errors in README & more errors
"Maurice Lucas" <[email protected]>
| Newsgroups | gmane.comp.sysutils.bgware |
|---|---|
| Organization | TAOS-IT |
| Message-ID | <001001c57305$e2e7a5f0$0364a8c0@Polaris> |
> From: Bruce Guenter [mailto:[email protected]] > On Tue, Jun 14, 2005 at 04:03:34PM +0200, Maurice Lucas wrote: > > Did it a succesful install? > > ./bg-installer -c "`head -n 1 conf-include`" <INCLUDE > ./bg-installer > > -c "`head -n 1 conf-lib`" <LIB ./bg-installer -c "`head -n 1 > > conf-bin`" <BIN doesn't give any errors back but > > > > cvm-0.71# make > > ./load sasl-auth-test sasl.a v2client.a -lbg > > sasl-auth-test.o(.text+0x19e): In function `main': > > /usr/local/src/cvm-0.71/sasl-auth-test.c:32: undefined > reference to `dief' > > collect2: ld returned 1 exit status > > make: *** [sasl-auth-test] Error 1 > > Do you have two different bglibs installed? What is conf-lib > in bglibs, and conf-bglibs in cvm? /usr/local/lib and /usr/local/bglibs/lib So there's the problem bglibs 0.019 is still used when compiling cvm. What is the prefered way to upgrade bglibs? Could there be made a uninstall in the Makefile so the following procedure will work. cd bglibs-new make cd ../bglibs-old make uninstall cd - make install With kind regards, Maurice Lucas TAOS-IT