Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    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

  3. #3
    Just Joined!
    Join Date
    Jul 2006
    Posts
    2
    hi
    i dont have JVM in my machine ,
    so solve my problem
    thanks in advance
    rohit

  4. #4
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,112

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •