make/pear problems
  • When ever i try to intall campsite i get teh collowing error

    /usr/bin/pear install --soft Archive_Tar Console_Getopt XML_RPC PEAR Net_Socket
    No valid packages found
    install failed
    gmake[2]: *** [install] Error 1
    gmake[2]: Leaving directory `/var/www/web4/campsite/implementation/management'
    gmake[1]: *** [install] Error 1
    gmake[1]: Leaving directory `/var/www/web4/campsite/implementation'
    make: *** [install] Error 2

    I double checked to make sure the pear packages were installed and recieve this message
    Skipping package "pear/Archive_Tar", already installed as version 1.3.1
    Skipping package "pear/Console_Getopt", already installed as version 1.2
    Skipping package "pear/XML_RPC", already installed as version 1.4.5
    Skipping package "pear/PEAR", already installed as version 1.4.7
    Skipping package "pear/Net_Socket", already installed as version 1.0.6
    No valid packages found
    install failed

    Anyone know how to solve this problem? I searched the forum and found that someone else had the problem but there wasn't a solution posted.

    Thanks,
    jaime ruiz
  • 1 Comment sorted by
  • Commenting the line out in the Makefile in ./implementation/management seemed to do the trick if anyone else is having this problem