| View previous topic :: View next topic |
| Author |
Message |
Gert Andersen Tux's lil' helper

Joined: 24 Aug 2007 Posts: 113 Location: Broendby, Denmark
|
Posted: Sat Oct 17, 2009 2:04 pm Post subject: About soem linux application |
|
|
Hi.
I have run 'emerge perl-core/DB_File' to make gentoo to have have installed perl for run some function by perl commands with perl scripts, but in some of my scripts of a files like filter.pl and BadEcho.pm is the perl function is not can locate one little scripts fle named Lock.pm
This file shoudl be find in directory /DB_File/Lock, but when i searching after the file is not find any places on my system.
The use of the call to the Lock.pm file is done in the other pm file BadEcho.pm file by:
use DB_File::Lock,
I have to get this file Lock.pm to be on my system else will the perl function with this program not work.
Do some here know the way I can get my system to get it into my perl path and home on my system this Lock.pm file ? _________________ Gert K. Andersen |
|
| Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1028 Location: Romania
|
Posted: Sat Oct 17, 2009 5:28 pm Post subject: |
|
|
dev-perl/LockFile-Simple
http://cpansearch.perl.org/src/RAM/LockFile-Simple-0.2.5/ _________________ My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x |
|
| Back to top |
|
 |
Gert Andersen Tux's lil' helper

Joined: 24 Aug 2007 Posts: 113 Location: Broendby, Denmark
|
Posted: Sat Oct 17, 2009 6:06 pm Post subject: |
|
|
It can too be find at www.cpan.org at DB_File_Lock-0.0.5.tar.gz
If I have perl-core installed and then run '/usr/bin/cpan
There is something here to do there first is install and update CPAN to run.
But when cpan is finished with install and setup after install Bundle:CPAN (with x86_64 cpu is there ending with bad working /usr/bin/make
So that CPAN not is correct and working installed to be right installed, and say /usr/bin/make n -- bad done stop no installed well.
So that the CPAN for install the rest there is done with:
Get DB_File::Lock co DB_File_Lock + next to do
Install DB_File::Lock
I have the File Lock.pm put several places where it should find it and use it but it have to be installed with CPAN function so thate the system can find it by call from other program. _________________ Gert K. Andersen |
|
| Back to top |
|
 |
|