LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-06-2003, 01:23 PM   #1
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Rep: Reputation: 0
Unhappy issues with squirrelmail


I'm having some3 issues with squirrelmail i have it installed all the php and imap modules i need i've tried aeromail and it loads the php but when i try to load squirrelmail's index.php it will not load it tries for some time but then i get nothing, what am i doing wrong?
 
Old 08-06-2003, 01:25 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Nothing? Do you not get any error message or anything? Take a look at your httpd "error_log".
 
Old 08-06-2003, 01:35 PM   #3
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Original Poster
Rep: Reputation: 0
i get nothing i've cancelled it a couple times because it stops responding and when i to reload the page it drags on and i get no result
 
Old 08-06-2003, 01:52 PM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Is your webserver running an no ports are being blocked:
netstat -nlp

Can you serve other static documents from the server?
 
Old 08-06-2003, 01:55 PM   #5
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Original Poster
Rep: Reputation: 0
yes everything works the ip brings up the default page and aeromail's default page works (used it to test imap and PHP4 settings) but all to no avail but when i try myip/squirrelmail/index.php instead of aeromail's it doesn't load at all
 
Old 08-06-2003, 02:22 PM   #6
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Original Poster
Rep: Reputation: 0
I've gotten it working now but i've encountered a new issue it will not let me log in i've tried root and another user account called user but i still cannot get in... what am i doing wrong?
 
Old 08-06-2003, 02:35 PM   #7
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Original Poster
Rep: Reputation: 0
Oh and what might this mean??
Warning: Failed opening '/var/www/squirrelmail/functions/page_header.php' for inclusion (include_path='.:/usr/share/pear') in /usr/share/squirrelmail/functions/display_messages.php on line 99

i get that when i try to log in
 
Old 08-07-2003, 12:17 PM   #8
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Either the file:
/var/www/squirrelmail/functions/page_header.php

does not exist or does not have the right permisions.
 
Old 08-07-2003, 07:12 PM   #9
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Original Poster
Rep: Reputation: 0
What might the proper permissions be? currently they are all set to root
 
Old 08-07-2003, 07:44 PM   #10
arnold
Member
 
Registered: Dec 2002
Posts: 226

Rep: Reputation: 30
root is an owner - can you less the file?
ls -l the file & post
 
Old 08-08-2003, 11:36 AM   #11
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Original Poster
Rep: Reputation: 0
the owner of the file is root i'm not sure how using less on the file would acomplish much normally i use ls -al and it shows all of the permissions as root
 
Old 08-08-2003, 12:42 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Not it shows the owner and group as root. Can you post the ACTUAL output from:
ls -la /var/www/squirrelmail/functions
 
Old 08-10-2003, 01:24 PM   #13
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Original Poster
Rep: Reputation: 0
-rw-r--r-- 1 root root 11098 Nov 11 2002 abook_database.php
-rw-r--r-- 1 root root 5717 Nov 11 2002 abook_global_file.php
-rw-r--r-- 1 root root 8946 Nov 11 2002 abook_ldap_server.php
-rw-r--r-- 1 root root 11614 Nov 11 2002 abook_local_file.php
-rw-r--r-- 1 root root 14976 Nov 11 2002 addressbook.php
-rw-r--r-- 1 root root 1729 Nov 11 2002 array.php
-rw-r--r-- 1 root root 7859 Nov 11 2002 attachment_common.php
-rw-r--r-- 1 root root 539 Nov 11 2002 auth.php
-rw-r--r-- 1 root root 1709 Nov 11 2002 constants.php
-rw-r--r-- 1 root root 8008 Nov 11 2002 date.php
-rw-r--r-- 1 root root 12797 Nov 11 2002 db_prefs.php
-rw-r--r-- 1 root root 6658 Nov 11 2002 display_messages.php
-rw-r--r-- 1 root root 6167 Nov 11 2002 file_prefs.php
-rw-r--r-- 1 root root 6758 Nov 11 2002 gettext.php
-rw-r--r-- 1 user user 8436 Aug 6 06:12 global.php
-rw-r--r-- 1 root root 39131 Nov 11 2002 i18n.php
-rw-r--r-- 1 root root 556 Nov 11 2002 imap.php
-rw-r--r-- 1 root root 16027 Nov 11 2002 imap_general.php
-rw-r--r-- 1 root root 22404 Nov 11 2002 imap_mailbox.php
-rw-r--r-- 1 root root 28087 Nov 11 2002 imap_messages.php
-rw-r--r-- 1 root root 7337 Nov 11 2002 imap_search.php
-rw-r--r-- 1 root root 469 Nov 11 2002 index.php
-rw-r--r-- 1 root root 34467 Nov 11 2002 mailbox_display.php
-rw-r--r-- 1 root root 72174 Nov 11 2002 mime.php
-rw-r--r-- 1 root root 13010 Nov 11 2002 options.php
-rw-r--r-- 1 root root 7621 Nov 11 2002 page_header.php
-rw-r--r-- 1 root root 2848 Nov 11 2002 plugin.php
-rw-r--r-- 1 root root 3537 Nov 11 2002 prefs.php
-rw-r--r-- 1 root root 30175 Nov 11 2002 smtp.php
-rw-r--r-- 1 root root 12846 Nov 11 2002 strings.php
-rw-r--r-- 1 root root 5619 Nov 11 2002 tree.php
-rw-r--r-- 1 root root 5331 Nov 11 2002 url_parser.php
 
Old 08-11-2003, 12:20 PM   #14
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Try chowning the files to the user that your webserver runs as.

Last edited by david_ross; 08-11-2003 at 12:24 PM.
 
Old 08-11-2003, 09:37 PM   #15
bovan
LQ Newbie
 
Registered: Jul 2003
Location: Canada eh
Distribution: debian 3.0
Posts: 19

Original Poster
Rep: Reputation: 0
they are the same :S
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Squirrelmail help Child of Wonder Linux - Networking 8 01-11-2006 08:14 PM
apache2 , php, squirrelmail config issues cp0ff Linux - Software 0 10-18-2005 12:36 PM
Cyrus21 and Squirrelmail config issues bd1308 Linux - Software 2 10-10-2005 08:29 AM
how did SquirrelMail get there? novaprime Linux - Software 4 01-24-2005 04:49 AM
SquirrelMail darthczyz Linux - Software 3 05-28-2003 09:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration