1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
7 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
8 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
10 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
15 <h1 class=
"sectionedit131"><a name=
"notes_d_installation_debian_de_la_version_20060825" id=
"notes_d_installation_debian_de_la_version_20060825">Notes d
'installation Debian de la version
20060825</a></h1>
20 Voici un rapport d
'utilisateur qui fournit quelques éléments aux personnes installant avec le CDROM
20060825 sur une Debian.
21 Notez que l
'utilisateur avec pré-ajouté les paquets -dev sur son système au lieu de laisser l
'installateur les trouver. C
'est une manière parfaitement acceptable – et souvent préférable – de traiter les dépendances de gEDA.
23 <pre class=
"code">Just completed an install on my main desktop box which is Debian
24 etch/testing with patches of sid/unstable.
26 Lib packages I had to add to my system:
30 * libgtk1.2-dev (compile failed because of missing gtk-config.
31 Configure did not seem to check for it.)
32 * I needed to install guile-
1.6-dev rather than libguile-dev.
33 Else the installer fails to find scm_make_smob_type.
35 On my system /usr/lib/libqthreads.so pointed to a non existing
36 /usr/lib/libqthreads.so
.12.3.1 This may be a bug in Debians packaging
37 rules. Thus the installer failed with:
38 gcc: /usr/lib/libqthreads.so: No such file or directory make[
2]:*** [libgeda.la] Error
1
39 I resolved the issue by faking a link:
40 sudo ln -s libqthreads.so
.12.3.0 libqthreads.so
.12.3.1</pre>