Solaris, perl, and C compiler problems. by Alan Burlison
Whilst we obviously build the perl we ship as part of Solaris with ourcompilers (Forte C), cutomers often quite reasonably want to use gcc tobuild add-on modules from CPAN, and in fact we ship gcc on...
View ArticleMaking perl location-independent. by Alan Burlison
Another thing that has always bugged me is not being able to relocate perlwithout rebuilding it, even if the package that perl itself is deliveredin is relocatable.As far as I can remember the things...
View ArticleContents of a distribution and what can be sectioned out by Aaron Sherman
I just saw (belatedly) the discussion on use.perl.org. I'd like tosubmit this idea for helping out the FreeBSD folk:Ok, in my Linux distro of 5.6.0 (admittedly old, but workable for aconversation), Pod...
View Articleprotected some code .. by =?iso-8859-1?q?sidi=20MOHAMED=20CHEINE?=
I would like to hide code in a .pm which I havecreate, it is about the part or I code the licenceswith the software that I sell.I have test perlcc but that does not go because I makeuse DBI... If...
View ArticleSafe.pm by Avi Nehori
Hello All,I'm trying to use the perl module Safe.pm and getting real hard time workingwith it.did any of you ever used it?any help will be just great!!!Thanks in advance !!!
View Articleora_perl in Solaris by Bogun,Aneta
Hello,I hope you could help me with one problem I'm having with some &ora_bindstatements... We are in a process of moving all the Perl modules (v 5.6.0)from the old servers to the new ones with...
View Articleperl source code by Dong Lou
Hi, everyone: i am newbbie to perl source code. I've just downloaded perl 5.8 release and wish to modify it. Could anyone tell me how to read the source code, namely where to start or where I can find...
View ArticleRE: perl source code by Dong Lou
I searched the source code, but couldnt find the lex file, can anyonetell me where it is?thanks,Dong-----Original Message-----From: Benjamin Goldberg [mailto:goldbb2@earthlink.net] Sent: Wednesday,...
View ArticleRE: perl source code by Dong Lou
Do I need root permission to compile and install perl?best,-----Original Message-----From: Benjamin Goldberg [mailto:goldbb2@earthlink.net] Sent: Wednesday, January 15, 2003 2:38 AMTo: Dong LouSubject:...
View ArticleRe: perl source code by Philip Newton
On Wed, 15 Jan 2003 23:49:22 -0500, dl626@cs.columbia.edu (Dong Lou)wrote:> Do I need root permission to compile and install perl?To compile - no.To install - that depends on where you want to...
View Articleperl keyword by Dong Lou
Hi, Everyone: Just wondering if there is an easy way to find out all the string in aperl program. Since perl has more than 10 types of strings, it's a bitof work if I go from scratch. Anyone has any...
View Articleregex by Dong Lou
Does anyone know how to use regular expression to tell the number ofconsecutive \'s in a string or if the number of consecutive \'s is oddor even.thanks,Dong
View ArticleRe: regex by Nicholas Clark
On Fri, Jan 17, 2003 at 03:38:39AM -0500, Dong Lou wrote:> Does anyone know how to use regular expression to tell the number of> consecutive \'s in a string or if the number of consecutive \'s is...
View Articleperl yacc file by Dong Lou
Hi, everyone: Whenever a LSTOP/FUNC/... token(terminal) is constructed in toke.c, how can I get the name of the function either in toke.c or perly.y?thanks,
View ArticlePerl ora_login to Oracle 9.2.0 from Solaris8 give error: OCIEnvInit by...
Dist group,A. Any ideas as to why this would fail? We relinked Oracle Software since Perl was re-installed. Oracle Version is 9.2.0 Perl version is -> ./perl -v This is perl, version 5.005_03 built...
View ArticleRe: Perl ora_login to Oracle 9.2.0 from Solaris8 give error: OCIEnvInit by...
> Following is the code line that fails:> > $lda = &ora_login($ORACLE_SID, $ORACLE_USER, $ORACLE_PASSWD) or> die $ora_errstr;> > Error String is: ERROR OCIEnvInit at InitSec.pl...
View Articlewhere to specify the hostname and domain name by Bala
Hi All, When installing perl from source, whileconfiguring I have been asked for hostname and domainname, and then I can make and install. If I want to build PERL RPM from the source forRedHat systems...
View ArticleERROR OCIEnvInit by Priya
Hi ,Please give me solution for DBI connect('','',...) failed: ERROR OCIEnvInit ThanksPriya---------------------------------Do you Yahoo!?The New Yahoo! Shopping - with improved product search
View ArticleRe: ERROR OCIEnvInit by thatcomputerguy
Check what you are setting as your ORACLE_HOME environmentORACLE_HOME='/oracle/product/v9.2.0'DBD module uses this to locate oracle binariesPriya wrote:> Hi ,> Please give me solution for DBI...
View Article[HELP] perl cross compiling by Stephan Linz
Hi all,the last few days I've tried to cross compile the latest perl release version 5.8.4 with my self-made uClibc toolchain (target i586-linux-uclibc / gcc 3.3 / uclibc 0.9.26). Hm, it seems to be a...
View Article