health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health] no health modules


From: Luis Falcon
Subject: Re: [Health] no health modules
Date: Mon, 04 Nov 2013 20:14:23 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131006 Icedove/17.0.9

Hello Martin
On 11/04/2013 07:10 PM, Martin Carmichael wrote:
> installed: 
> python-dev and libpq-dev
> 
> goes further but this times breaks in creating modules:
> 
> creating build/temp.linux-x86_64-2.7/Modules
> 
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R
> -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules
> -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include
> -I/usr/include/python2.7 -c Modules/LDAPObject.c -o
> build/temp.linux-x86_64-2.7/Modules/LDAPObject.o
> 
> In file included from Modules/LDAPObject.c:9:0:
> 
> Modules/errors.h:8:18: fatal error: lber.h: Aucun fichier ou dossier de
> ce type
> 
> compilation terminated.
> 
> error: command 'gcc' failed with exit status 1
> 
> also tried after python-ldap installation but this time it fails when
> uninstalling python-ldap (permission denied)
> 
> 
Looks like you're missing the first part of the installation, the
dependencies. Please check
https://en.wikibooks.org/wiki/GNU_Health/Operating_System-Specific_Notes#Debian_GNU.2FLinux_and_derivatives_.28eg.2C_Ubuntu.29

And install this deps .

Best,
> 
> 
> 
> 2013/11/4 Martin Carmichael <address@hidden
> <mailto:address@hidden>>
> 
>     I did made another try after 
>     apt-get install libxslt1-dev
> 
>     ./gnuhealth_install.sh
> 
>     now it goes further but still stuck here:  does not find Python.h
>     includes
> 
>     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
>     -Wstrict-prototypes -fPIC -I/usr/include/libxml2
>     -I/home/gnuhealth/gnuhealth-2.2.1/build/lxml/src/lxml/includes
>     -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o
>     build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o
> 
>     src/lxml/lxml.etree.c:16:20: fatal error: Python.h: Aucun fichier ou
>     dossier de ce type
> 
>     compilation terminated.
> 
>     error: command 'gcc' failed with exit status 1
> 
> 
> 
> 
> 
>     2013/11/4 Martin Carmichael <address@hidden
>     <mailto:address@hidden>>
> 
>         here is a new installation log 
>         installed on a brand new latest debian box
> 
>         first install requirements:
>         postgresql and python-pip OK
>         createuser and sql account OK
> 
> 
> 
> 
>         some errors from ./gnuhealth_install.sh:
> 
>             ERROR: /bin/sh: 1: xslt-config: not found
>             
>             ** make sure the development packages of libxml2 and libxslt
>         are installed **
>           
>         creating build/temp.linux-x86_64-2.7/src/lxml
> 
>         gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
>         -Wstrict-prototypes -fPIC
>         -I/home/gnuhealth/gnuhealth-2.2.1/build/lxml/src/lxml/includes
>         -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o
>         build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o
> 
>         src/lxml/lxml.etree.c:16:20: fatal error: Python.h: Aucun
>         fichier ou dossier de ce type
> 
>         compilation terminated.
> 
>         error: command 'gcc' failed with exit status 1
> 
>         ----------------------------------------
>         Command /usr/bin/python -c "import
>         
> setuptools;__file__='/home/gnuhealth/gnuhealth-2.2.1/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n',
>         '\n'), __file__, 'exec'))" install
>         --single-version-externally-managed --record
>         /tmp/pip-ldiGPw-record/install-record.txt --user failed with
>         error code 1 in /home/gnuhealth/gnuhealth-2.2.1/build/lxml
>         Storing complete log in /home/gnuhealth/.pip/pip.log
>         address@hidden:~/gnuhealth-2.2.1$ ./gnuhealth_install.sh
> 
> 
>         attachment: /home/gnuhealth/.pip/pip.log
> 
> 
> 
> 
> 
>         2013/11/4 Luis Falcon <address@hidden <mailto:address@hidden>>
> 
>             Hi Martin
>             On 11/04/2013 01:24 PM, Martin Carmichael wrote:
>             > hello luis
>             > yes and no, the standard installation method get some problems
>             > the *gnuhealth_install.sh* script gave me some problems,
>             and I dont have
>             > a log.
>             >
>             > $HOME/.gnuhealthrc this file was not created
>             >
>             You probably missed the initial part, of the requirements
>             for Debian /
>             Ubuntu.
> 
>             >
>             > I dont have a working editconf command
>             >
>             > I had to install some requirements from command-line
>             >
>             > apt-get install postgresql, and its client,
>             >
>             > python-pip, python-gtk2, python-dateutils, and so on.
>             >
>             > tryton and its client was downloaded and installed from
>             tar archive.
>             >
>             >
>             > well, I think I missed  installation and something went wrong.
> 
>             I would start the installation from scratch. It will be a
>             good training
>             process. Please let us know if you find any issues or bugs
>             during the
>             process.
> 
>             Let us also know the specific version and release of Debian
>             that you're
>             using.
> 
>             Best,
>             >
>             >
>             >
>             > 2013/11/3 Luis Falcon <address@hidden
>             <mailto:address@hidden> <mailto:address@hidden
>             <mailto:address@hidden>>>
>             >
>             >     Hi there !
>             >     On 11/03/2013 07:28 PM, Martin Carmichael wrote:
>             >     > hello
>             >     > I succesfully installed GNU health on locahost on a
>             debianlinux
>             >     machine
>             >     > the only modules I see are ir res, webdav and workflow
>             >     > how do you Select the *health_profile* module, and
>             click on *Mark for
>             >     > installation*:
>             >     > I do not see health profile!
>             >     > please help !
>             >     >
>             >     Did you use the standard installation method at
>             >     https://en.wikibooks.org/wiki/GNU_Health/Installation ?
>             >
>             >     Please let us know if this helps .
>             >
>             >     Best,
>             >
>             >     --
>             >     GNU Health : The Free Health and Hospital Information
>             System
>             >     http://health.gnu.org
>             >     Twitter: @gnuhealth
>             >
>             >
> 
> 
>             --
>             GNU Health : The Free Health and Hospital Information System
>             http://health.gnu.org
>             Twitter: @gnuhealth
> 
> 
> 
> 


-- 
GNU Health : The Free Health and Hospital Information System
http://health.gnu.org
Twitter: @gnuhealth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]