On Thu, Jul 16, 2009 at 6:39 PM, J. Bakshi<[email protected]> wrote: > Mark V wrote: >> On Thu, Jul 16, 2009 at 5:30 PM, Michael Rash<[email protected]> wrote: >> >>> On Jul 16, 2009, J. Bakshi wrote: >>> >>> >>>> Hello list, >>>> >>> Hi - >>> >>> >>>> I want to install fwknop on a remote suse server suse-11. >>>> perl 5.10 is installed there. I first tried to install the rpm >>>> fwknop-1.9.11-1.i386.rpm and it reported >>>> >>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>> rpm -ivh fwknop-1.9.11-1.i386.rpm >>>> error: Failed dependencies: >>>> perl >= 0:5.003000 is needed by fwknop-1.9.11-1.i386 >>>> >>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>> >>> I'm not sure about that perl error since perl-5.10 is installed, but can >>> you try building an RPM for fwknop on your system? Just use the >>> automated RPM builder for the cipherdyne.org projects: >>> >>> http://www.cipherdyne.org/scripts/cd_rpmbuilder.tar.gz >>> >>> This command should do the trick: >>> >>> # ./cd_rpmbuilder -p fwknop >>> >>> >> >> With fwknop 1.8.1 and on openSUSE 10.2 I did the following: >> >> $ perl -MCPAN -e 'install Class::MethodMaker' >> $ perl -MCPAN -e 'install Net::Pcap' >> > > In my case > > $ perl -MCPAN -e 'install Class::MethodMaker' is successful > > BUT > > $ perl -MCPAN -e 'install Net::Pcap' failed with error > > ~~~~~~~~~~~~~~~~~~~~~~~~~~ > looking for -lpcap... no > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > You appear to lack the pcap(3) library. > > If it is installed in a non-standard location, please try setting the LIBS > and INC values on the command line. > > Or get the sources and install the pcap library from http://www.tcpdump.org/ > > If you install the pcap library using a system package, make sure to also > install the corresponding -devel package, which contains the C headers needed > to compile this module. > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > No 'Makefile' created SAPER/Net-Pcap-0.16.tar.gz > /usr/bin/perl Makefile.PL -- NOT OK > Running make test > Make had some problems, won't test > Running make install > Make had some problems, won't install > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Though I have libcap installed > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > │libcap-devel│Development files for libcap │2.08 > │libcap-progs│Libcap utility programs │2.08 > |libcap2 │Library for Capabilities (linux-privs) Support│2.08 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`` > > One important point; I manually searched pcap.h with " find / -name pcap.h " > and it returns blank line :-( >
Unfortunately I can't help more... my experience was with that old version on that old distro :( Michael might have something to say about whether libcap2 is a substitute from libcap or if they can happily co-exist with fwknop. Cheers Mark > > > > >> $ tar xvfj fwknop-1.8.1.tar.gz >> $ cd fwknop-1.8.1/Class-MethodMaker >> $ perl Makefile.PL && make >> $ su - >> # make install >> >> There were some issues which Michael has since patched. >> I then ran >> >> $ su - >> # ./cd_rpmbuilder -r /usr/src/packages -p fwknop >> >> Given this is sometime ago and all versions have advanced your mileage may >> vary. >> You may be able to run the cd_rpmbuilder script without first running >> `make install`, but that was the order I did things at that time. >> >> Hope this helps? >> >> Mark >> >> >> >>>> I have no clue !! Then I tried to compile the source >>>> fwknop-1.9.11.tar.bz2 with --force-mod-install. But when I try to >>>> start the server it reports >>>> >>>> ``````````` >>>> Can't locate Net/Pcap.pm in @INC (@INC contains: /usr/lib/fwknop >>>> /usr/lib/fwknop/. /usr/lib/fwknop/i586-linux-thread-multi >>>> /usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0 >>>> /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi >>>> /usr/lib/perl5/site_perl/5.10.0 >>>> /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi >>>> /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at >>>> /usr/sbin/fwknopd line 318. >>>> ````````````````````` >>>> >>> Do you have the libpcap library installed? I don't know about SuSE, but >>> on Ubuntu you need to install a separate libpcap development package. >>> >>> Thanks, >>> >>> --Mike >>> >>> >>>> Could any one please suggest me how can I install fwknop from .rpm or >>>> compile the source successfully in suse 11 ? >>>> Thanks >>>> >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Enter the BlackBerry Developer Challenge >>>> This is your chance to win up to $100,000 in prizes! For a limited time, >>>> vendors submitting new applications to BlackBerry App World(TM) will have >>>> the opportunity to enter the BlackBerry Developer Challenge. See full prize >>>> details at: http://p.sf.net/sfu/Challenge >>>> _______________________________________________ >>>> Fwknop-discuss mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/fwknop-discuss >>>> >>> ------------------------------------------------------------------------------ >>> Enter the BlackBerry Developer Challenge >>> This is your chance to win up to $100,000 in prizes! For a limited time, >>> vendors submitting new applications to BlackBerry App World(TM) will have >>> the opportunity to enter the BlackBerry Developer Challenge. See full prize >>> details at: http://p.sf.net/sfu/Challenge >>> _______________________________________________ >>> Fwknop-discuss mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/fwknop-discuss >>> >>> >> >> ------------------------------------------------------------------------------ >> Enter the BlackBerry Developer Challenge >> This is your chance to win up to $100,000 in prizes! For a limited time, >> vendors submitting new applications to BlackBerry App World(TM) will have >> the opportunity to enter the BlackBerry Developer Challenge. See full prize >> details at: http://p.sf.net/sfu/Challenge >> _______________________________________________ >> Fwknop-discuss mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/fwknop-discuss >> >> > > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Fwknop-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fwknop-discuss
