Aller au contenu

ricola74

Membres
  • Compteur de contenus

    24
  • Inscription

  • Dernière visite

Messages posté(e)s par ricola74

  1. c'est au niveau de l'installation de optware-devel ? sinon quand je relance le make de la GEO il me ressort la même erreur

    ipkg install wget-ssl

    Installing wget-ssl (1.12-2) to root...

    Nothing to be done

    An error ocurred, return value: 1.

    Collected errors:

    ERROR: The following packages conflict with wget-ssl:

    wget

  2. Dikstation> ipkg install crosstool-native optware-devel

    Installing optware-devel (6.8-10) to root...

    Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/optware-devel_6.8-10_arm.ipk

    Installing wget-ssl (1.12-2) to root...

    Nothing to be done

    An error ocurred, return value: 1.

    Collected errors:

    Cannot find package crosstool-native.

    Check the spelling or perhaps run 'ipkg update'

    ERROR: The following packages conflict with wget-ssl:

  3. Dikstation> ipkg update

    Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/Packages.gz

    Inflating http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/Packages.gz

    Updated list of available packages in /opt/lib/ipkg/lists/cross

    Successfully terminated.

    Dikstation> ipkg install make automake autoconf libtool binutils

    Package make (3.82-1) installed in root is up to date.

    Package automake (1.12-1) installed in root is up to date.

    Package autoconf (2.69-1) installed in root is up to date.

    Package libtool (1.5.26-1) installed in root is up to date.

    Package binutils (2.19.1-1) installed in root is up to date.

    Nothing to be done

    Successfully terminated.

    Dikstation> ipkg install make automake autoconf libtool binutils

    Package make (3.82-1) installed in root is up to date.

    Package automake (1.12-1) installed in root is up to date.

    Package autoconf (2.69-1) installed in root is up to date.

    Package libtool (1.5.26-1) installed in root is up to date.

    Package binutils (2.19.1-1) installed in root is up to date.

    Nothing to be done

    Successfully terminated.

    Dikstation> ipkg install gcc

    Package gcc (4.2.3-1) installed in root is up to date.

    Nothing to be done

    Successfully terminated.

    Dikstation>

    Je pense que je suis tout a jour

  4. ipkg install crosstool-native

    le crosstool introuvable

    J ai une erreur sur la librairie GEO ou niveau du make :

    Making all in doc

    make[1]: Entering directory `/volume1/Commun/geos-3.3.3/doc'

    /opt/bin/bash ../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o example example.o ../src/libgeos.la ../src/libgeos.la

    libtool: link: g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o .libs/example example.o -L/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3 -L/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/../lib/gcc -L/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/../../../../arm-none-linux-gnueabi/lib -L/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/../arm-none-linux-gnueabi/libc/lib -L/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/../arm-none-linux-gnueabi/libc/usr/lib ../src/.libs/libgeos.so /opt/lib/libstdc++.so -lm -lc -lgcc_s -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/opt/lib

    ../src/.libs/libgeos.so: undefined reference to `std::auto_ptr<geos::geom::Envelope>::auto_ptr(std::auto_ptr_ref<geos::geom::Envelope>)'

    ../src/.libs/libgeos.so: undefined reference to `_ZNSt8auto_ptrIN4geos4geom8EnvelopeEEcvSt12auto_ptr_refIT_EIS2_EEv'

    ../src/.libs/libgeos.so: undefined reference to `std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'

    collect2: ld returned 1 exit status

    make[1]: *** [example] Error 1

    make[1]: Leaving directory `/volume1/Commun/geos-3.3.3/doc'

    make: *** [all-recursive] Error 1

    Je suis un peu paumé ca fait 10 ans que j'ai pas touche à un linux ... ca revient doucement ..

  5. re bonjour à tous .. le phpgadmin marche nickel, mon nas est devenu mon serveur Postgremysql. Par contre je me casse les dents sur un autre souci. J'ai besoin de la couche de spatialisation POSTGIS. J'arrive pas à la compiler. J'ai des erreurs de geo-librairie manquante. Est ce que quelqu’un a une astuce une solution pour les trouver ? ou pour installer directement le POSTGIS ?

  6. j'arrive sur la page de connection du phppgadmin mais quand je me connecte au serveur il me met cette erreur :

    Missing file: /usr/syno/synoman/phpsrc/phppgadmin/libraries/adodb/drivers/adodb-postgres7.inc.php ADONewConnection error: [-998: could not load the database driver for ''] in ADONewConnection(, )

  7. j'ai suivi les tuto pour installer le serveur postgresql :

    http://blog.kristalsoft.com/post/2010/05/06/Installation-de-phpPgAdmin

    http://tuto.myhost.fr/synology/38-tutoriel/64-phppgadmin

    et quand je vais sur application tierce : http://192.168.1.15/phppgadmin/index.php

    ca donne ca :

    <?php

    /**

    * Main access point to the app.

    *

    * $Id: index.php,v 1.13 2007/04/18 14:08:48 mr-russ Exp $

    */

    // Include application functions

    $_no_db_connection = true;

    include_once('./libraries/lib.inc.php');

    $misc->printHeader('', null, true);

    $rtl = (strcasecmp($lang['applangdir'], 'rtl') == 0);

    $cols = $rtl ? '*,'.$conf['left_width'] : $conf['left_width'].',*';

    $mainframe = '<frame src="intro.php" name="detail" id="detail" frameborder="0" />'

    ?>

    <frameset cols="<?php echo $cols ?>">

    J'ai oublier d'activer un truc ?

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.