Re: __floatdisf: error Compling mod_perl 1.27,apache 1.3.26 on Solaris 8 with gcc 2.95.2

2002-08-15 Thread David McCabe
your httpd binary, but keep everything else DSO, since you have --enable-shared=max . I know it sucks, so that is why I am sticking with perl 5.6.1 for the time being, as a mod_perl with that works as a DSO on Solaris 8. :( -- David McCabe Network and Communications Services, McGill Universit

Re: -Wl,-E

2002-08-14 Thread David McCabe
it over, made much easier if you use a prefix to build and install perl into one dir. I do this with a prefix of /opt/perl5. Then I can just xfer that whole sub-dir (using rsync and ssh) to any other box with the same OS version. -- David McCabe Network and Communications Service

Re: -Wl,-E

2002-08-13 Thread David McCabe
nce sets up the Gnu ld options to pass to Sun's ld. Obviously, this doesn't work. Sun has since fixed it, by another patch that puts back the old info string in their ld. The patch to ld that broke this is 109147-14. The 109147-16 patch fixes it again. Update these Solaris patches an

Mod Perl build problem with perl 5.8.0

2002-07-23 Thread David McCabe
[EMAIL PROTECTED] -Dldflags=-R/opt/BerkeleyDB/lib:/opt/lib -Dmydomain=.mcgill.ca -Dmyhostname=rapier [EMAIL PROTECTED] -Dlocincpth=/opt/BerkeleyDB/include -Dcf_by=David McCabe -d' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=u

Re: Apache.pm location on installation

2001-01-24 Thread David McCabe
o your Apache is the same perl that is on your system, so it needs the same libs, and uses the same lib paths. The binaries, config files, man pages, libs, etc, for Apache are installed in APACHE_PREFIX. David McCabe Unix System Administrator Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433

Re: Finding out what has been enabled on a mod perl server

2001-01-16 Thread David McCabe
d handlers, but I am unsure if that has been compiled in. How would I do > this? I don't have the access to install mod-status - so the easy way is not for > me... Apachedir/bin/httpd -l David McCabe Unix System Administrator Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433 How

Re: Upgrading mod_perl on production machine (again)

2001-01-16 Thread David McCabe
file from your old perl installation, that you can then use with your new perl, by doing a "install Bundle::BundleName". David McCabe Unix System Administrator Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433 How can we (men) possibly use sex to get what we want?? Sex _is_ what we want!!! Dr Frasier Crane

Re: mod-perl on Solaris 2.6

2001-01-08 Thread David McCabe
and no other versions of anything. One other thing, look at the output of perl -V, and see if the flags to gcc for building perl are the same as what are being passed to gcc for building mod_perl/Apache. They should be, but something might be screwing them up in your enviornment, so check anyway

Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread David McCabe
//www.cpan.org/authors/id/DOUGM/mod_perl-1.24_01.tar.gz David McCabe Unix System Administrator Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433 "We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the works of Shakespeare. Now,

Auth question for an Apache module (Not an Auth Module!!:):)

2000-11-21 Thread David McCabe
. Now, one of those URLs needs to be password protected. Basic auth is fine. But, can I configure that in the .conf, or will I have to code it in my module?? David McCabe Unix System Administrator Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433 Our bombs are smarter than the average high

Re: How to use gcc to build mod_perl

2000-10-20 Thread David McCabe
tead. (Unless you have the Sun cc, in which case you can use that for all your modules) If you use different compilers for different modules, you are asking for problems. Beleive me, I have tried. :):) David McCabe Unix System Administrator Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433

Re: Exiting a module

2000-10-19 Thread David McCabe
> From: [EMAIL PROTECTED] (David McCabe) > Subject: Re: Exiting a module > > > From: Bill Moseley <[EMAIL PROTECTED]> > > Subject: Re: Exiting a module > > > > At 02:19 PM 10/19/00 -0400, David McCabe wrote: > > >However, if I try to put an Apach

Re: Exiting a module

2000-10-19 Thread David McCabe
> From: Bill Moseley <[EMAIL PROTECTED]> > Date: Thu, 19 Oct 2000 11:24:23 -0700 > Subject: Re: Exiting a module > To: [EMAIL PROTECTED] (David McCabe), [EMAIL PROTECTED] > > At 02:19 PM 10/19/00 -0400, David McCabe wrote: > >However, if I try to put an Apache::exit

Exiting a module

2000-10-19 Thread David McCabe
. I want to do this so I can code all my error traps like this: my_error_prnt() unless ($sth = $dbh->prepare_cached($sql)); And get rid of all the loops that need to exist just for a "return;" statement I have also tried with Apache::exit(Apache::Constants::OK), but no difference.

Makefile.PL bug???

2000-10-01 Thread David McCabe
.3.12 gcc 2.95.2 19991024 (release) Everything was compiled from the same gcc, the packages from sunfreeware.com, for 2.6 and 8. As a matter of fact, on new installations, I build _everything_ I need/use from nice shell/perl scripts and CPAN Bundle files that I have built over the past four years.

Re: FreeBSD: semwai state Help..

2000-06-27 Thread David McCabe
th Oracle properly. This makes sense too, as an OS should not be tuned for db access unless necessary, so the default config is fine for non-db access apps. :):) David McCabe Unix System Administrator Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433 When in doubt, parenthesize. At the v

Re: Need help on "Error on evaluating script from P-code"

2000-05-10 Thread David McCabe
> From: ___cliff rayman___ <[EMAIL PROTECTED]> > Date: Wed, 10 May 2000 14:40:14 -0700 > Subject: Re: Need help on "Error on evaluating script from P-code" > > > Do us all a favor and change your Netscape Messenger settings to send ascii mail and not HTML m

Re: perl use of malloc()

2000-04-20 Thread David McCabe
ght be different? Right?? > if usemymalloc='y', then Perl uses Perl's malloc, in which case memory is > not returned to the os. Now, does this mean that if usemyalloc='y', memory is not returned to the OS, no matter what the OS is, or is this OS dependent as well??

Re: does ssl encrypt basic auth?

2000-02-06 Thread David McCabe
o encryption of the password is not really an issue anymore. :) Now we are really off-topic. Lets kill it. David McCabe Unix SysAdmin/Peon Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433 Who were the beta testers for Preparations A through G?

Re: RE: does ssl encrypt basic auth?

2000-02-06 Thread David McCabe
cted page to go to, with links to the protected parts. Client connects to that page, encryption is on. Click on a link to a protected area, authentication goes on, but everything is now encrypted, including username/password given for authentication. David McCabe Unix SysAdmin/Peon Le Gro

Re: module/sandwich kills otherwise nice make test

2000-02-04 Thread David McCabe
a perl Makefile.pl there. Without the module, mod_perl will skip that test too, like some of the others. David McCabe Unix SysAdmin/Peon Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433 Who were the beta testers for Preparations A through G?

Re: .makepl_args.mod_perl

2000-02-04 Thread David McCabe
od_perl and edit to taste #mod_perl's Makefile.PL will also look for this file in ./ ../ relative #to the mod_perl-x.xx source tree So both work, depending on where the file is. I use the .makepl... form, in my $HOME dir, so that I don't have to edit a new one for every new version.

Re: Problems w/ CGI under mod_perl

2000-01-19 Thread David McCabe
add this line to my .conf file: PerlPostReadRequestHandler 'sub { Apache->request(shift) }' I did that, and since then, the problem has gone away. :):) David McCabe Unix SysAdmin/Peon Le Groupe Videotron [EMAIL PROTECTED] (514) 380 4433 OK, so what's the speed of dark? Steven Wright