Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: PaulReed
  • Content: Threads
  • Order by date
  1. PaulReed

    DNS Error Question

    I have CentOS 3.9 installed on my server... after everything I've read it seems that all the files that should be there are, including named.conf, resolv.conf, and there are a few zone files under /var/named. I was suggested from something I read to do the following... chkconfig --add named...
  2. PaulReed

    Using Nano to Edit text in a C++ file

    I know nothing about C++ and I don't want to make a mistake. I have a C++ file that is used with an SMTP service, and it has text in it that shows up at the bottom of the outgoing email message. Can I modify this text within the file with Nano and save it without destroying the file? Thank...
  3. PaulReed

    Adding Domainkeys/DKIM to Email Sending Engine File

    I have an email software program that runs in Linux. The main email sending engine is a small file that is compiled and built like this... # CXXFLAGS="-O3 -fomit-frame-pointer -DHOSTNAME_CHECK='\"mydomain.net\"' -DWEBDOMAIN='\"mydomain.net\"' -DMAILDOMAIN='\"mydomain.net\"'" ./configure...
  4. PaulReed

    Looking for someone good with Apache and Mod_perl

    I have an application that I recently installed on a CentOS 3.9 Linux server. The installation of the application went well, along with Apache, the Apache sister application Blackened that came with the app, MySQL, and the CPAN Perl Modules. But the following error is still occurring...
  5. PaulReed

    Intermittent problem with .pl interface in I.E.

    I have an application that I recently installed on a CentOS 3.9 Linux server. The installation of the application went well, along with Apache, the Apache sister application Blackened that came with the app, MySQL, and the CPAN Perl Modules. But the following error is still occurring...
  6. PaulReed

    Intermittent problem with .pl interface in I.E.

    This is a summary of everything I've done to date and the errors that are being recieved. 1) I had to upgrade perl from 5.8.0 to 5.8.8. 2) Then I had problems with some of the Perl Modules calling on a problem with mod_perl. 3) I did a DSO mod_perl install which was successful. 4) I was able...
  7. PaulReed

    Chown -R... saying it's changed, but isn't

    I have a software that is running on a Linux server and there was a glitch in the install script and I was told to change ownership on this subdirectory from root to "apache"... and for some reason it says it's changed on the subdirectory and everything below it, but as you can see below what...
  8. PaulReed

    Installing Mod_Perl but can't find Apache/src

    I'm trying to install mod_perl but it asking for a apache/src directory and it's no where to be found. Is there anything else I can do? Thank you,
  9. PaulReed

    Problem after upgrading to Perl 5.8.8

    I'm really new with Perl and Perl Modules... and I've really painted myself into a corner here, if anyone can help me out I'd really appreciate it. After upgrading to Perl 5.8.8 from 5.8.0 the following happens... 1) When I try to finish installing Perl Modules I get to Apache::Cookie and I...
  10. PaulReed

    CPAN Test::Deep - Do I need this?

    I installed some Perl Modules with CPAN, and everything went fine but when I ran into Test::Deep, it went into a endless loop. I'm new to this... do I need Test::Deep? I'd appreciate any help you can give me, Thanks, PaulReed
  11. PaulReed

    Error installing Apache::Cookie via CPAN

    My operating system is CentOS 3.9, and my Perl version is 5.8.0. I'm new at this and I'd appreciate any help anyone could give me. Thanks... I've successfully installed most all the Perl Modules with CPAN and I'm at the end where it's installing the Apache stuff and I'm getting the error below...
  12. PaulReed

    CPAN - ERROR: failed to install HTML::HeadParser

    I'm running on CentOS 3.9. I'm very new at this... I'm installing software and part of the install it Perl Modules being install via CPAN and it goes thru most of them but I'm getting the following error when it goes to install HTML::HeadParser. Any help would really be appreciated. Thanks...

Part and Inventory Search

Back
Top