![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Equivalent to locate | Russell | SUN Solaris | 5 | 10-05-2006 02:10 PM |
| not able to locate SSH | bishweshwar | UNIX for Dummies Questions & Answers | 5 | 09-11-2006 10:14 AM |
| cannot use the same script to read cookie | azmathshaikh | Shell Programming and Scripting | 0 | 03-08-2006 03:15 AM |
| Xlib: Invalid MIT-MAGIC-COOKIE-1 | errolg | UNIX for Dummies Questions & Answers | 1 | 07-25-2002 01:05 PM |
| Difference between locate and find | camerja1 | UNIX for Dummies Questions & Answers | 1 | 06-25-2002 10:55 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hi frnds
i m getting this error whenever i m trying to run otrs in my web browser. http://ipaddr /otrs/index.pl " 500 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. " And when i checked the log it is showing me this error. " [error] 2420: ModPerl::Registry: Can't locate CGI/Cookie.pm in @INC (@INC contains: //../../Kernel/cpan-lib //../.. ../../ /usr/lib/perl5/5.8.0/CGI/ /opt/otrs/ /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /etc/httpd/ /etc/httpd/lib/perl //../.. //../../Kernel/cpan-lib) at (eval 48) line 6.! " . please kindly help me for the following. Mit |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
As the error message tells, it cannot find the CGI::Cookie module. But I think this is a standard module in Perl.
As your server runs on mod_perl instead of plain CGI mode, one possibility is that the module is removed because it may perhaps not run correctly with mod_perl (a simple guess though). Or, just install the module back and see whether it works okay. |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|