Results 1 to 5 of 5
A good day to ya'll
please make suggestions to solve this problem:
openwebmails instructions say the following
perl file.pl
run make
however when I run make bash displays:
error 1
...
- 10-02-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
openwebmail on suse
A good day to ya'll
please make suggestions to solve this problem:
openwebmails instructions say the following
perl file.pl
run make
however when I run make bash displays:
error 1
false
- 10-03-2007 #2Just Joined!
- Join Date
- Mar 2007
- Location
- Newcastle, Australia
- Posts
- 80
Openwebmails, is this a perl script your are trying to use or trying to install ?
- 10-04-2007 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
make
the perl script runs fine and creates a file called Makefile
when i run make bash displays error1
- 10-04-2007 #4Just Joined!
- Join Date
- Mar 2007
- Location
- Newcastle, Australia
- Posts
- 80
sorry why " make bash " are you trying to make the file executable, I guess what are you trying to do with script so we can figure out what you need to do.
[http://graphics.hotmail.com/emlove.gif] Bec
- 10-04-2007 #5Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
make
thanks for your reply
first I ran perl file1.pl it made the makefile
im running "make" and then it displays the error in xterm.
i was following the instructions from:
http://www.openwebmail.org/openwebmail/doc/readme.txt
CGI.pm installation:
cd /tmp
tar -zxvf CGI.pm-3.05.tar.gz
cd CGI.pm-3.05
perl Makefile.PL
make
make install


Reply With Quote