- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- What is @INC and how to configure
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 03:52 AM
тАО01-27-2005 03:52 AM
What is @INC and how to configure
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:
Can't locate Apache/DBI.pm in @INC
which is followed by a lot of paths.
The funny thing is that DBI.pm does exist in one of the paths as shown in the error.
I have reinstalled perl but I am still having the same problem.
Regards,
Jano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 05:01 AM
тАО01-27-2005 05:01 AM
Re: What is @INC and how to configure
/full_path/perl -v
Perl v4 had problems with these pluin modules, or so I have discovered the hard way on hpux.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 05:13 AM
тАО01-27-2005 05:13 AM
Re: What is @INC and how to configure
perl -v
This is perl, v5.6.1 built for i386-linux
What more can I check?
Jano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 06:33 AM
тАО01-27-2005 06:33 AM
Re: What is @INC and how to configure
Then see if you get the same error.
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
I found a good document for compiling MYSQL/PHP/Apache for Snort/ACID.
http://www.internetsecurityguru.com/documents/snort_acid_rh9.pdf#search='SnortRH9mysqlPHP'
It makes a simple task out of a complex one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 06:36 AM
тАО01-27-2005 06:36 AM
Re: What is @INC and how to configure
allows enabling the PHP static objects.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 06:40 AM
тАО01-27-2005 06:40 AM
Re: What is @INC and how to configure
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 10:24 AM
тАО01-31-2005 10:24 AM
Re: What is @INC and how to configure
I'd double check your script and see where it says 'use "DBI";' (or similar) and review any path or ::'s in it..