I have attached info on my perl installation...perl -V
Does this look like its built correctly...
-----Original Message-----
From: Levon Barker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 31, 2003 10:31 AM
To: Hodge, Jeff F (ECIII)
Cc: [EMAIL PROTECTED]
Subject: RE: config nightmares
Hi Jeff,
You may get a more informed response from the mod_perl mailing list.
([EMAIL PROTECTED])
But I would generally get perl installed, then worry about updating getting
a mod_perl enabled apache installed
(http://perl.apache.org/docs/1.0/guide/install.html#A_Summary_of_a_Basic_mod
_perl_Installation).
(http://perl.apache.org/docs/2.0/user/install/install.html for mod_perl2)
The database is quite independant of this process. The only thing that is
dependant is the DBI drivers for MYSQL. Get those installed after perl,
obviously.
Cheers,
Levon Barker
> -----Original Message-----
> From: Hodge, Jeff F (ECIII) [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 31, 2003 12:25 PM
> To: 'Wiggins d'Anconia'
> Cc: [EMAIL PROTECTED]
> Subject: config nightmares
>
>
> Things are just not working together. Originally I had perl 5.6.1/
> apache1.3/mysql4.0.12/ mason1.22/and various mod's. At one point
> I thought
> that I had "mod-perl" installed but it seems as if I had some selected
> modules and not mod-perl itself installed.
>
> I upgraded to perl 5.8 and realized that mod-perl needs to be installed
> specifically with apache and things appeared to be better. Then I ran the
> apache::bundle from cpn and it installed various mods with some
> exceptions...but not all of the mod's. All in all I don't think perl is
> installed/config properly and its causing problems with my mod_perl/apache
> install and causing the mod installs to bomb.
>
> So my question is how does perl 5.8 have to be installed; ie what
> configurations need to be set before make...in order to install
> mod_perl1/apache1.3.
>
> Also I want to upgrade MySql to v 4.0.14 bc .12 is supposed to be
> doing some
> freaky ordering things that were resolved in .14...Should this be done
> before I start on the Perl/mod/apache/mason?
>
> Since everything is basically needed to be reinstalled, I'm thinking about
> just going to modperl2/apache2...although still unsure; but now
> would be the
> time to do so. Is this a better route?
>
>
> rrr...and I suppose while I'm at it I should re-build mason after all is
> said and done
>
> tks
>
> -Jeff
>
> -----Original Message-----
> From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 30, 2003 6:12 PM
> To: Hodge, Jeff F (ECIII)
> Cc: [EMAIL PROTECTED]
> Subject: Re: installing perl mod's
>
>
> Hodge, Jeff F (ECIII) wrote:
> >
> > I'm having trouble installing certain modules...they bomb out during the
> > make process....see attachments.
> >
> > perl -MCPAN -e 'install Apache::Cookie'
> > perl -MCPAN -e 'install DBD::mysql'
> >
> >
> > This should work other modules where installed and work fine using the
> same
> > methodology. What do I have to do to get these installed?
> >
> > thanks,
> >
> > Jeff
> >
> >
> > <<dbd_failed_install.txt>> <<apache_cookie.txt>>
> >
> >
> <snip install output>
>
> In the first case the installer is looking for the 'mysql_config'
> program so that it can ask it questions about your environment, probably
> along the lines of where the libraries/includes are for mysql. Do you
> have the mysql client installed? If so did you install the development
> packages as well if you didn't install from source? If so where on your
> system is the program 'mysql_config'? On my RH9.0 install it is in
> /usr/bin....
>
>
> In the second case it appears that 'mod_perl' is a prerequisite, do you
> have it installed? Where is it located?
>
> http://danconia.org
>
lamp:/dloads/perl # perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=linux, osvers=2.4.18-64gb-smp, archname=i686-linux uname='linux lamp 2.4.18-64gb-smp #1 smp wed mar 27 13:58:12 utc 2002 i686 unknown ' config_args='-de' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O3', cppflags='-fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='2.95.3 20010315 (SuSE)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil libc=, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.2.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under linux Compiled at Jul 24 2003 15:07:13 @INC: /usr/local/lib/perl5/5.8.0/i686-linux /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/i686-linux /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]