Re: Re: Re: AW: [ls-support] What is the best distro for livesupport
  • phorum@code.campware.org wrote:
    > Author: cb68
    > Link: http://code.campware.org/phorum/read.php?20,3121,3132#msg-3132
    > --------------------------------------------------------------------------------
    >
    > Thank you you are right postgresql was missing !
    > I Install it
    > After that few other pakages was missing.
    >
    > By the way : is ther a detailed documentation for installation.
    > I mean the package we need to install before.

    when you try to install, dpkg will tell you what packages you need, in
    appropriate detail...

    > Modifying postgresql access permissions...
    > /opt/livesupport/bin/postInstallStation.sh: line 255: /etc/init.d/postgresql: Aucun fichier ou répertoire de ce type

    I'm sorry, my french is not that good - what does this message mean?

    do you have a /etc/init.d/postgresql file, after installing postgresql?

    > /opt/livesupport/bin/postInstallStation.sh: line 256: /etc/init.d/postgresql: Aucun fichier ou répertoire de ce type
    > Fatal error: PostgreSQL PHP extension required and not found. in /opt/livesupport/var/LiveSupport/storageServer/var/install/install.php on line 56

    hm, do you have the php extension for postgresql?


    Akos
    _______________________________________________
    ls-support mailing list
    ls-support@lists.campware.org
    http://lists.campware.org/mailman/listinfo/ls-support
  • 5 Comments sorted by
  • How can I do that ?
  • _______________________________________________
    ls-support mailing list
    ls-support@lists.campware.org
    http://lists.campware.org/mailman/listinfo/ls-support
  • I have in /etc/postgresql/7.4/main a postgres.conf file !
    Shall I change it ?
  • do you have a /etc/init.d/postgresql file, after installing postgresql?

    --> no !/etc/init.d/postgresql7.4 and I can also install the version 8 and I have
    /etc/init.d/postgresql-8.0

    I had
    Ákos Maróy Wrote:
    -------------------------------------------------------
    > phorum@c
    > 1;de.campw
    > 7;re.org wrote:
    > > Author: cb68
    > > Link:
    > >
    > --------------------------------------------------
    > ------------------------------
    > >
    > > Thank you you are right postgresql was
    > missing !
    > > I Install it
    > > After that few other pakages was missing.
    > >
    > > By the way : is ther a detailed documentation
    > for installation.
    > > I mean the package we need to install before.
    >
    > when you try to install, dpkg will tell you what
    > packages you need, in
    > appropriate detail...
    >
    > > Modifying postgresql access permissions...
    > > /opt/livesupport/bin/postInstallStation.sh:
    > line 255: /etc/init.d/postgresql: Aucun fichier ou
    > répertoire de ce type
    >
    > I'm sorry, my french is not that good - what does
    > this message mean?
    >
    > do you have a /etc/init.d/postgresql file, after
    > installing postgresql?
    >
    > > /opt/livesupport/bin/postInstallStation.sh:
    > line 256: /etc/init.d/postgresql: Aucun fichier ou
    > répertoire de ce type
    > > Fatal error: PostgreSQL PHP extension
    > required and not found. in
    > /opt/livesupport/var/LiveSupport/storageServer/var
    > /install/install.php on line 56
    >
    > hm, do you have the php extension for postgresql?
    >
    >
    > Akos
    > _______________________________________________
    > ls-support mailing list
    > ls-suppo
    > 14;t@lists.&
    > #99;ampware.&
    > #111;rg
    >


  • Small remark: sudo does not work in this way. It need to setup /etc/sudoers
    first, and will ask for user-password, not root.
    su does the job. It would be this:

    su (will ask for root pwd)
    apt-get install php4-pgsql

    BTW, the phorum seems does not handle HTML-mails and/or attachments, so
    sorry for Doug, your postings not there. Better use plain mails without the
    attachment.




    -----Ursprungliche Nachricht-----
    Von: ls-support-bounces@lists.campware.org
    [mailto:ls-support-bounces@lists.campware.org]Im Auftrag von
    Douglas.Arellanes@mdlf.org
    Gesendet: Sonntag, 4. Dezember 2005 11:45
    An: Support mailing list for the LiveSupport software project
    Betreff: Re: [LS Support] Re: Re: Re: AW: [ls-support] What is the best
    distrofor livesupport



    Open a terminal window and type the following:

    sudo apt-get install php4-pgsql


    It will ask for your root password, and after that, the apt-get program will
    install the php4-pgsql package. You must have either a working Internet
    connection or have the Ubuntu install CDs available.


    Hope this helps. Please keep us posted on your progress.


    doug

    _______________________________________________
    ls-support mailing list
    ls-support@lists.campware.org
    http://lists.campware.org/mailman/listinfo/ls-support