|
From: shane <sh...@lo...> - 2001-04-24 20:17:07
|
At 12:09 PM 4/24/2001 -0400, you wrote: >On Tuesday 24 April 2001 06:32, you wrote: > > > I gave up, and went the all-source-built route. Seems to be working like a > > champ now. > >Cool. I'm also in business, and I didn't even have to do most of what you >did. I just somehow left the EVERYTHING=1 out of my mod_perl config, as >pudge pointed out. hmm. I'll have to try this later in the week. I've another machine I can screw around with :) > > 4) removed perl from the system: perl --nodeps -e perl && rm -fR > > /usr/lib/perl5 5) installed perl from tarball. > >Interesting. Why exactly did you do that? I'm using RH's perl-5.6.0 RPM and >it seems to work. I did it for two reasons - 1) because everyone is always preaching that to build it from source is the best, most problem free way to have it on a box and 2) because I'd never tried it before. I'd always used perl rpm's. > > 6) installed cpan and started installing perl bundles/modules/scripts > >Did you have any module install problems? I had a couple/few, but I didn't >keep a good log so I don't remember what they were. I'm still not sure if >all the modules are installed correctly, but the thing works so I guess it's >close enough. :-) Yes, there were a few: AppConfig-1.52 libwww-perl.5.55391 Text-Autoformat-1.04 those were the only ones that I kept notes about, but I'm fairly certain there were 2 or 3 others that I had to do by hand. Which, when you think about all the modules that cpan does correctly... I cannot complain. Thank you for Bundle::Slash!! > > I got apache compiling and working after I realized I forgot to > > *remove* Redhat's RPM's of openssl, then installed open_ssl > > and apache compiled OK. > >You shouldn't have to do that. I didn't compile in mod_ssl, but I'd think >you could point the Apache config to the OpenSSL files installed by RPM, >since it's not a module, just a library. > >Micah I agree, but this was the quickest way to get the machine going late last nite. I'll wipe it and try doing it the w/o it's own perl and w/o messing with the openssl rpms asap (or do it on another box), because now I've got lib problems it seems: $ nslookup lottadot.com nslookup: error while loading shared libraries: /usr/lib/libdns.so.4: undefined symbol: CRYPTO_set_mem_functions Shane |