FTP automatic

2004-12-03 Thread perl_cova
HI!
 I need to do something to automatize one process. 
 When a file in directory reach 1 GB I need transfer file for other machine 
(ftp).
 I'm waiting for solutions.
 Thanks.

RE: FTP automatic

2004-12-03 Thread perl_cova
Why? Is it hard?

Schedule:Cron

2004-12-13 Thread perl_cova
Hi!

I encounter poor information about what I want (need!!) to do.  
1)  I want run a set of oracle and unix processes using Shedule:cron 
module. Someone knows where I see a simple example?
2)  My platform is Itanium 64 bits with HP-UX SO. I’ve some difficulties 
installing the differents modules:DBD:Oracle,DBI,Schedule:cron. I need to do 
some special thing to install modules in 64 bits system?
3)  Can I run sequencial processes with schedule:cron, i.e, only run the 
second process when the first is over? 

Best regards.
Thanks…
Cova

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




DBD::Oracle Instalation errors

2004-12-14 Thread perl_cova
I'm trying to install DBD:Oracle module (Itanium 64 bits) and when I execute 
make i get the following errors:

[EMAIL PROTECTED] DBD-Oracle-1.16]# make
gcc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe   -DVERSION=\"\" 
-DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.8.0/ia64-linux-thread-multi/CORE"   
Oracle.c
In file included from Oracle.h:18,
 from Oracle.xs:1:
/usr/lib/perl5/5.8.0/ia64-linux-thread-multi/CORE/DBIXS.h:31:22: dbipport.h: No 
such file or directory
/usr/lib/perl5/5.8.0/ia64-linux-thread-multi/CORE/DBIXS.h:34:21: dbi_sql.h: No 
such file or directory
In file included from Oracle.h:20,
 from Oracle.xs:1:
dbdimp.h:44:17: oci.h: No such file or directory
dbdimp.h:45:22: oratypes.h: No such file or directory
dbdimp.h:46:20: ocidfn.h: No such file or directory
In file included from Oracle.h:20,
 from Oracle.xs:1:
dbdimp.h:59: syntax error before "OCIEnv"
dbdimp.h:59: warning: no semicolon at end of struct or union
dbdimp.h:66: syntax error before '}' token
...
Someone help me?
Thanks.



-- 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




DBD::Oracle

2004-12-14 Thread perl_cova

Now when I execute make I get the following error:
[EMAIL PROTECTED] DBD-Oracle-1.16]# make
gcc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe   -DVERSION=\"\" 
-DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.8.0/ia64-linux-thread-multi/CORE"   
Oracle.c
Oracle.xs: In function `XS_DBD__Oracle_ORA_OCI':
Oracle.xs:43: `ORA_OCI_VERSION' undeclared (first use in this function)
Oracle.xs:43: (Each undeclared identifier is reported only once
Oracle.xs:43: for each function it appears in.)
make: *** [Oracle.o] Error 1
Thanks...


-- 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




Segmentation fault when installing Perl 5.8.6

2004-12-15 Thread perl_cova
Hi.

This time I asked for a friend of mine for help with my English.

I've been having problems installing DBD::Oracle and finally Tim Bunce advised 
me to install Perl 5.8.6. I try to, but I got a segmentation fault when running 
make.

I tried this by running "sh Configure -de" and also by running "sh Configure" 
and answering all the questions manualy.

The last lines of the make command are the following.

Does anyone have any idea of what might be wrong? :-( I don't think this is 
normal... could this be a problem with the machine (it's an Itanium 64bits 
running Red Hat Advanced Server)

Thanks in advance,

Andre

cc -L/usr/local/lib -o miniperl \
miniperlmain.o opmini.o libperl.a -lnsl -ldl -lm -lcrypt -lutil -lc 
./miniperl -w -Ilib -MExporter -e '' || make minitest
Attempt to free unreferenced scalar: SV 0x600246b0.
./miniperl -Ilib configpm configpm.tmp
sh mv-if-diff configpm.tmp lib/Config.pm
./miniperl -Ilib lib/lib_pm.PL
Attempt to free unreferenced scalar: SV 0x60024910 at lib/lib_pm.PL 
line 1.
Attempt to free unreferenced scalar: SV 0x6002c440 at 
lib/File/Basename.pm line 138.
Attempt to free unreferenced scalar: SV 0x6002c440 at 
lib/File/Basename.pm line 142.
Attempt to free unreferenced scalar: SV 0x600589c0 at lib/warnings.pm 
line 134.
Attempt to free unreferenced scalar: SV 0x6002c470 at 
lib/File/Basename.pm line 143.
Attempt to free unreferenced scalar: SV 0x60032730 at 
lib/Exporter/Heavy.pm line 3.
make: *** [lib/lib.pm] Segmentation fault

-- 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]