<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What is @INC and how to configure in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472808#M16100</link>
    <description>Check your perl version number&lt;BR /&gt;&lt;BR /&gt;/full_path/perl -v&lt;BR /&gt;&lt;BR /&gt;Perl v4 had problems with these pluin modules, or so I have discovered the hard way on hpux.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 27 Jan 2005 13:01:21 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-01-27T13:01:21Z</dc:date>
    <item>
      <title>What is @INC and how to configure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472807#M16099</link>
      <description>What is @INC and how do I configure it?&lt;BR /&gt;&lt;BR /&gt;I have been struggling for days now to get perl and some perl modules working with apache. When I start httpd I receive this error:&lt;BR /&gt;Can't locate Apache/DBI.pm in @INC&lt;BR /&gt;which is followed by a lot of paths.&lt;BR /&gt;&lt;BR /&gt;The funny thing is that DBI.pm does exist in one of the paths as shown in the error.&lt;BR /&gt;&lt;BR /&gt;I have reinstalled perl but I am still having the same problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jano</description>
      <pubDate>Thu, 27 Jan 2005 11:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472807#M16099</guid>
      <dc:creator>Jano_1</dc:creator>
      <dc:date>2005-01-27T11:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is @INC and how to configure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472808#M16100</link>
      <description>Check your perl version number&lt;BR /&gt;&lt;BR /&gt;/full_path/perl -v&lt;BR /&gt;&lt;BR /&gt;Perl v4 had problems with these pluin modules, or so I have discovered the hard way on hpux.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Jan 2005 13:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472808#M16100</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-27T13:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is @INC and how to configure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472809#M16101</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;perl -v &lt;BR /&gt;&lt;BR /&gt;This is perl, v5.6.1 built for i386-linux&lt;BR /&gt;&lt;BR /&gt;What more can I check?&lt;BR /&gt;&lt;BR /&gt;Jano</description>
      <pubDate>Thu, 27 Jan 2005 13:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472809#M16101</guid>
      <dc:creator>Jano_1</dc:creator>
      <dc:date>2005-01-27T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is @INC and how to configure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472810#M16102</link>
      <description>Try getting the latest version 5.x stable.tar.gz of perl, compile and build it. &lt;BR /&gt;&lt;BR /&gt;Then see if you get the same error. &lt;BR /&gt;&lt;BR /&gt;Make sure when you compile apache you check your configure --help within apache, seems to me you have to enable a library or two when compiling. especially when using PHP/Mysql/Perl &lt;BR /&gt;&lt;BR /&gt;I found a good document for compiling MYSQL/PHP/Apache for Snort/ACID. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.internetsecurityguru.com/documents/snort_acid_rh9.pdf#search='SnortRH9mysqlPHP'" target="_blank"&gt;http://www.internetsecurityguru.com/documents/snort_acid_rh9.pdf#search='SnortRH9mysqlPHP'&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It makes a simple task out of a complex one. &lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 14:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472810#M16102</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2005-01-27T14:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is @INC and how to configure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472811#M16103</link>
      <description>configure --enable-so&lt;BR /&gt;allows enabling the PHP static objects. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 14:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472811#M16103</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2005-01-27T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is @INC and how to configure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472812#M16104</link>
      <description>I am using apt to install my packages. The great advantage is that it can automatically solve all the dependencies. So I assume it it always gets the latest stable packages.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 27 Jan 2005 14:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472812#M16104</guid>
      <dc:creator>Jano_1</dc:creator>
      <dc:date>2005-01-27T14:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is @INC and how to configure</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472813#M16105</link>
      <description>You're using mod_perl aren't you?&lt;BR /&gt;&lt;BR /&gt;I'd double check your script and see where it says 'use "DBI";' (or similar) and review any path or ::'s in it..</description>
      <pubDate>Mon, 31 Jan 2005 18:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-inc-and-how-to-configure/m-p/3472813#M16105</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-01-31T18:24:16Z</dc:date>
    </item>
  </channel>
</rss>

