Re: [opencryptoki-users] opencryptoki-users Digest, Vol 2, Issue 3
Brought to you by:
ebarretto
From: King G.G. <kin...@gm...> - 2006-07-13 06:59:47
|
Hi Daniel Thank you for your helpfull response. But here is what I had found two days ago. It turned out that SOMEHOW.. I don't know how.. the ltmain.sh script form openCryptoki folder replaced the ltmain.sh in /usr/share/libtool/ folder during build. After coping the ltmain.sh from /usr/share/libtool/libltdl/ back to /usr/share/libtool/ this problem never appear again. BTW we have 3 machines running RedHat Enterprise Linux 4 and on one of them we had the same issue (but never on 2 others). To reproduce the issue on Fedora 5 I tried to reinstall it (I started with hard drive formatting) but the problem had disappeared and now I don't know what to do :) Did you have the same situation or yours was slightly different from mine? Now I can't reproduce the problem to check your solution. I don't know at which point during build the ltmain.sh from my folder got into /usr/share/libtool/. If it happenes during bootstrap then I'm not sure if 'libtoolize -c ' will help :( Thank you Gev On 7/12/06, ope...@li... <ope...@li...> wrote: > > Send opencryptoki-users mailing list submissions to > ope...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/opencryptoki-users > or, via email, send a message with subject or body 'help' to > ope...@li... > > You can reach the person managing the list at > ope...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of opencryptoki-users digest..." > > > Today's Topics: > > 1. Fw: build fail on Fedora 5 (Daniel H Jones) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 10 Jul 2006 15:01:15 -0500 > From: Daniel H Jones <dan...@us...> > Subject: [opencryptoki-users] Fw: build fail on Fedora 5 > To: ope...@li... > Message-ID: > < > OF4...@us...> > Content-Type: text/plain; charset="us-ascii" > > It looks like the tarball contains an ltmain.sh that is incompatible with > FC5. Try this ... > > rm ltmain.sh > run libtoolize -c > run ./configure > then try running make again. > > I was able to reproduce the problem on my FC 5 machine and fixed it using > the steps above. > > ============================================================== > > Hi all > > I'm trying to build the openCryptoki 2.1.5-6 on Fedora 5 (kernel 2.6.15-1) > and it fails saying: > > libtool: unrecognized option `--tag=CC' > > I used to have the same problem on RedHat Enterprise Linux 4 but there > running "libtoolize -f" fixed the problem. > On Fedora 5 it doesn't help. > > Here are the version infos on my build system: > > [gev@Fedora5 ~]$ gcc --version > gcc (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3) > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > [gev@Fedora5 ~]$ automake --version > automake (GNU automake) 1.9.6 > Written by Tom Tromey <tr...@re...>. > Copyright 2005 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > [gev@Fedora5 ~]$ autoconf --version > autoconf (GNU Autoconf) 2.59 > Written by David J. MacKenzie and Akim Demaille. > Copyright (C) 2003 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > [gev@Fedora5 ~]$ libtool --version > ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) > Copyright (C) 2005 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > What is strange is that running libtool from openCryptoki's folder > reports: > [gev@Fedora5 cryptoki]$ ./libtool --version > ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18) > Had anyone built openCryptoki on Fedora 5 and can help me to resolve this > issue with libtool? > Any help is appreciated > Thanks in advance > Gev > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opencryptoki-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencryptoki-users > > Thanks, > Dan Jones > IBM Linux Technology Center, Security > 512-838-1794 (T/L 678-1794) > dan...@us... > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://sourceforge.net/mailarchive/forum.php?forum=opencryptoki-users/attachments/20060710/9a21e2df/attachment.html > > > ------------------------------ > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------ > > _______________________________________________ > opencryptoki-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencryptoki-users > > > End of opencryptoki-users Digest, Vol 2, Issue 3 > ************************************************ > |