Results 1 to 7 of 7

Thread: HOWTO: Install ZPoC

  1. #1
    Join Date
    Jun 2006
    Beans
    553
    Distro
    Ubuntu Jaunty Jackalope (testing)

    HOWTO: Install ZPoC

    ZPoC, a P2P program exclusively for Christian music, doesn't have an equivalent program and doesn't work at all under Wine. Here's how to get it under Ubuntu Dapper Drake (note: my first tutorial, so bear with me):

    Go to http://rullz.lv/zpoc/download/

    Download the dclibzpoc-0.3.7.tar.bz2 package

    Unzip it to your /tmp folder

    Open up a Terminal and type:

    sudo apt-get install libbz2-dev libxml2-dev xlibs-dev qt3-apps-dev
    cd /tmp/dclibzpoc-0.3.7
    ./configure
    sudo make
    sudo make install
    Then download the valknutzpoc-0.3.7.tar.gz package

    Unzip it to your /tmp folder as well

    Go back to your Terminal and type:

    cd /tmp/valknutzpoc-0.3.7
    ./configure
    sudo make
    sudo make install
    To get the program to run, use the command:

    valknut-zpoc
    It will not automatically be added to your menu, but you can use Alacarte to do that (instructions for that are in other threads).

    The interface is different, and it takes some getting used to, but for many people, it's well worth it.

    Make sure you bring up the Hub List and Refresh it! (the refresh button is at the bottom-left of the window) to see the rooms.

    If you have any problems, I'd be glad to try and help you out!
    Last edited by tonyr1988; January 16th, 2007 at 07:52 AM.
    Laptop ==> Dell Mini 9 :: 2GB RAM :: Ubuntu Netbook Remix Jaunty

    Desktop ==> Shuttle SG31G2 V2 :: Primarily Media Center (XBMC)

  2. #2
    Join Date
    Oct 2004
    Location
    Lancaster, Pennsylvania
    Beans
    147

    Re: HOWTO: Install ZPoC

    Thank you so much! I haven't tried it yet, but i'm sure it will work great!

    I needed this! :-p
    "For to me, to live is Christ and to die is gain." - Philippians 1:21 (NIV)

  3. #3
    Join Date
    Sep 2007
    Beans
    2

    Re: HOWTO: Install ZPoC

    Maybe I am a little bit late with my reaction... Just installed the newest version of ubuntu (7.04 ?) and when I follow the instructions then I can't get it to work. So could somebody please help me with this one

  4. #4
    Join Date
    Feb 2009
    Location
    Jamestown, NY
    Beans
    35
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: Install ZPoC

    I too followed the instuctions and did not succeed in installation. I think I may be missing so program as when I got to the make and Make install steps I got

    *** No targets specfified and no makefile found. Stop.

    *** No rule to make target 'install'. Stop.

    If I need something to make this please let me know. Stumped.

  5. #5
    Join Date
    Jul 2007
    Location
    Raleigh, NC
    Beans
    20
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: HOWTO: Install ZPoC

    I had a successful install (On two different Kubuntu Intrepid machines) by changing the first line to install a couple different dependencies. My revised instructions are below.

    1. Unpack the two files into /tmp.
    2. Install dependencies:
    sudo aptitude install g++ libbz2-dev libxml2-dev libxcb-xlib0-dev qt3-apps-dev
    3. Compile/install the contents of both files:
    cd /tmp/dclibzpoc-0.3.7
    ./configure
    make
    sudo make install
    and
    cd /tmp/valknutzpoc-0.3.7
    ./configure
    make
    sudo make install
    4. Run Zpoc with the command:
    valknut-zpoc
    Last edited by myrddinemrys; February 17th, 2009 at 01:57 PM. Reason: misspelled word

  6. #6
    Join Date
    Dec 2010
    Beans
    1

    Re: HOWTO: Install ZPoC

    I successfully got the installation done however on program launch I get: Cannot connect to Xserver :0.0

    I am using a laptop with a wifi connection.

    Thanks.

    randy

  7. #7
    Join Date
    Jun 2010
    Beans
    17

    Re: HOWTO: Install ZPoC

    I compiled and installed it, but I cannot run ZPoC.

Bookmarks

Posting Permissions

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