Ok Folks,
This time i need serious help.
Here what I did: I have reconfigured the 'configure' file and 
have this 
--------------------
if test "$imagedir" != ""
                then
                        if test "$imageurl" = ""
                        then

imageurl="/home/httpd/html/images/sqwebmail/"
                        fi
                fi
--------------------------
for the imagedir i have this

-------------------
cgibindir=""
imagedir=""

for f in /var/lib/httpd /home/httpd /usr/local/apache /usr/local/www
/var/lib/apache/share
do
        if test -d $f/cgi-bin
        then
                cgibindir=$f/cgi-bin
        fi

        if test -d $f/htdocs
        then
                imagedir="$f/htdocs/webmail"
        fi
        if test -d $f/html
        then
                imagedir="$f/html/images/sqwebmail"
        fi
-----------------------------

as you can se i dont have htdocs directory.



And this is the output i get on 'make configure-check'
--------------
SqWebMail CGI will be installed in /home/httpd/cgi-bin
Images will be installed in /home/httpd/html/images/sqwebmail
make[1]: Entering directory `/home/inter7/inter7/sqwebmail-0.99/sqwebmail'
URL to the image directory is /webmail/
make[1]: Leaving directory `/home/inter7/inter7/sqwebmail-0.99/sqwebmail'
----------------

I am not understading what else needs to be done at all.
Please help me.


Jahanur R Subedar
WWW.JJSOFT.COM

Reply via email to