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 ArticleRe: [uClibc] [HELP] perl cross compiling by mjn3
On Thu, Jul 15, 2004 at 10:34:07AM +0200, Stephan Linz wrote:> 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...
View ArticleFw: ERROR OCIEnvInit by Ogayon, Elena
Hi perl.dist,Currently we upgrade our oracle version form 8.1.7 to 9.2.0,after upgareI ran one perl script that contains the ora_login command,and got thefollowing error. Can you please give me some...
View ArticleRE: ERROR OCIEnvInit by Ogayon, Elena
Hi,May I know the perl DB group email listThanks in advance-----Original Message-----From: Ogayon, Elena Sent: Wednesday, September 01, 2004 3:54 PMTo: 'perl-dist@perl.org'Subject: Fw: ERROR OCIEnvInit...
View ArticleRe: ERROR OCIEnvInit by Nicholas Clark
On Wed, Sep 01, 2004 at 04:03:13PM +0800, Ogayon, Elena wrote:> > Hi,> > May I know the perl DB group email listBrowsing http://lists.perl.org/ I think that dbi-users is the one you...
View ArticleRE: ERROR OCIEnvInit by Ogayon, Elena
Hi ,Good Morning. I have sent one email few days back to perl-dist@perl.orgid. Can any one help me to resolve the below saidProblem.FYI, I am new to perl programming.Expecting your reply.Thanks in...
View ArticleRe: ERROR OCIEnvInit by e_crewe
Hi,I had this problem in that I had both oracle 8 and 9 libraries on my box.You need to install DBD::Oracle against the one you are using by settingthe environment variables to version of the oracle...
View ArticleRe: Various sized dists by Gabor Szabo
On Sun, 9 Jan 2005, Richard Foley wrote:> Otherwise p5p will just get tetchy, one suspects.I would not want that to happen but I am not really sure how am I pullingpeople over there but heySo...
View Articlemaxiperl - a larger perl distribution by Gabor Szabo
I have recently started a thread on the p5p mailing listabout the future of various sized perl distributions.See the thread here.http://www.mail-archive.com/perl5-porters@perl.org/msg83837.htmlThere I...
View ArticleRe: Various sized dists by Richard.Foley
On Sunday 09 January 2005 12:12, Gabor Szabo wrote:> > There exists a mailing list "perl-dist@perl.org" for the discussion> > of all issues surrounding this.>> I'll keep the...
View Articlemini-maxi dists by Jim Cromie
ok, I'll nibble. (while avoiding the hook that Gabor is now on ;-)heres some thoughts, unorganized.we gotta think about structure and mechanism, else we devolve into policy, and whos/whats on the build...
View ArticleRe: mini-maxi dists by Gabor Szabo
On Sun, 9 Jan 2005, Jim Cromie wrote:> 2b. standardperl would use the CPAN version of the dual-life modules.> the objective here would be to include CPAN.pm or CPANPLUS.pm,> and to include...
View ArticleRe: mini-maxi dists by Jim Cromie
Gabor Szabo wrote:> On Sun, 9 Jan 2005, Jim Cromie wrote:>>> 2b. standardperl would use the CPAN version of the dual-life modules.>> the objective here would be to include CPAN.pm or...
View ArticleRe: mini-maxi dists by Jim Cromie
Gabor Szabo wrote:> On Sun, 9 Jan 2005, Jim Cromie wrote:>>> 2b. standardperl would use the CPAN version of the dual-life modules.>> the objective here would be to include CPAN.pm or...
View ArticleRe: mini-maxi dists by Rafael Garcia-Suarez
Gabor Szabo wrote in perl.dist :>> OK, can someone please explain what is the story with the dual-life > modules ? As I understand these have both CPAN and perl-x.x.x versions.More precisely...
View ArticleHelp Needed For Perl 5.8.8 Porting On ARM Linux by Sudhanshu Saxena
Hi All,After going through webpages and Configure scripts to cross compile Perl , Iunderstand that there is a need of SSH connectivity between the targetdevice and the host platform.Is there a way if...
View ArticleRe: Help Needed For Perl 5.8.8 Porting On ARM Linux by Nicholas Clark
I think really this question should be asked on perl5-portersOn Mon, Dec 18, 2006 at 11:03:33AM +0530, Sudhanshu Saxena wrote:> Hi All,> > After going through webpages and Configure scripts to...
View ArticleQuestion REgarding Perl Includes by Sudhanshu Saxena
Hi Nicholas,You have given me suggestion regarding building perl. I was able to makeperl exe and libperl.so, finally I was able to test it on the ARM Linuxtarget.I used a sample conifg.sh-arm-linux and...
View ArticleRE: Question REgarding Perl Includes by vkonovalov
> You have given me suggestion regarding building perl. I was > able to make> perl exe and libperl.so, finally I was able to test it on the > ARM Linux> target.As you said you built perl...
View ArticleCross-compiling perl by Alex Suykov
A little announcement, I guess it may be interesting for some people on this list.Some time ago I was confronted with the problem of cross-compiling perl. Aftermessing with supplied Configure for some...
View Article[axs@ukr.net: Cross-compiling perl] by Nicholas Clark
Sorry for the slow reply, but perl-list really isn't the right list todescribe cross compiling to. It's unfortunate that at least one prominentarchive is about this. perl5-porters is the correct list,...
View Article