IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Réseau Discussion :

Connexion à distance


Sujet :

Réseau

  1. #21
    Rédacteur
    Avatar de CedrX
    Inscrit en
    Avril 2007
    Messages
    1 111
    Détails du profil
    Informations forums :
    Inscription : Avril 2007
    Messages : 1 111
    Points : 1 525
    Points
    1 525
    Par défaut
    Ton service apache a démarré.
    Tu peux accéder aux pages servies par ton serveur web par http://127.0.0.1

    Ce n'est qu'un warning qui te prévient que la machine n'a pas de domaine réseau.

  2. #22
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut Un Grand Merci CedrX
    Merci infiniment Cedrx d'avoir s'intéresser a chaque fois de mes problèmes Merci beaucoup

    Ton service apache a démarré.
    Tu peux accéder aux pages servies par ton serveur web par http://127.0.0.1
    tu as raison ça marche bien

    Ce n'est qu'un warning qui te prévient que la machine n'a pas de domaine réseau.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    [root@localhost]#domainname web
    [root@localhost]#domainname
    web
    :ccool:
    j'aimerai savoir comment je peux lancer mon site sur le serveur Appache

    Merci d'avance

  3. #23
    Nouveau membre du Club
    Inscrit en
    Juillet 2009
    Messages
    24
    Détails du profil
    Informations forums :
    Inscription : Juillet 2009
    Messages : 24
    Points : 38
    Points
    38
    Par défaut
    Voici un lien qui devrait t'aider :

    http://doc.fedora-fr.org/wiki/Instal...ion_d%27Apache

    Plus spécifiquement, si tu souhaites mettre en place ton site web, il te faut placer tes fichiers *.php etc dans le répertoire indiqué par la directive "DocumentRoot" de ton /etc/httpd/conf/httpd.conf, sûrement /var/www/[...]

    Pour le Warning sur le ServerName, tu peux ajouter une ligne "ServerName localhost.localdomain" à ton /etc/httpd/conf/httpd.conf

  4. #24
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut le difficile deviens facile grace a vous
    Salut

    Bonjour CedrX
    Bonjour Sawn_

    Merci Sawn_ beaucoup pour le lien

    Voila j'ai téléchargée la version de php php-5.2.10.tar ensuite je lai décompressé dans le dossier /usr/local/php/
    tout est bien décompresser pas d'erreur.
    sauf que quand je viens de configurer le php avec le apache je ne sais pas exactement le répertoire ou est installer Appache

    Merci de me indiquer la commande qui donne le répertoire ou est installer Appache

    Merci d'avance

  5. #25
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut HELP
    Salut

    Voila après l'installation du paquet PHP ,je viens de suivre ce tuto Sauf que j'ai un probleme c'est que je ne sais ou est installer le paquet Appache

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    ./configure --with-mysql --with-config-file=/usr/local/apache/conf --with-apache=/usr/local/apache --enable-track-vars
    la partie de cette commande en rouge c'est cette partie qui me manque

    Merci de m'aider de trouver la solution

    Merci d'avance

  6. #26
    Rédacteur
    Avatar de CedrX
    Inscrit en
    Avril 2007
    Messages
    1 111
    Détails du profil
    Informations forums :
    Inscription : Avril 2007
    Messages : 1 111
    Points : 1 525
    Points
    1 525
    Par défaut
    Je ne comprends pas pourquoi tu persistes à vouloir compiler un php à partir des sources alors que celui ci doit être installable à partir des paquets de la distribution.

    Ensuite pour avoir la liste des paques installées sur une redhat ou un centos
    Pour avoir plus de détails sur un des paquets installés sur le système:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    rpm -qil nom_du_paquet

  7. #27
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut Merci CedrX
    Bonjour CedrX

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
    821
    822
    823
    824
    825
    826
    827
    828
    829
    830
    831
    832
    833
    834
    835
    836
    837
    838
    839
    840
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    [root@localhost]#rpm -qa | more
    
    glibc-common-2.7-2
    ql2100-firmware-1.19.38-1.fc8.1
    ipw2100-firmware-1.3-8
    gnome-audio-2.0.0-4
    popt-1.12-3.fc8
    libpng-1.2.22-1.fc8
    nspr-4.6.7-3.fc8
    sed-4.1.5-9.fc8
    libXau-1.0.3-3.fc8
    libidn-0.6.14-4
    libvorbis-1.2.0-1.fc8
    lcms-1.17-2.fc8
    coreutils-6.9-9.fc8
    libnl-1.0-0.10.pre5.4
    iproute-2.6.22-2.fc8
    libXdmcp-1.0.2-4.fc8
    SDL-1.2.12-2.fc8
    e2fsprogs-1.40.2-10.fc8
    pilot-link-0.12.2-5.fc8
    openobex-1.3-8.fc8
    mailx-8.1.1-46.fc7
    libgssglue-0.1-4.fc8
    libvolume_id-116-3.fc8
    libtirpc-0.1.7-12.fc8
    libsmbios-bin-0.13.10-1.fc8
    libiec61883-1.1.0-1.fc7
    acl-2.2.39-10.fc8
    bc-1.06-29
    texinfo-4.11-1.fc8
    libedit-2.10-1.20070831cvs.fc8
    gmime-2.2.10-5.fc8
    checkpolicy-2.0.4-1.fc8
    ustr-1.0.1-6.fc8
    fedora-logos-8.0.2-1.fc8
    bluecurve-icon-theme-8.0.0-1.fc8
    libao-0.8.6-5.fc8
    libXt-1.0.4-3.fc8
    libXtst-1.0.3-1.fc8
    mesa-libGL-7.0.1-7.fc8
    gimp-libs-2.4.0-0.rc3.2.fc8
    gtkspell-2.0.11-4.fc8
    libdmx-1.0.2-4.fc8
    gtkglext-libs-1.2.0-5.fc8
    libXTrap-1.0.0-4.fc8
    giflib-4.1.3-8
    xorg-x11-apps-7.3-1.fc8
    nss_ldap-257-3.fc8
    usbutils-0.71-2.1
    autofs-5.0.2-16
    irda-utils-0.9.18-3.fc8
    jwhois-4.0-3.fc8
    nc-1.84-13.fc8
    dosfstools-2.11-8.fc7
    rdist-6.1.5-44
    gnome-themes-2.20.0-1.fc8
    aspell-fr-0.50-11.fc7
    baekmuk-ttf-fonts-gulim-2.2-6.fc8
    lohit-fonts-oriya-2.1.5-3.fc8
    hal-libs-0.5.10-1.fc8
    pygobject2-2.14.0-1.fc8
    libbtctl-0.9.0-3.fc8
    ConsoleKit-libs-0.2.3-1.fc8
    gstreamer-0.10.14-4.fc8
    genisoimage-1.1.6-6.fc8
    pygtk2-2.12.0-2.fc8
    rpm-python-4.4.2.2-3.fc8
    system-config-firewall-tui-1.0.8-3.fc8
    firstboot-tui-1.4.39-1.fc8
    pyxdg-0.15-5.fc8.1
    tomcat5-servlet-2.4-api-5.5.23-9jpp.4.fc8
    gnome-speech-0.4.16-2.fc8
    libgnomeprintui22-2.18.1-1.fc8
    samba-common-3.0.26a-6.fc8
    python-crypto-2.0.1-9.1
    ypbind-1.20.4-2.fc8
    lftp-3.5.14-2.fc8
    pinfo-0.6.9-5.fc8
    isdn4k-utils-3.2-55.fc8
    anacron-2.3-56.fc8
    numactl-0.9.8-4.fc8
    redhat-lsb-3.1-19.fc8
    xorg-x11-fonts-100dpi-7.2-3.fc8
    libgnomeui-2.20.1.1-1.fc8
    NetworkManager-glib-0.7.0-0.5.svn3030.fc8
    xerces-j2-2.7.1-7jpp.2
    gnome-bluetooth-libs-0.9.1-3.fc8
    fedorainfinity-gdm-theme-8.0.1-1.fc8
    ccid-1.2.1-3.fc8
    gnome-volume-manager-2.17.0-8.fc8
    gnome-vfs2-obexftp-0.4-2.fc8
    orca-2.20.0.1-1.fc8
    openoffice.org-draw-2.3.0-6.6.fc8
    nautilus-sendto-0.12-3.fc8
    gnome-power-manager-2.20.0-6.fc8
    eog-2.20.1-1.fc8
    vino-2.20.1-1.fc8
    openoffice.org-langpack-fr-2.3.0-6.6.fc8
    gnome-python2-desktop-2.20.0-1.fc8
    gnome-python2-applet-2.20.0-1.fc8
    system-config-printer-0.7.74.4-3.fc8
    xorg-x11-drv-neomagic-1.1.1-4.fc8
    xorg-x11-drv-dmc-1.1.0-3.fc7
    xorg-x11-drv-ast-0.81.0-6.fc8
    xorg-x11-drv-chips-1.1.1-5.fc8
    xorg-x11-drv-jamstudio-1.1.0-4.fc8
    xorg-x11-drv-spaceorb-1.1.0-4.fc8
    xorg-x11-drv-i740-1.1.0-5.fc8
    xorg-x11-drv-summa-1.1.0-4.fc8
    control-center-filesystem-2.20.1-5.fc8
    baekmuk-ttf-fonts-common-2.2-6.fc8
    atmel-firmware-1.3-2
    zd1211-firmware-1.4-1
    glib2-2.14.2-1.fc8
    libart_lgpl-2.3.19-3.fc8
    bash-3.2-18.fc8
    libselinux-2.0.37-1.fc8
    bzip2-libs-1.0.4-12.fc8
    tcp_wrappers-libs-7.6-50.fc8
    libgcrypt-1.2.4-6
    libsigc++20-2.0.18-1
    shared-mime-info-0.22-3.fc8
    esound-libs-0.2.38-6.fc8
    libsamplerate-0.1.2-7.fc8
    gphoto2-2.4.0-3.fc8
    beecrypt-4.1.2-13
    libXfont-1.3.1-1.fc8
    bzip2-1.0.4-12.fc8
    cpio-2.9-4.fc8
    libIDL-0.8.9-1.fc8
    openssl-0.9.8b-17.fc8
    apr-util-1.2.10-2.fc8
    opal-2.2.11-1.fc8
    libwvstreams-4.4-1.fc8
    iputils-20070202-5.fc8
    nscd-2.7-2
    cyrus-sasl-plain-2.1.22-7
    time-1.7-30.fc8
    vim-common-7.1.135-1.fc8
    taglib-1.5-0.5.20070924svn.fc8
    pcsc-lite-libs-1.3.3-1.fc8
    mingetty-1.07-6
    wavpack-4.41-1.fc7
    netpbm-10.35-17.fc8
    crontabs-1.10-18.fc8
    liberation-fonts-0.2-3.fc8
    libXrender-0.9.4-1.fc8
    pango-1.18.3-1.fc8
    libglade2-2.6.2-3.fc8
    libXpm-3.5.7-1.fc8
    libxklavier-3.3-1.fc8
    java-1.7.0-icedtea-1.7.0.0-0.19.b21.snapshot.fc8
    gnokii-0.6.18-3.fc8
    pulseaudio-libs-glib2-0.9.7-0.17.svn20071017.fc8
    xorg-x11-server-utils-7.3-1.fc8
    xorg-x11-utils-7.3-1.fc8
    alsa-plugins-pulseaudio-1.0.14-5.fc8
    sudo-1.6.9p4-2.fc8
    dump-0.4b41-6.fc8
    krb5-workstation-1.6.2-9.fc8
    rsync-2.6.9-3.2.fc8
    acpid-1.0.6-3.fc8
    setserial-2.17-21.fc8
    rsh-0.17-44.fc8
    mpage-2.5.5-1.fc8
    bitmap-fonts-0.3-5.1.2.fc7
    cjkunifonts-uming-0.1.20060928-4.fc8
    lohit-fonts-kannada-2.1.5-3.fc8
    perl-5.8.8-30.fc8
    xorg-x11-font-utils-7.2-2.fc8
    at-spi-1.20.1-1.fc8
    libsemanage-2.0.12-1.fc8
    avahi-0.6.21-6.fc8
    vte-0.16.9-1.fc8
    tetex-3.0-41.fc8
    libselinux-python-2.0.37-1.fc8
    xdg-utils-1.0.2-2.fc8
    setroubleshoot-plugins-1.10.3-1.fc8
    fedora-gnome-theme-8.0.0-1.fc8
    python-setuptools-0.6c7-2.fc8
    hsqldb-1.8.0.8-1jpp.4.fc8
    man-1.6e-3.fc7
    dhclient-3.0.6-10.fc8
    httpd-2.2.6-3
    ntp-4.2.4p2-6.fc8
    pygtksourceview-2.0.0-1.fc8
    fetchmail-6.3.8-3.fc8
    gcalctool-5.20.2-1.fc8
    irqbalance-0.55-6.fc8
    nfs-utils-1.1.0-6.fc8
    yum-3.2.7-1.fc8
    smolt-firstboot-0.9.9-1.fc8
    xorg-x11-fonts-truetype-7.2-3.fc8
    hal-0.5.10-1.fc8
    gnome-mount-0.7-1.fc8
    sane-backends-1.0.18-17.fc8
    ifd-egate-0.05-19
    libsane-hpaio-2.7.7-6.fc8
    ImageMagick-6.3.5.9-1.fc8
    gnome-spell-1.0.8-1.fc8
    gnome-vfs2-smb-2.20.0-3.fc8
    openoffice.org-impress-2.3.0-6.6.fc8
    yelp-2.20.0-2.fc8
    sound-juicer-2.20.1-1.fc8
    bug-buddy-2.20.1-1.fc8
    codeina-0.10.1-5.fc8
    gnome-python2-gnomevfs-2.20.0-1.fc8
    fedorainfinity-screensaver-theme-1.0.0-1.fc8
    rhythmbox-0.11.2-10.fc8
    xorg-x11-server-Xorg-1.3.0.0-33.fc8
    xorg-x11-drv-elographics-1.1.0-4.fc8
    xorg-x11-drv-tek4957-1.1.0-4.fc8
    xorg-x11-drv-amd-0.0-22.20070625.fc8
    xorg-x11-drv-microtouch-1.1.0-2.fc7
    xorg-x11-drv-citron-2.2.0-2.fc7
    xorg-x11-drv-siliconmotion-1.5.1-3.fc8
    xorg-x11-drv-v4l-0.1.1-8.fc8
    firstboot-1.4.39-1.fc8
    filesystem-2.4.11-1.fc8
    basesystem-8.1-1
    tzdata-java-2007h-1.fc8
    gnome-backgrounds-2.20.0-1.fc8
    ql2400-firmware-4.00.27-1.fc8.1
    iwl3945-firmware-2.14.1.5-2
    rt61pci-firmware-1.2-4
    words-3.0-12.fc7
    glibc-2.7-2
    libICE-1.0.4-2.fc8
    libstdc++-4.1.2-33
    desktop-file-utils-0.13-3.fc8
    mktemp-1.5-25.fc7
    freetype-2.3.5-3.fc8
    libsepol-2.0.11-1.fc8
    libcap-1.10-30
    e2fsprogs-libs-1.40.2-10.fc8
    libexif-0.6.15-4.fc8
    bluez-libs-3.20-1.fc8
    device-mapper-1.02.22-1.fc8
    libgpg-error-1.5-6
    libacl-2.2.39-10.fc8
    aspell-0.60.5-3.fc7
    libtool-ltdl-1.5.24-3.fc8
    diffutils-2.8.1-17.fc8
    pcre-7.3-1
    alsa-lib-1.0.15-1.fc8
    libfontenc-1.0.4-4.fc8
    libraw1394-1.3.0-3.fc8
    curl-7.16.4-8.fc8
    lockdev-1.0.1-11.fc8.1
    hunspell-1.1.12.2-2.fc8
    hesiod-3.1.0-9
    libsysfs-2.1.0-1.fc7
    libavc1394-0.5.3-1.fc6
    tmpwatch-2.9.11-2
    flac-1.2.1-1.fc8
    libutempter-1.1.4-4.fc8
    ed-0.8-1.fc8
    cdparanoia-libs-alpha9.8-27.2
    gmp-4.2.2-3.fc8
    fuse-libs-2.7.0-8.fc8
    krb5-libs-1.6.2-9.fc8
    cups-libs-1.3.3-3.fc8
    libgsf-1.14.7-1.fc8
    pwlib-1.10.10-2.fc8
    dmidecode-2.7-1.26.1.fc6
    nash-6.0.19-4.fc8
    libsmbclient-3.0.26a-6.fc8
    guile-1.8.2-2.fc8
    festival-lib-1.96-1.fc7
    iptables-ipv6-1.3.8-5.fc8
    wodim-1.1.6-6.fc8
    enchant-1.3.0-1.fc6
    lvm2-2.02.28-1.fc8
    nss_compat_ossl-0.9.2-3.fc8
    gpm-1.20.1-89.fc8
    libcdio-0.78.2-3.fc8
    libcroco-0.6.1-3.fc8
    exempi-1.99.4-2.fc8
    cdrdao-1.2.2-3
    file-4.21-3.fc8
    gstreamer-tools-0.10.14-4.fc8
    lrzsz-0.12.20-22.1
    vbetool-0.7-2.fc8
    pax-3.4-4.fc8
    libtextcat-2.2-4.fc8
    libnetfilter_conntrack-0.0.81-1.fc8
    hwdata-0.207-2.fc8
    urw-fonts-2.4-1.fc8
    iso-codes-1.5-1.fc8
    hunspell-en-0.20061130-3.fc8
    fedora-release-notes-8.0.0-3
    libX11-1.1.3-4.fc8
    cairo-1.4.10-2.fc8
    libXrandr-1.2.2-1.fc8
    libXi-1.1.3-1.fc8
    pulseaudio-libs-0.9.7-0.17.svn20071017.fc8
    libgcj-4.1.2-33
    cairomm-1.4.4-1.fc8
    libXaw-1.0.4-1.fc8
    tetex-fonts-3.0-41.fc8
    xorg-x11-xkb-utils-7.2-3.fc8
    poppler-0.6-2.fc8
    sysvinit-2.86-18
    libXv-1.0.3-3.fc8
    gd-2.0.35-1.fc8
    GConf2-gtk-2.20.1-1.fc8
    paps-0.6.6-21.fc8
    at-3.1.10-17.fc8
    libXres-1.0.3-3.fc8
    mono-core-1.2.4-2.fc8
    pavucontrol-0.9.5-0.4.svn20070925.fc8
    glx-utils-7.0.1-7.fc8
    libflashsupport-000-0.1.svn20070904
    pam_ccreds-4-3.fc8
    vorbis-tools-1.1.1.svn20070412-4.fc8
    sox-13.0.0-3.fc8
    bind-utils-9.5.0-16.a6.fc8
    elinks-0.11.3-6.fc8
    nss_db-2.2-38
    psacct-6.3.2-48.fc8
    attr-2.4.38-1.fc8
    lsof-4.78-7.fc8
    unzip-5.52-5.fc8
    mtr-0.72-3.fc8
    traceroute-2.0.9-1.fc8
    rdate-1.4-9.fc8
    unix2dos-2.2-29.fc8
    bcm43xx-fwcutter-006-3.fc8
    gnome-icon-theme-2.20.0-2.fc8
    mono-data-sqlite-1.2.4-2.fc8
    sysreport-1.4.3-10
    lohit-fonts-bengali-2.1.5-3.fc8
    lohit-fonts-hindi-2.1.5-3.fc8
    lohit-fonts-gujarati-2.1.5-3.fc8
    kacst-fonts-1.6.2-2.fc8
    dbus-libs-1.1.2-7.fc8
    libbonobo-2.20.1-1.fc8
    rhpl-0.210-1
    gnome-menus-2.20.1-1.fc8
    metacity-2.20.0-3.fc8
    pulseaudio-0.9.7-0.17.svn20071017.fc8
    newt-python-0.52.7-4.fc8
    audit-libs-python-1.6.2-4.fc8
    initscripts-8.60-1
    avahi-glib-0.6.21-6.fc8
    less-406-12.fc8
    usermode-gtk-1.93.1-1.fc8
    rarian-0.6.0-1.fc8
    tetex-dvips-3.0-41.fc8
    notify-python-0.1.0-4.fc7
    libxml2-python-2.6.30-1
    festival-1.96-1.fc7
    xorg-x11-drv-void-1.1.1-6.fc8
    java-1.5.0-gcj-1.5.0.0-17.fc8
    ghostscript-fonts-5.50-18.fc8
    setroubleshoot-server-1.10.7-1.fc8
    nodoka-theme-gnome-0.3.2-2.fc8
    smolt-0.9.9-1.fc8
    python-reportlab-2.1-1.fc8
    mono-winforms-1.2.4-2.fc8
    xml-commons-apis-1.3.04-0jpp.1.fc8
    sinjdoc-0.5-4.fc7
    dvd+rw-tools-7.0-7.fc8
    libgnomecups-0.2.2-11.fc8
    pm-utils-0.99.4-6.fc8
    kernel-2.6.23.1-42.fc8
    sendmail-8.14.1-4.2.fc8
    xdg-user-dirs-0.9-1.fc8
    yum-metadata-parser-1.1.2-1.fc8
    net-snmp-libs-5.4.1-4.fc8
    gamin-python-0.1.9-4.fc8
    pyorbit-2.14.3-1.fc8
    gnome-user-share-0.11-9.fc8
    pcmciautils-014-11.fc8
    zenity-2.20.0-2.fc8
    openssh-server-4.7p1-2.fc8
    quota-3.14-1.fc7
    rng-utils-2.0-1.14.1.fc6
    prelink-0.4.0-1
    mutt-1.5.16-4.fc8
    enscript-1.6.4-8.fc8
    tetex-latex-3.0-41.fc8
    gutenprint-foomatic-5.0.1-5.fc8
    pulseaudio-esound-compat-0.9.7-0.17.svn20071017.fc8
    xorg-x11-fonts-Type1-7.2-3.fc8
    libgnome-2.20.1-2.fc8
    gstreamer-plugins-base-0.10.14-6.fc8
    librsvg2-2.18.2-2.fc8
    eel2-2.20.0-1.fc8
    libgnomekbd-2.20.0-1.fc8
    xalan-j2-2.7.0-6jpp.1
    NetworkManager-0.7.0-0.5.svn3030.fc8
    gimp-2.4.0-0.rc3.2.fc8
    firefox-2.0.0.8-2.fc8
    nspluginwrapper-0.9.91.5-8.fc8
    bsh-1.3.0-9jpp.2
    gdm-2.20.1-5.fc8
    libgail-gnome-1.20.0-1.fc8
    gstreamer-python-0.10.8-2.fc8
    gucharmap-1.10.1-1.fc8
    bluez-utils-3.20-4.fc8
    nautilus-2.20.0-6.fc8
    coolkey-1.1.0-5.fc8
    openoffice.org-calc-2.3.0-6.6.fc8
    java-1.7.0-icedtea-plugin-1.7.0.0-0.19.b21.snapshot.fc8
    totem-2.20.1-1.fc8
    totem-mozplugin-2.20.1-1.fc8
    evince-2.20.1-1.fc8
    fast-user-switch-applet-2.20.0-1.fc8
    hal-cups-utils-0.6.13-2.fc8
    gthumb-2.10.7-1.fc8
    openoffice.org-xsltfilter-2.3.0-6.6.fc8
    gnome-python2-2.20.0-1.fc8
    xorg-x11-drv-vesa-1.3.0-10.fc8
    pirut-1.3.25-2.fc8
    gnome-python2-gtkhtml2-2.19.1-9.fc8
    gnome-games-2.20.1-1.fc8
    gnome-python2-bonobo-2.20.0-1.fc8
    policycoreutils-gui-2.0.31-7.fc8
    rhpxl-0.49-2.fc8
    xorg-x11-drv-penmount-1.1.0-3.fc7
    linuxwacom-0.7.8.3-3.fc8
    xorg-x11-drv-rendition-4.1.3-5.fc8
    xorg-x11-drv-ati-6.7.195-3.fc8
    xorg-x11-drv-nsc-2.8.1-4.fc8
    xorg-x11-drv-aiptek-1.0.1-5.fc8
    xorg-x11-drv-tseng-1.1.0-7.fc8
    xorg-x11-drv-s3virge-1.9.1-5.fc8
    xorg-x11-drv-s3-0.5.0-5.fc8
    xorg-x11-drv-acecad-1.1.0-5.fc8
    xorg-x11-drv-vmmouse-12.4.3-1.fc8
    xorg-x11-drv-sisusb-0.8.1-9.fc8
    xorg-x11-drv-dummy-0.2.0-5.fc8
    xorg-x11-drv-digitaledge-1.1.0-4.fc8
    compiz-0.6.2-3.fc8
    system-config-display-1.0.51-4.fc8
    setup-2.6.10-1.fc8
    mailcap-2.1.25-1.fc8
    comps-extras-13-1
    xkeyboard-config-1.1-3.fc8
    rt73usb-firmware-1.8-4
    ql23xx-firmware-3.03.20-1.fc8.1
    ql2200-firmware-2.02.08-1.fc8.1
    man-pages-2.66-1.fc8
    libgcc-4.1.2-33
    zlib-1.2.3-14.fc8
    chkconfig-1.3.36-1
    libjpeg-6b-39.fc8
    expat-2.0.1-2
    info-4.11-1.fc8
    nss-3.11.7-10.fc8
    shadow-utils-4.0.18.1-18.fc8
    device-mapper-libs-1.02.22-1.fc8
    db4-4.6.21-1.fc8
    audiofile-0.2.6-7.fc8
    pkgconfig-0.22-3.fc8
    libxslt-1.1.22-1.fc8
    libattr-2.4.38-1.fc8
    findutils-4.2.31-2.fc8
    liboil-0.3.12-11.fc8
    psmisc-22.5-2.fc8
    gamin-0.1.9-4.fc8
    fontconfig-2.4.2-5.fc8
    libsndfile-1.0.17-2.fc8
    libieee1284-0.2.11-1.fc8
    logrotate-3.7.6-1.3.fc8
    apr-1.2.11-2
    cracklib-2.8.10-3
    libdrm-2.3.0-7.fc8
    newt-0.52.7-4.fc8
    rsyslog-1.19.6-3.fc8
    MAKEDEV-3.23-1.2
    speex-1.2-0.3.beta2
    kpartx-0.4.7-11.fc7
    ttmkfdir-3.0.9-24.fc7
    libsmbios-libs-0.13.10-1.fc8
    libopenraw-0.0.2-5.fc7
    wireless-tools-29-0.2.pre22.fc8
    keyutils-libs-1.2-2.fc6
    GConf2-2.20.1-1.fc8
    libdhcp-1.27-3.fc8
    libdv-1.0.0-3.fc8
    gdbm-1.8.0-27.fc7
    libwpd-0.8.12-1.fc8
    rpcbind-0.1.4-11.fc8
    cyrus-sasl-md5-2.1.22-7
    dmraid-1.0.0.rc14-4.fc8
    libxcb-1.0-3.fc8
    alsa-utils-1.0.15-1.fc8
    libmng-1.0.9-5.1
    cryptsetup-luks-1.0.5-7.fc8
    groff-1.18.1.4-10.fc8
    gdb-6.6-35.fc8
    binutils-2.17.50.0.18-1
    libbeagle-0.2.18-1.fc8
    urlview-0.9-3.fc8
    dialog-1.1-2.20070704.fc8
    file-libs-4.21-3.fc8
    meanwhile-1.0.2-5.fc8
    eject-2.1.5-5
    gnuchess-5.07-10.fc6
    gsm-1.0.12-5.fc8
    libvisual-0.4.0-4.fc8
    libthai-0.1.7-6.fc8
    hicolor-icon-theme-0.10-2
    xorg-x11-filesystem-7.1-2.fc6
    gnome-doc-utils-stylesheets-0.12.0-1.fc8
    cracklib-dicts-2.8.10-3
    fedora-release-8-3
    libXext-1.0.1-4.fc8
    startup-notification-0.9-3.fc8
    libXfixes-4.0.3-2.fc8
    libXinerama-1.0.2-3.fc8
    libXcursor-1.1.9-1.fc8
    libXdamage-1.1.1-3.fc8
    libuser-0.56.6-2
    gtkmm24-2.12.0-1.fc8
    libXScrnSaver-1.1.2-3.fc8
    passwd-0.74-5.fc8
    gtksourceview2-2.0.0-1.fc8
    ppp-2.4.4-2
    pciutils-2.2.6-3.fc8
    freeglut-2.4.0-11.fc8
    libgpod-0.5.2-2.fc8
    xorg-x11-xauth-1.0.2-3.fc8
    libXxf86dga-1.0.1-4.fc8
    libwnck-2.20.1-3.fc8
    gtk-sharp2-2.10.0-6.fc8
    wvdial-1.60-3.fc8
    transmission-0.82-1.fc8
    xorg-x11-twm-1.0.3-1.fc8
    pam_krb5-2.2.18-1
    grub-0.97-19
    minicom-2.2-5.fc8
    cadaver-0.23.0-2
    wget-1.10.2-16.fc8
    device-mapper-multipath-0.4.7-11.fc7
    icedax-1.1.6-6.fc8
    ntfsprogs-1.13.1-7.fc8.2
    ftp-0.17-42.fc8
    cpuspeed-1.2.1-3.fc8
    talk-0.17-29.2.3
    vconfig-1.9-4.fc8
    symlinks-1.2-30.fc8
    tree-1.5.0-8.fc8
    b43-fwcutter-008-1.fc8
    mono-data-1.2.4-2.fc8
    gmime-sharp-2.2.10-5.fc8
    aspell-en-6.0-8.fc8
    sazanami-fonts-gothic-0.20040629-4.20061016.fc8
    lohit-fonts-tamil-2.1.5-3.fc8
    lklug-fonts-0.2.2-5.fc8
    lohit-fonts-punjabi-2.1.5-3.fc8
    libgnomecanvas-2.20.1-1.fc8
    dbus-1.1.2-7.fc8
    gnome-keyring-2.20.1-3.fc8
    dbus-python-0.82.0-2.fc8
    dbus-x11-1.1.2-7.fc8
    ConsoleKit-0.2.3-1.fc8
    PolicyKit-0.6-1.fc8
    python-numeric-24.2-6.fc8
    usermode-1.93.1-1.fc8
    which-2.16-8
    gzip-1.3.12-4.fc8
    system-config-printer-libs-0.7.74.4-3.fc8
    psutils-1.17-27.fc8
    libnotify-0.4.4-8.fc8
    pygtk2-libglade-2.12.0-2.fc8
    libuser-python-0.56.6-2
    perl-libs-5.8.8-30.fc8
    jpackage-utils-1.7.3-1jpp.3.fc8
    selinux-policy-3.0.8-44.fc8
    mono-web-1.2.4-2.fc8
    system-config-firewall-1.0.8-3.fc8
    system-config-soundcard-2.0.6-11.fc8
    python-urlgrabber-3.0.0-3.fc8
    festvox-slt-arctic-hts-0.20061229-1.fc7
    gutenprint-5.0.1-5.fc8
    pygtkglext-1.1.0-3.fc8
    texinfo-tex-4.11-1.fc8
    cups-1.3.3-3.fc8
    kbd-1.12-27.fc8
    mkinitrd-6.0.19-4.fc8
    cyrus-sasl-2.1.22-7
    xorg-x11-xinit-1.0.7-2.fc8
    python-imaging-1.1.6-4.fc8
    lm_sensors-2.10.4-2.fc8
    wpa_supplicant-0.5.7-15.fc8
    cracklib-python-2.8.10-3
    xdg-user-dirs-gtk-0.6-2.fc8
    ntfs-3g-1.1030-1.fc8
    vim-enhanced-7.1.135-1.fc8
    openssh-clients-4.7p1-2.fc8
    setuptool-1.19.3-1.fc8
    microcode_ctl-1.17-1.38.fc8
    rp-pppoe-3.8-1.fc7
    pulseaudio-module-gconf-0.9.7-0.17.svn20071017.fc8
    fbset-2.1-24.fc7
    system-config-users-1.2.72-1.fc8
    bittorrent-4.4.0-5.fc7
    gnome-user-docs-2.20.1-1.fc8
    xorg-x11-fonts-ISO8859-1-100dpi-7.2-3.fc8
    gnome-vfs2-2.20.0-3.fc8
    gnome-desktop-2.20.1-1.fc8
    gnome-panel-2.20.1-1.fc8
    sane-backends-libs-1.0.18-17.fc8
    gnome-media-2.20.1-3.fc8
    pcsc-lite-1.3.3-1.fc8
    gnome-sharp-2.16.0-5.fc8
    gtkhtml2-2.11.1-2.fc8
    hpijs-2.7.7-6.fc8
    fedora-screensaver-theme-1.0.0-1.fc8
    bsf-2.3.0-11jpp.1
    hplip-2.7.7-6.fc8
    gnome-netstatus-2.12.1-1.fc7
    gnome-session-2.20.1-1.fc8
    evolution-2.12.1-3.fc8
    bluez-gnome-0.14-8.fc8
    gutenprint-plugin-5.0.1-5.fc8
    a2ps-4.13b-69.fc8
    openoffice.org-math-2.3.0-6.6.fc8
    tomboy-0.8.1-1.fc8
    gnome-phone-manager-0.30-1.fc8
    pidgin-2.2.2-1.fc8
    krb5-auth-dialog-0.7-5.fc8
    gnome-utils-2.20.0.1-2.fc8
    ekiga-2.0.11-1.fc8
    planner-0.14.2-9.fc8
    gnome-terminal-2.18.2-1.fc8
    gnome-system-monitor-2.20.1-1.fc8
    openoffice.org-langpack-en-2.3.0-6.6.fc8
    gnome-python2-canvas-2.20.0-1.fc8
    gnome-screensaver-2.20.0-9.fc8
    system-config-network-1.4.3-1.fc8
    gnome-python2-libegg-2.19.1-9.fc8
    gnome-applets-2.20.0-7.fc8
    setroubleshoot-1.10.7-1.fc8
    system-config-keyboard-1.2.11-3.fc8
    xorg-x11-drv-mouse-1.2.3-1.fc8
    xorg-x11-drv-magictouch-1.0.0.5-5.fc8
    xorg-x11-drv-nouveau-2.1.5-2.fc8
    xorg-x11-drv-vmware-10.15.2-1.fc8
    xorg-x11-drv-i810-2.1.1-7.fc8
    xorg-x11-drv-magellan-1.1.0-4.fc8
    xorg-x11-drv-trident-1.2.3-6.fc8
    xorg-x11-drv-savage-2.1.3-1.fc8
    xorg-x11-drv-calcomp-1.1.0-4.fc8
    xorg-x11-drv-mga-1.4.6.1-6.fc8
    xorg-x11-drv-tdfx-1.3.0-6.fc8
    xorg-x11-drv-sis-0.9.3-4.fc8
    xorg-x11-drv-apm-1.1.1-7.fc8
    xorg-x11-drv-nv-2.1.5-2.fc8
    xorg-x11-drv-glint-1.1.1-7.fc8
    compiz-gnome-0.6.2-3.fc8
    desktop-backgrounds-basic-7.92-8
    fedora-bookmarks-8-1
    iwl4965-firmware-4.44.1.18-2
    specspo-15-1
    atk-1.20.0-1.fc8
    ncurses-5.6-12.20070812.fc8
    libxml2-2.6.30-1
    audit-libs-1.6.2-4.fc8
    cyrus-sasl-lib-2.1.22-7
    libogg-1.1.3-5.fc8
    gnutls-1.6.3-2.fc8
    elfutils-libelf-0.130-3.fc8
    procps-3.2.7-17.fc8
    module-init-tools-3.4-2.fc8
    pulseaudio-core-libs-0.9.7-0.17.svn20071017.fc8
    iptables-1.3.8-5.fc8
    slang-2.1.2-2.fc8
    festival-speechtools-libs-1.2.96-1.fc7
    parted-1.8.6-10.fc8
    make-3.81-10.fc8
    ORBit2-2.14.10-2.fc8
    openldap-2.3.38-3.fc8
    neon-0.27.2-2
    httpd-tools-2.2.6-3
    bind-libs-9.5.0-16.a6.fc8
    ntsysv-1.3.36-1
    audit-1.6.2-4.fc8
    rmt-0.4b41-6.fc8
    m4-1.4.10-1.fc8
    procmail-3.22-20.fc8
    libicu-3.8-1.fc8
    zip-2.31-3.fc7
    libiptcdata-1.0.2-1.fc7
    libdaemon-0.12-2.fc8
    xml-common-0.6.3-21.fc8
    gnome-mime-data-2.18.0-2.fc7
    pam-0.99.8.1-10.fc8
    libXft-2.1.12-3.fc8
    gtk2-2.12.1-5.fc8
    libXxf86misc-1.0.1-4.fc8
    libxkbfile-1.0.4-3.fc8
    gtk-nodoka-engine-0.6-5.fc8
    libglademm24-2.6.4-1.fc8
    libopenraw-gnome-0.0.2-5.fc7
    libXfontcache-1.0.4-3.fc8
    libpciaccess-0.9.1-1.fc8
    pulseaudio-utils-0.9.7-0.17.svn20071017.fc8
    pam_passwdqc-1.0.4-4
    slrn-0.9.8.1pl1-4.20070716cvs.fc8
    tcpdump-3.9.7-5.fc8
    mlocate-0.18-1
    nano-2.0.6-2.fc8
    hdparm-7.7-1.fc8
    pam_smb-1.1.7-7.2.2
    joystick-1.2.15-20.2.2
    dejavu-lgc-fonts-2.19-1
    lohit-fonts-malayalam-2.1.5-3.fc8
    lohit-fonts-telugu-2.1.5-3.fc8
    dbus-glib-0.73-4.fc8
    gail-1.20.1-1.fc8
    kudzu-1.2.79-1
    gnome-keyring-pam-2.20.1-3.fc8
    udev-116-3.fc8
    authconfig-5.3.18-1.fc8
    foomatic-3.0.2-52.fc8
    notification-daemon-0.3.7-6.fc8
    policycoreutils-2.0.31-7.fc8
    system-config-network-tui-1.4.3-1.fc8
    python-iniparse-0.2.2-1.fc8
    authconfig-gtk-5.3.18-1.fc8
    PyOpenGL-3.0.0-0.4.a6.fc8
    tomcat5-jsp-2.0-api-5.5.23-9jpp.4.fc8
    avahi-compat-libdns_sd-0.6.21-6.fc8
    mdadm-2.6.2-5.fc8
    ConsoleKit-x11-0.2.3-1.fc8
    perl-String-CRC32-1.4-3.fc8
    gettext-0.16.1-12.fc8
    samba-client-3.0.26a-6.fc8
    rhgb-0.17.7-3.fc8
    dhcpv6-client-0.10-51.fc8
    pulseaudio-module-x11-0.9.7-0.17.svn20071017.fc8
    system-config-language-1.2.12-1.fc8
    system-config-services-0.9.17-1.fc8
    logwatch-7.3.6-9.fc8
    evolution-data-server-1.12.1-2.fc8
    nautilus-cd-burner-2.20.0-1.fc8
    libpurple-2.2.2-1.fc8
    xorg-x11-drv-evdev-1.1.2-5.fc8
    f-spot-0.4.0-3.fc8
    gnome-pilot-2.0.15-10.fc8
    gtkhtml3-3.16.1-1.fc8
    xml-commons-resolver-1.1-1jpp.12
    openoffice.org-writer-2.3.0-6.6.fc8
    xsane-gimp-0.994-4.fc8
    xsane-0.994-4.fc8
    evolution-webcal-2.12.0-1.fc8
    evolution-help-2.12.1-3.fc8
    gnome-python2-gconf-2.20.0-1.fc8
    system-config-date-1.9.16-1.fc8
    gedit-2.20.3-1.fc8
    xorg-x11-drv-keyboard-1.2.2-2.fc8
    xorg-x11-drv-hyperpen-1.1.0-5.fc8
    xorg-x11-drv-palmax-1.1.0-4.fc8
    xorg-x11-drv-fbdev-0.3.1-4.fc8
    xorg-x11-drv-avivo-0.0.1-6.fc8
    xorg-x11-drv-ur98-1.1.0-4.fc8
    xorg-x11-drv-via-0.2.2-4.fc8
    xorg-x11-drv-cyrix-1.1.0-5.fc8
    xorg-x11-drivers-7.2-9.fc8
    tzdata-2007h-1.fc8
    man-pages-fr-2.40.0-9.fc8
    ipw2200-firmware-3.0-9
    rootfiles-8.1-1.1.1
    libSM-1.0.2-4.fc8
    libusb-0.1.12-10.fc8
    readline-5.2-7.fc8
    libtiff-3.8.2-9.fc8
    gawk-3.1.5-15.fc7
    sqlite-3.4.2-3.fc8
    libsoup-2.2.103-1.fc8
    glibmm24-2.14.0-1.fc8
    grep-2.5.1-57.fc7
    libgtop2-2.20.0-1.fc8
    libtheora-1.0beta2-2.fc8
    libdhcp4client-3.0.6-10.fc8
    libpcap-0.9.7-3.fc8
    tar-1.17-3.fc8
    net-tools-1.60-84.fc8
    libmusicbrainz-2.1.5-2.fc8
    libevent-1.3b-1.fc7
    libdhcp6client-0.10-51.fc8
    libgomp-4.1.2-33
    nfs-utils-lib-1.1.0-3.fc8
    cdparanoia-alpha9.8-27.2
    libshout-2.2.2-1.fc6
    vim-minimal-7.1.135-1.fc8
    nss-tools-3.11.7-10.fc8
    cpp-4.1.2-33
    jasper-libs-1.900.1-7.fc8
    radeontool-1.5-2.fc8
    ethtool-5-1.fc7
    patch-2.5.4-30.fc8
    libnfnetlink-0.0.30-1.fc8
    redhat-menus-8.9.11-1.fc8
    hunspell-fr-0.20060915-1.fc7
    libsilc-1.0.2-4.fc8
    libXmu-1.0.3-3.fc8
    libXxf86vm-1.0.1-4.fc8
    mesa-libGLU-7.0.1-7.fc8
    libXcomposite-0.4.0-3.fc8
    libwmf-0.2.8.4-17.fc8
    libXevie-1.0.2-2.fc8
    gtk2-engines-2.12.2-1.fc8
    vixie-cron-4.2-3.fc8
    libgdiplus-1.2.5-1.fc8
    xterm-229-2.fc8
    pam_pkcs11-0.5.3-25
    iptstate-2.2.1-1.fc8
    gnupg-1.4.7-7
    bluez-utils-alsa-3.20-4.fc8
    tcp_wrappers-7.6-50.fc8
    telnet-0.17-41.fc8
    finger-0.17-35.fc8
    dos2unix-3.1-29.fc8
    fedora-icon-theme-1.0.0-1.fc8
    paktype-fonts-2.0-2.fc8
    jomolhari-fonts-0.003-4.fc8
    python-2.5.1-15.fc8
    python-libs-2.5.1-15.fc8
    rpm-4.4.2.2-3.fc8
    pyxf86config-0.3.34-1.fc8
    util-linux-ng-2.13-3.fc8
    openssh-4.7p1-2.fc8
    rarian-compat-0.6.0-1.fc8
    pycairo-1.4.0-2.fc8
    rpm-libs-4.4.2.2-3.fc8
    nodoka-metacity-theme-0.3.2-2.fc8
    selinux-policy-targeted-3.0.8-44.fc8
    groff-perl-1.18.1.4-10.fc8
    ghostscript-8.60-5.fc8
    java_cup-0.10-0.k.6jpp.1
    libgnomeprint22-2.18.2-1.fc8
    fuse-2.7.0-8.fc8
    gnome-mag-0.14.10-1.fc8
    netpbm-progs-10.35-17.fc8
    yp-tools-2.9-2
    bluez-utils-cups-3.20-4.fc8
    openssh-askpass-4.7p1-2.fc8
    smartmontools-5.37-7.fc8
    stunnel-4.20-4
    yum-updatesd-0.7-1.fc8
    xorg-x11-fonts-misc-7.2-3.fc8
    libbonoboui-2.20.0-1.fc8
    nautilus-extensions-2.20.0-6.fc8
    totem-plparser-2.20.1-1.fc8
    gstreamer-plugins-good-0.10.6-6.fc8
    hal-info-20071030-1.fc8
    openoffice.org-core-2.3.0-6.6.fc8
    control-center-2.20.1-5.fc8
    PolicyKit-gnome-0.6-1.fc8
    gnome-bluetooth-0.9.1-3.fc8
    openoffice.org-graphicfilter-2.3.0-6.6.fc8
    NetworkManager-gnome-0.7.0-0.5.svn3030.fc8
    file-roller-2.20.1-1.fc8
    gstreamer-plugins-pulse-0.9.5-0.4.svn20070924.fc8
    gok-1.3.7-1.fc8
    gimp-help-2-0.2.0.13.fc8
    gnome-python2-extras-2.19.1-9.fc8
    gnome-python2-gnomeprint-2.20.0-1.fc8
    alacarte-0.11.3-4.fc8
    synaptics-0.14.4-11.fc8
    xorg-x11-drv-ark-0.6.0-6.fc8
    xorg-x11-drv-i128-1.2.1-1.fc8
    xorg-x11-drv-fpit-1.1.0-4.fc8
    xorg-x11-drv-voodoo-1.1.1-1.fc8
    xorg-x11-drv-cirrus-1.1.0-5.fc8
    xorg-x11-drv-dynapro-1.1.0-3.fc7
    xorg-x11-drv-mutouch-1.1.0-5.fc8
    Je ne comprends pas pourquoi tu persistes à vouloir compiler un php à partir des sources alors que celui ci doit être installable à partir des paquets de la distribution.
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    [root@localhost]# rpm -qa |grep php
    le paquetage php n'est pas installe
    Merci CedrX encore une fois et pour toutes les autre fois

    Remaque:j'aimerai bien réussir ce travail alors vos interventions m'encourage beaucoup


    Merci d'avance

  8. #28
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut
    Salut

    Bonsoir CedrX

    le php ca marche bien

    Mais je ne sais pas comment je peux exporter un fichier sql qui contient mes tables de ma BD vers le serveur php

    une deuxième question :je ne sais pas comment puis-je lancer le dossier qui contient mon projet

    Je vous remercie beaucoup pour votre réponse très détaillée.

  9. #29
    Rédacteur
    Avatar de CedrX
    Inscrit en
    Avril 2007
    Messages
    1 111
    Détails du profil
    Informations forums :
    Inscription : Avril 2007
    Messages : 1 111
    Points : 1 525
    Points
    1 525
    Par défaut
    Mais je ne sais pas comment je peux exporter un fichier sql qui contient mes tables de ma BD vers le serveur php
    Php est un interpéteur pas un serveur
    As tu installé un serveur de base de données (mysql, postgresql ou autres ...)
    Ton fichier sql contient quoi exactement ? Un dump d'une base de données ?

  10. #30
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut Merci CedrX
    Bonjour à tous et toutes

    Bonjour CedrX

    As tu installé un serveur de base de données (mysql, postgresql ou autres ...)
    je n'ai pas installe un serveur de base de donnée tu me conseiller par lequel entre ces (mysql, postgresql ou autres ...) sachant que j'ai une version de php-5.2.20 installe sur ma distribution

    Ton fichier sql contient quoi exactement ? Un dump d'une base de données ?
    ce fichier le l'ai exporte depuis le serveur php de windows ,en faite je veux dire que je veux importer ce ficher sql qui contient les tables de ma BD vers le serveur de base de donne sous linux = fedora

    Merci CedrX

    Merci d'avance

  11. #31
    Rédacteur
    Avatar de CedrX
    Inscrit en
    Avril 2007
    Messages
    1 111
    Détails du profil
    Informations forums :
    Inscription : Avril 2007
    Messages : 1 111
    Points : 1 525
    Points
    1 525
    Par défaut
    Les paquets à installer pour avoir un serveur apache php sql sont les suivants:
    - php
    - php-mysql (dans le cas où ton serveur de base de données est mysql)
    - php-pgsql (dans le cas où ton serveur de bases de données est postgresql)
    - mysql (si tu choisis mysql)

    Pour celà il faut utiliser la commande
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    yum install nomdupaquet
    Je ne me rappelle plus, tu es sous redhat ou centos ?
    Si tu es sous redhat il te faut souscrire une licence pour pouvoir obtenir ces paquets par internet.
    Si tu es sous centos ça devrait marcher. Si ce n'est pas le cas alors il faut que tu vois ce qui pêche au niveau de la configuration de ton gestionnaire de paquets.

  12. #32
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut Un Grand Merci CedrX
    Bonjour tous et toutes

    Bonjour CedrX

    Voila suivant tes indications et jusqu'a ce moment voici les paquets installes

    php
    phpMyAdmin
    Appache
    php-Mysql
    Mysqlje suis dans l'étape de décompression du fichier ça passe bien .je vais te citer les étapes une par une sauf que pour le moment je suis bloque dans cette etape

    Compiler et installer

    Créer un groupe et un utilisateur, et créer les répertoires :


    groupadd mysql :ok
    adduser (répertoire /usr/local/mysql et groupe initial mysql) :Non j'ai pas bien compris comment la faire !!!!!!!!!!!!!!!!!!!!!!!!!!!!
    mkdir /usr/local/mysql/data :ok
    mkdir /usr/local/mysql/tmp :ok
    mkdir /usr/local/mysql/var :ok

    Récupérer l'archive mysql-5.0.45.tar.gz

    d /usr/src :ok
    tar -vzxf mysql-5.0.45.tar.gz :ok
    cd /usr/src/mysql-5.0.45 :ok

    *******cette étape me bloque

    CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --with-unix-socket-path=/usr/local/mysql/tmp/mysql.socket


    -bach: -felide-constructors -fno-exceptions -fno-rtti" ./configure Aucun fichier ou répertoire de ce type

    l'étape suivante apres l'etape précédente qui est bloquée

    make
    make install
    chown -R mysql.mysql /usr/local/mysql
    chmod 700 /usr/local/mysql/data
    chmod 700 /usr/local/mysql/var
    chmod 755 /usr/local/mysql/tmp
    yum install nomdupaquet
    Concernant la commande yum je peux pas l'utiliser car je n'ai pas du internet

    Je ne me rappelle plus, tu es sous redhat ou centos ?
    Si tu es sous redhat il te faut souscrire une licence pour pouvoir obtenir ces paquets par internet.
    Si tu es sous centos ça devrait marcher. Si ce n'est pas le cas alors il faut que tu vois ce qui pêche au niveau de la configuration de ton gestionnaire de paquets.
    Je travaille sous fedora 8

    Merci d'avance

  13. #33
    Rédacteur
    Avatar de CedrX
    Inscrit en
    Avril 2007
    Messages
    1 111
    Détails du profil
    Informations forums :
    Inscription : Avril 2007
    Messages : 1 111
    Points : 1 525
    Points
    1 525
    Par défaut
    ./configure Aucun fichier ou répertoire de ce type
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    cd /usr/src/mysql-5.0.45 
    find . -iname configure
    Et juste par curiosité, pourquoi n'as tu pas mis ton linux sur internet ?

  14. #34
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut
    Bonjour

    [root@localhost mysql-5.0.45]#./configure
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8
    checking whether to compile national Unicode collations... yes
    checking whether build environment is sane... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for gawk... (cached) gawk
    checking for gcc... no
    checking for cc... no
    checking for cc... no
    checking for cl... no
    configure: error: no acceptable C compliler found in $PATH
    See 'config.log' for more details
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    [root@localhost]#echo $PATH
    /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
    
    [root@localhost]#wherise gcc
    gcc: /usr/libexec/gcc
    Et juste par curiosité, pourquoi n'as tu pas mis ton linux sur internet ?
    j'ai peur que les virus contamine mon poste je ne suis pas une expert de linux mais surement je vais mettre la connexion internet

    et Merci CedrX pour l'interet que vous porté a mes problèmes!

  15. #35
    Membre chevronné

    Profil pro
    Inscrit en
    Mars 2004
    Messages
    1 296
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2004
    Messages : 1 296
    Points : 1 803
    Points
    1 803
    Par défaut
    j'ai peur que les virus contamine mon poste
    Tu as plus de chance d'attraper la Grippe A qu'un virus sous linux.
    Par contre, particulièrement dans ton cas, l'apport d'une connexion internet sur ta machine sera bien plus grand que le risque encouru.
    Marc
    Slackware for ever ......
    BASH - KSH ( http://marcg.developpez.com/ksh/ )

  16. #36
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut
    Bonjour MarcG
    Merci d'avoir repondu


    Tu as plus de chance d'attraper la Grippe A qu'un virus sous linux.
    Par contre, particulièrement dans ton cas, l'apport d'une connexion internet sur ta machine sera bien plus grand que le risque encouru.

    Pour le moment je me suis coincée avec cette erreur
    y-a-t-elle une solution pour contourner cette erreur!!!!!!!!!!


    [root@localhost mysql-5.0.45]#./configure
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8
    checking whether to compile national Unicode collations... yes
    checking whether build environment is sane... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for gawk... (cached) gawk
    checking for gcc... no
    checking for cc... no
    checking for cc... no
    checking for cl... no

    configure: error: no acceptable C compliler found in $PATH
    See 'config.log' for more details

    Merci d'avance

  17. #37
    Rédacteur
    Avatar de CedrX
    Inscrit en
    Avril 2007
    Messages
    1 111
    Détails du profil
    Informations forums :
    Inscription : Avril 2007
    Messages : 1 111
    Points : 1 525
    Points
    1 525
    Par défaut
    checking for gcc... no
    checking for cc... no
    checking for cc... no
    Pas de compilateur pour compiler ?
    Il faut donc installer gcc.
    Et une fois n'est pas coutume, celui ci s'installe en paquet.
    Et pour installer gcc une connexion internet serait tout à fait indiquée.
    C'est un cercle vicieux.

  18. #38
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut Pas de chance
    Bonjour à toutes et tous

    jusqu'à présent j'arrive pas à installer les paquets du compilation

    existe-il un lien svp qui contient ces paquets de Fedora 8

    Merci d'avance

  19. #39
    Rédacteur

    Avatar de ok.Idriss
    Homme Profil pro
    IS Consultant
    Inscrit en
    Février 2009
    Messages
    5 220
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : IS Consultant
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Février 2009
    Messages : 5 220
    Points : 19 452
    Points
    19 452
    Par défaut
    Salut.

    Suite à ta demande, j'interviens comme je pourrais ...

    existe-il un lien svp qui contient ces paquets de Fedora 8
    Tu as rpmbone mais ce n'est pas très souple avec toutes les dépendances et tout ...

    Le mieux AMHA, c'est que tu te connecte en ethernet et que tu installes via yum comme dit plus haut.

    Sinon, Fedora 8 est obsolète (les versions jusqu'à Fedora 9 sont obsolètes), la 12 sort bientôt ... le mieux avec ce genre de distribution c'est d'être le plus à jour possible car les dépôts ne sont plus maintenus au bout d'un moment (pour Fedora 8 je ne sais pas si c'est le cas) ...

  20. #40
    Membre du Club
    Inscrit en
    Février 2009
    Messages
    192
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 192
    Points : 41
    Points
    41
    Par défaut Pls d'erreur
    Bonsoir à tous

    Et un salut à ok.Idriss

    Merci pour le lien J'ai réussie à telecharger le paquet gcc

    Après j'ai lancée l'installation via la commande

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    rpm -ivh gcc-4.1.2-33.i386
    Et Hop un erreur vient apparaitre

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
     
    warning: gcc-4.1.2-33.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
    error: Failed dependencies:
    glibc-devel >= 2.2.90-12 is needed by gcc-4.1.2-33.i386
    J'ai téléchargé dépendance glibc-devel >= 2.2.90-12

    J'essaie d'installer ce dépendance
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    rpm -ivh glibc-devel  2.2.90-12
    
    Erreur
    le fichier /sbin/sln de l'installation de glibc-2.7-2.entre en conflit avec le fichier de paquetage glibc-2.7-2
    
    il y presque 100 lignes comme çà  mais des noms de répertoires différents
    Merci d'avance de votre aide

Discussions similaires

  1. [JTDS] connexion à distance à SQL Server
    Par Michel38 dans le forum Hibernate
    Réponses: 2
    Dernier message: 09/01/2006, 18h15
  2. connexion à distance jdbc
    Par cedric12 dans le forum SQL Procédural
    Réponses: 1
    Dernier message: 04/01/2006, 20h55
  3. connexion à distance à SQL Server 2000 à partir d'Access2003
    Par FlicEnFlac dans le forum MS SQL Server
    Réponses: 4
    Dernier message: 26/10/2005, 16h26
  4. connexion à distance
    Par JLASSI dans le forum Connexion aux bases de données
    Réponses: 2
    Dernier message: 09/02/2005, 07h51
  5. Connexion à distance
    Par fhub44 dans le forum Connexion aux bases de données
    Réponses: 2
    Dernier message: 27/04/2004, 10h05

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo