|
From: Buddy V. <kur...@gm...> - 2006-03-23 18:06:12
|
What distribution of linux are you running? It looks like you might be having a little trouble with yacc code. I don't really know what would cause that, but you might try updating your yacc/bison installation. On 3/21/06, Matthew Schumacher <ma...@ap...> wrote: > > Anyone know how to solve these compile problems? > > gcc -D_GNU_SOURCE -include ../../src/include-glibc/glibc-bugs.h > -I../../src/include-glibc -I../../src/include-glibc > -DSYSCONFDIR=3D\"/usr/local/etc\" -DADMINPORTDIR=3D\"/usr/local/var/racoo= n\" > -g -O2 -Wall -Werror -Wno-unused -o racoon main.o session.o isakmp.o > handler.o isakmp_ident.o isakmp_agg.o isakmp_base.o isakmp_quick.o > isakmp_inf.o isakmp_newg.o gssapi.o dnssec.o getcertsbyname.o privsep.o > pfkey.o admin.o evt.o ipsec_doi.o oakley.o grabmyaddr.o vendorid.o > policy.o localconf.o remoteconf.o crypto_openssl.o algorithm.o > proposal.o sainfo.o strnames.o plog.o logger.o schedule.o str2val.o > safefile.o backupsa.o genlist.o rsalist.o cftoken.o cfparse.o prsa_tok.o > prsa_par.o sha2.o vmbuf.o sockmisc.o misc.o > ../libipsec/.libs/libipsec.a -lfl -lcrypto -lresolv > cftoken.o(.text+0x153e): In function `yylex': > ./cftoken.l:567: undefined reference to `rk_globfree' > cftoken.o(.text+0x2168): In function `yycf_switch_buffer': > ./cftoken.l:635: undefined reference to `rk_glob' > collect2: ld returned 1 exit status > make[3]: *** [racoon] Error 1 > make[3]: Leaving directory > `/mnt/data/software/linux/schubox/packages/ipsec-tools/ipsec-tools-0.6.5 > /src/racoon' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/mnt/data/software/linux/schubox/packages/ipsec-tools/ipsec-tools-0.6.5 > /src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/mnt/data/software/linux/schubox/packages/ipsec-tools/ipsec-tools-0.6.5' > make: *** [all] Error 2 > > > I looked on the list and didn't see anyone having the same problem. > > Thanks, > > schu > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Ipsec-tools-devel mailing list > Ips...@li... > https://lists.sourceforge.net/lists/listinfo/ipsec-tools-devel > |