Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
61280916
Kaydet (Commit)
61280916
authored
Ara 08, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
For RedHat Linux 5.0, added notes about needing to remove the LinuxThreads
package, and -lcrypt for the crypt module.
üst
94ce0d19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
README
README
+22
-0
No files found.
README
Dosyayı görüntüle @
61280916
...
...
@@ -265,6 +265,28 @@ Linux: On Linux version 1.x, once you've built Python, use it to run
status of a module from static to shared, you must remove its
.o file or do a "make clean".)
Under RedHat Linux 5.0, if upgraded from a previous version,
remove the LinuxThreads packages. This is needed because
LinuxThreads conflicts with the new thread support provided by
glibc. Before running Python's configure script, use the
following commands as root (version numbers may differ; these
are from a stock 4.2 install):
% rpm -qa | grep ^linuxthread
linuxthreads-0.5-1
linuxthreads-devel-0.5-1
% rpm -e linuxthreads linuxthreads-devel
While Python only needs this to be done to allow thread
support to be included, the conflicts these packages create
with the new glibc may cause other packages which use threads
to fail as well, so their removal is a good idea regardless of
how you configure python.
Also under RedHat Linux 5.0, the crypt module now needs the
-lcrypt option. Uncomment this flag in Modules/Setup, or
comment out the crypt module in the same file.
DEC Unix: When enabling threads, use --with-dec-threads, not
--with-thread.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment