2 aydır uğraşıyorum, birşey kurulmuyor bu centos a, ne kurmak istesem ya hata çıkıyor, ya da xxxx modülü gerek diyor, öylece dallanıp gidiyor, sonuç koca bir hiç.
Şurada anlatıldığı gibi svn, mod_dav_svn vb kurulup, bir domainimi svn olarak dışarı açmak istiyorum. easyapache komutundan dan etkilenmen ihtimali de var. Anlatımda kolayca oluyor(muş) ama bende hatadan geçilmiyor.
SVN den anlayan yardım edecek veya abartmamak koşulu ile ücretli yapacak olan var mı ?
"yum install subversion" veya benzerlerini yazarak olmuyor, önceden söyleyeyim.
svn kuracak olan yardımsever veya ücretli ?
11
●1.474
- 08-04-2008, 01:54:23sürüm centos 4.6, cpanel 11, apache yi easyapache ile derliyorum
[root@junko ~]# cat /etc/redhat-release CentOS release 4.6 (Final)
yum install mod_dav_svn
Error: Missing Dependency: httpd-mmn = 20020903 is needed by package mod_dav_svn Error: Missing Dependency: libswigpy.so.0 is needed by package subversion
mod_dav_svn nin derdi apache sürümü, mmn diye birşeyden bahsediyor. libswigpy.so.0 bu da swig e ait, swig kurmaya çalışınca perl(:MODULE_COMPAT_5.8.8) hatası veriyor, perl kurunca da var zaten diyor.
yum install subversion
--> Populating transaction set with selected packages. Please wait. ---> Package subversion.i386 0:1.1.4-2.ent set to be updated --> Running transaction check --> Processing Dependency: libswigpy.so.0 for package: subversion --> Finished Dependency Resolution Error: Missing Dependency: libswigpy.so.0 is needed by package subversion
yine olaya swig karışıyor... Her paket başka bir pakete ihtiyaç duyduğunu söylüyor, öyle öyle gidiyor, sonu yok sanırım.
Daha önce make install ile kurmayı denedim, bu defa olaylar iyice karıştı, tonlarca hata vermişti.
svn --version
[root@junko ~]# svn --version svn, version 1.4.6 (r28521) compiled Feb 13 2008, 19:48:26 Copyright (C) 2000-2007 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme
http protokolü eksik yukarıda adı geçmiyor:
[root@junko ~]# svn checkout http://svn.magentocommerce.com/source/branches/1.0-latest svn: Unrecognized URL scheme for 'http://svn.magentocommerce.com/source/branches/1.0- latest'
- 08-04-2008, 02:08:54
# yum -y install subversion .... .... Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package subversion.i386 0:1.1.4-2.ent set to be updated --> Running transaction check --> Processing Dependency: libswigpy.so.0 for package: subversion --> Finished Dependency Resolution Error: Missing Dependency: libswigpy.so.0 is needed by package subversion
- 14-12-2008, 00:21:41
- 14-12-2008, 00:34:31Kuramıyorum, farklı 3 sunucuda denedim. cpanel olan sunucularda kuramıyorum. Ancak kendi kurduğum centoslarda sorun yok.
Bir sunucuda daha denedim şimdi:
yum -d9 install mod_dav_svn
Installed: mod_dav_svn.i386 0:1.4.2-2.el5 Complete!
Oluyor sanırım, önceki çabalarımdan fark, bu defa centos 5.2 ile uğraşıyorum. - 14-12-2008, 00:43:50
- 14-12-2008, 00:58:30