Results 1 to 4 of 4
hi
please helps me
i have debian 3.1 and kernel 2.6
and also installed asterisk 1.2.9.1
now i m installibng an predictive dialer called gnudialer-puff-18.1.06.tar.gz
i got an error when ...
- 07-15-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
path problem
hi
please helps me
i have debian 3.1 and kernel 2.6
and also installed asterisk 1.2.9.1
now i m installibng an predictive dialer called gnudialer-puff-18.1.06.tar.gz
i got an error when i install astcrm (an crm in gnudialer)
is it an path problem???
debian:/usr/src/gnudialer/astcrm-1* .1.5# make
g++ -Wall -Wshadow crm.cpp -o crm.cgi
g++ -Wall -Wshadow submitinfo.cpp -o submitinfo.cgi
echo
echo
echo "If you get a compile error on AstMonitor.java, ignore it."
If you get a compile error on AstMonitor.java, ignore it.
echo
echo
javac AstMonitor.java
make: javac: Command not found
make: *** [all] Error 127
debian:/usr/src/gnudialer/astcrm-1* .1.5# make install
chmod a+w /var/www/cgi-bin/
cp crm.cgi /var/www/cgi-bin/
cp submitinfo.cgi /var/www/cgi-bin/
cp astcrm.conf /var/www/cgi-bin/
cp: cannot stat `astcrm.conf': No such file or directory
make: *** [install] Error 1
thanks in advance
- 07-15-2006 #2
make install won't help you if make fails. If you have javac on your computer, you can make sure it's "seen" in the path like this:
Code:export PATH=$PATH:/path/to/javac
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 07-17-2006 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
hi
i dont have JVM in my machine ,
so solve my problem
thanks in advance
rohit
- 07-17-2006 #4


Reply With Quote
