Apache » Soru ve Cevaplar

Apache Derlenmiyor :(

Geri git   WHM cPanel Destek Platformu » Site, Sunucu Sorunlarınız ve Çözümleri » Apache » Soru ve Cevaplar
Kayıt ol Yardım Üye Listesi Ajanda Forumları Okundu Kabul Et
 

Cevapla
 
LinkBack Seçenekler Stil
  #1 (permalink)  
Alt 13.06.08, 04:34 PM
Celeron
 
Üyelik tarihi: Feb 2008
Mesajlar: 85
Tecrübe Puanı: 1
nbbh is on a distinguished road
Unhappy Apache Derlenmiyor :(

Merhabalar ;

Apacheyi SSH den derlemek istediğimde ;

Curses function 'initscr' is not defined by your vendor at /usr/lib/perl5/site_perl/5.8.8/Curses/UI.pm line 270.
(in cleanup) Curses function 'endwin' is not defined by your vendor at /usr/lib/perl5/site_perl/5.8.8/Curses/UI.pm line 196.


Bu hatayı almaktayım.

WHM 'den de derlenmemekte hata kodu vermekte.

Apacheyi Re-İnstall yapmak için ufak bir kod vs var mı ?

Konu nbbh tarafından (13.06.08 Saat 04:48 PM ) değiştirilmiştir..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #2 (permalink)  
Alt 13.06.08, 05:33 PM
WHM VIP Member
 
Üyelik tarihi: Sep 2007
Nerden: İstanbul
Mesajlar: 145
Tecrübe Puanı: 1
PowerfuL is on a distinguished road
Merhaba,

Perl ile ilgili bir problem gözüküyor. Aşağıdaki komutlar ile perli yeniden yükleyin


cd /root
wget http://layer1.cpanel.net/perl588installer.tar.gz
tar -zxf perl588installer.tar.gz
cd perl588installer
./install

 


Perl yüklendikten sonra /etc/init.d/cpanel restart komutu ile cpanele restart atın. En son apache update yapın...

Düzelmesi lazım. Düzelmez ise başka bir yol deneriz.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #3 (permalink)  
Alt 13.06.08, 06:11 PM
Celeron
 
Üyelik tarihi: Feb 2008
Mesajlar: 85
Tecrübe Puanı: 1
nbbh is on a distinguished road
şimdi de ;

Can't locate Digest/MD5.pm in @INC (@INC contains: /usr/local/cpanel /scripts /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at /scripts/cPScript/CPAN/Digest/MD5/File.pm line 6.
BEGIN failed--compilation aborted at /scripts/cPScript/CPAN/Digest/MD5/File.pm line 6.
Compilation failed in require at /scripts/cpanel_easy_sanity_check line 14.
BEGIN failed--compilation aborted at /scripts/cpanel_easy_sanity_check line 14.
Can't locate Digest/MD5.pm in @INC (@INC contains: /usr/local/cpanel /var/cpanel/perl/easy /scripts /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at /usr/local/cpanel/Cpanel/CPAN/Digest/MD5/File.pm line 6.
BEGIN failed--compilation aborted at /usr/local/cpanel/Cpanel/CPAN/Digest/MD5/File.pm line 6.
Compilation failed in require at /var/cpanel/perl/easy/Cpanel/Easy/Utils/MD5.pm line 11.
BEGIN failed--compilation aborted at /var/cpanel/perl/easy/Cpanel/Easy/Utils/MD5.pm line 11.
Compilation failed in require at (eval 48) line 3.
...propagated at /usr/lib/perl5/5.8.8/base.pm line 85.
at (eval 46) line 3
at /var/cpanel/perl/easy/Cpanel/Easy.pm line 16
BEGIN failed--compilation aborted at /var/cpanel/perl/easy/Cpanel/Easy.pm line 16.
Compilation failed in require at (eval 1) line 3.
...propagated at /usr/lib/perl5/5.8.8/base.pm line 85.
BEGIN failed--compilation aborted at /var/cpanel/perl/easy/Cpanel/Easy/Apache.pm line 8.
Compilation failed in require at /scripts/easyapache line 22.


Bu hatayı veriyor :S
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #4 (permalink)  
Alt 13.06.08, 09:23 PM
WHM VIP Member
 
Üyelik tarihi: Sep 2007
Nerden: İstanbul
Mesajlar: 145
Tecrübe Puanı: 1
PowerfuL is on a distinguished road

perl -v
 


çıktısı nedir acaba ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #5 (permalink)  
Alt 13.06.08, 09:27 PM
WHM VIP Member
 
Üyelik tarihi: Sep 2007
Nerden: İstanbul
Mesajlar: 145
Tecrübe Puanı: 1
PowerfuL is on a distinguished road
Aşağıdakileri tekrar yapın


wget http://layer1.cpanel.net/perl587installer.tar.gz
tar xfz perl587installer.tar.gz
cd perl587installer
./install

 


----


/scripts/upcp
 


ile cpaneli güncelleyin.

----

Tekrar apache update yapın.

----

Güncelleme yine olmaz ise


/usr/local/cpanel/bin/checkperlmodules
 


Bu komutun çıktısının en son satırını foruma yapıştırın.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #6 (permalink)  
Alt 13.06.08, 09:51 PM
Celeron
 
Üyelik tarihi: Feb 2008
Mesajlar: 85
Tecrübe Puanı: 1
nbbh is on a distinguished road
Method: Perl Expect
Fetching CPAN timestamp...Done
Testing connection speed...(this could take a while)...Done
Ping:53.253 Testing connection speed to cpan.miroir-francais.fr using pureperl...(52466.67 bytes/s)...Done
Ping:64.796 Testing connection speed to cpan.etla.org using pureperl...(39200.00 bytes/s)...Done
Ping:52.909 Testing connection speed to cpan.wanadoo.nl using pureperl...(26083.33 bytes/s)...Done
Three usable mirrors located
Three usable mirrors located
Mirror Check passed for cpan.miroir-francais.fr (/index.html)
Unknown config variable 'less'
commit: wrote '/usr/lib/perl5/5.8.8/CPAN/Config.pm'
CPAN: File::HomeDir loaded ok (v0.69)
CPAN: Storable loaded ok (v2.18)
Going to read /home/.cpan/Metadata
Database was generated on Fri, 13 Jun 2008 10:06:50 GMT
Devel::PPPort is up to date (3.14).
HTTP::Date is up to date (5.810).
Scalar::Util is up to date (1.19).
cPCPAN: Module (LWP) holdback (5.812 held back to 5.810)
MIME::Base64 is up to date (3.07).
Digest::MD5 is up to date (2.36).
URI is up to date (1.36).
Net::FTP is up to date (2.77).
HTML::Tagset is up to date (3.20).
HTML::Parser is up to date (3.56).
HTML::HeadParser is up to date (2.22).
LWP is up to date (5.810).
Crypt::SSLeay is up to date (0.57).
Digest::MD5 is up to date (2.36).
Digest::SHA1 is up to date (2.11).
Encode is up to date (2.25).
ExtUtils::Constant is up to date (0.16).
ExtUtils::ParseXS is up to date (2.19).
File::Touch is up to date (0.02).
Filesys::Df is up to date (0.92).
Filesys::Virtual is up to date (0.06).
Filter::Util::Call is up to date (1.07).
Getopt::Long is up to date (2.37).
Getopt::Param::Tiny is up to date (0.4).
cPCPAN: Module (Compress::Raw::Zlib) holdback (2.011 held back to 2.005)
Compress::Raw::Zlib is up to date (2.005).
Authen::Libwrap is up to date (0.20).
Net::FTPSSL is up to date (0.04).
Net::SSL is up to date (2.84).
cPCPAN: Module (Net::SSLeay) holdback (1.32 held back to 1.30)
Net::SSLeay is up to date (1.30).
cPCPAN: Module (IO::Compress::Gzip) holdback (2.011 held back to 2.005)
IO::Compress::Gzip is up to date (2.005).
IO::Scalar is up to date (2.110).
IO::Socket::SSL is up to date (1.13).
IO::Stty is up to date (.02).
cPCPAN: Module (IO::Uncompress::Gunzip) holdback (2.011 held back to 2.005)
IO::Uncompress::Gunzip is up to date (2.005).
Lchown is up to date (1.00).
List::Util is up to date (1.19).
MD5 is up to date (2.03).
Net::AIM is up to date (1.22).
Net::DNS is up to date (0.63).
Net::OSCAR is up to date (1.925).
Pod::Perldoc is up to date (3.14).
Storable is up to date (2.18).
Term::ReadKey is up to date (2.30).
Term::ReadLine::Perl is up to date (1.0302).
Time::HiRes is up to date (1.9715).
Tree::MultiNode is up to date (1.0.10).
Unix::PID is up to date (0.0.15).
Unix::PID::Tiny is up to date (0.5).
cPCPAN: Module (XML::Parser) holdback (2.36 held back to 2.34)
XML::Parser is up to date (2.34).
XML::SAX is up to date (0.16).
XML::Simple is up to date (2.18).
lib::restrict is up to date (0.0.5).
Filesys::Statvfs is up to date (0.82).
Crypt::GPG is up to date (1.63).
Class::Accessor is up to date (0.31).
Class::Accessor::Fast is up to date (0.31).
File::MMagic::XS is up to date (0.09003).
Email::Valid is up to date (0.179).
File::ReadBackwards is up to date (1.04).
ExtUtils::MakeMaker is up to date (6.44).
Mail::SRS is up to date (0.31).
Acme::Spork is up to date (0.0.7).
Archive::Tar is up to date (1.38).
Archive::Tar::Streamed is up to date (0.03).
Archive::Zip is up to date (1.23).
Encode::Guess is up to date (2.02).
DBI is up to date (1.604).
DBD::mysql is up to date (4.007).
Digest::MD5 is up to date (2.36).
Digest::SHA1 is up to date (2.11).
MIME::Base64 is up to date (3.07).
MIME::Lite is up to date (3.021).
URI::URL is up to date (5.03).
HTML::Tagset is up to date (3.20).
HTML::Entities is up to date (1.35).
MIME::Base64 is up to date (3.07).
Digest::MD5 is up to date (2.36).
URI is up to date (1.36).
Net::FTP is up to date (2.77).
HTML::Tagset is up to date (3.20).
HTML::Parser is up to date (3.56).
HTML::HeadParser is up to date (2.22).
LWP is up to date (5.810).
Parse::RecDescent is up to date (1.94).
OLE::Storage_Lite is up to date (0.17).
MIME::Base64 is up to date (3.07).
Digest::MD5 is up to date (2.36).
URI is up to date (1.36).
Net::FTP is up to date (2.77).
HTML::Tagset is up to date (3.20).
HTML::Parser is up to date (3.56).
HTML::HeadParser is up to date (2.22).
LWP is up to date (5.810).
Term::ReadKey is up to date (2.30).
Term::ReadLine::Perl is up to date (1.0302).
Text::Query is up to date (0.07).
Image::Size is up to date (3.100001).
DBI is up to date (1.604).
Safe::Hole is up to date (0.10).
Tie::ShadowHash is up to date (0.07).
Set::Crontab is up to date (1.00).
IO::Scalar is up to date (2.110).
Storable is up to date (2.18).
Spreadsheet::ParseExcel is up to date (0.32).
Spreadsheet::WriteExcel is up to date (2.21).
Business::OnlinePayment::AuthorizeNet is up to date (3.19).
Business::UPS is up to date (1.13).
CGI is up to date (3.37).
Class::Std::Utils is up to date (0.0.3).
Compress::Bzip2 is up to date (2.09).
cPCPAN: Module (Compress::Zlib) holdback (2.011 held back to 1.42)
Compress::Zlib is up to date (1.42).
DBI is up to date (1.604).
DBIx::MyParsePP is up to date (0.50).
Date::Parse is up to date (2.27).
File::Tail is up to date (0.99.3).
GD::Graph is up to date (1.44).
GD::Text::Align is up to date (1.18).
Memoize is up to date (1.01).
Geo::IPfree is up to date (0.2).
HTML::Parser is up to date (3.56).
HTTP::Daemon::App is up to date (0.0.9).
IO::Socket::ByteCounter is up to date (0.0.2).
Image::Size is up to date (3.100001).
MIME::Base64 is up to date (3.07).
Mail::DomainKeys is up to date (1.0).
Mail::SPF is up to date (v2.005).
Mail::SPF::Query is up to date (1.999.1).
Mail::DKIM is up to date (0.32).
IP::Country is up to date (2.24).
Graph::Easy is up to date (0.63).
Graph::Flowchart is up to date (0.11).
cPCPAN: Module (Mail::SpamAssassin) holdback (3.002005 held back to 3.2.4)
Mail::SpamAssassin is up to date (3.002004).
XML::LibXML::Common is up to date (0.13).
URI::Escape is up to date (3.29).
XML::LibXML is up to date (1.66).
Net::DAV::Server is up to date (1.29).
Net::Daemon::SSL is up to date (1.0).
Net::LDAP is up to date (0.36).
Net::LDAP::Schema is up to date (0.9905).
Net::LDAP::Server is up to date (0.4).
GD::Graph is up to date (1.44).
Parse::RecDescent is up to date (1.94).
Quota is up to date (1.6.2).
SVG::TT::Graph is up to date (0.10).
Safe::Hole is up to date (0.10).
Spreadsheet::ParseExcel is up to date (0.32).
Spreadsheet::WriteExcel is up to date (2.21).
String::CRC32 is up to date (1.4).
SQL::Statement is up to date (1.15).
Tie::IxHash is up to date (1.21).
Tie::ShadowHash is up to date (0.07).
Tie::Watch is up to date (1.2).
Tie::DBI is up to date (1.02).
URI::URL is up to date (5.03).
perlmod--Install done
Cpanel::FastMath: [INSTALLED=1] [VERSION=0.2]
Cpanel::POSIX::Tiny: [INSTALLED=1] [VERSION=0.7]
Cpanel::Cleanup: [INSTALLED=1] [VERSION=0.4]


Çıktısı bu , fakat yine ilk mesajımdaki hatayı vermekte.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #7 (permalink)  
Alt 13.06.08, 10:07 PM
Celeron
 
Üyelik tarihi: Jul 2007
Mesajlar: 65
Tecrübe Puanı: 2
MaxiServer is on a distinguished road
MaxiServer - MSN üzeri Mesaj gönder
/scripts/upcp --force

bu komutu uygularmısın
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #8 (permalink)  
Alt 13.06.08, 10:59 PM
WHM VIP Member
 
Üyelik tarihi: Sep 2007
Nerden: İstanbul
Mesajlar: 145
Tecrübe Puanı: 1
PowerfuL is on a distinguished road
Çıktıda sorun yok.

Maxiserverin dediği gibi


/scripts/upcp --force
 


Bu komutu deneyin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #9 (permalink)  
Alt 14.06.08, 11:53 AM
Celeron
 
Üyelik tarihi: Feb 2008
Mesajlar: 85
Tecrübe Puanı: 1
nbbh is on a distinguished road
/scripts/upcp --force

bunu 6-7 kere denedim fakat olmadı.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
  #10 (permalink)  
Alt 14.06.08, 02:32 PM
WHM VIP Member
 
Üyelik tarihi: Sep 2007
Nerden: İstanbul
Mesajlar: 145
Tecrübe Puanı: 1
PowerfuL is on a distinguished road
perl -v çıktısı nedir ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Alıntı ile Cevapla
Cevapla



Seçenekler
Stil

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık

Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Apache start hatası Syntax error on line 215 of /usr/local/apache/conf/httpd.conf: CaLViN Makaleler 4 19.08.08 01:07 PM
aldığım reseller apache 1.3.4 kullanıyor?en stabil apache sürümüymüş? alper60 Soru ve Cevaplar 4 04.06.08 10:52 PM
Apache Status Hatası [Failed to receive status information from Apache.] haritSu WHM 2086 9 19.12.07 04:21 PM


Sign up for PayPal and start accepting credit card paym</div> <br /> </div> </div> </div>  <form action=