Re: [campsite-support] Steps for installing on fedora core 1
  • Thanks for sending these instructions! I added it as a note in the manual:
    http://code.campware.org/manuals/campsite/2.3/index.php?id=6

    - Paul

    phorum@code.campware.org wrote:
    > Author: Dave
    > Link: http://code.campware.org/phorum/read.php?8,2932,2932#msg-2932
    > --------------------------------------------------------------------------------
    >
    > In case anyone wants to install on fedora core 1. Its very simple, just a few extra steps.
    >
    > My server:
    > Fedora core 1
    > MySQL 4.0.21
    > PHP 4.3.*
    >
    > I had to install libidn-0.5.9 Very straightforward install. Get it here: http://josefsson.org/libidn/releases/
    >
    > After install libidn, I ran the install again and got a few file permission errors. The install_log explain it all.
    >
    > After fixing file permission, I tried to hit mysite.com/admin and got file not found errors. Paul explained to me I was missing PEAR libraries and explained how to install them:
    >
    > pear install FILE_NAME
    >
    > I had to install:
    > File
    > File_Find
    > Net_URL
    > Net_Socket
    > HTTP_Request
    > HTTP_Client
    >
    > Hit mysite/admin again and everything is working great.
    >
    > HTH
    >