Apache, Php5, Mysql yükleme sorunu

Başlatan kursadweb, 03 Mart 2010 - 00:44:56

« önceki - sonraki »

0 Üyeler ve 3 Ziyaretçi konuyu incelemekte.

kursadweb

Merhaba ubuntuya bir türlü Apache, Php5 ve Mysql i yükleyemedim. Synaptic ten aramayı yaptırıp gerekli dosyaları yüklüyorum olmuyor. Uç birimi açıp bunları yazıyorum:

    * sudo apt-get update
    * sudo apt-get install apache2
    * sudo apt-get install libapache2-mod-auth-mysql
    * sudo apt-get install libapache2-mod-php5
    * sudo apt-get install mysql-client-5.0
    * sudo apt-get install mysql-server-5.0
    * sudo apt-get install php5
    * sudo apt-get install php5-mysql
    * sudo apt-get install phpmyadmin

sudo mysqladmin -u root -p rootsifresi
Açıkcası mysql girişlerinde sorun yaşamaya devam eden arkadaşlar için komut satırında;

    * mysql -u root
    * UPDATE mysql.user SET Password=PASSWORD('ŞİFRENIZ') WHERE User='root';
    * FLUSH PRIVILEGES;
    * quit;


yine olmuyor. Bu iş için bayağı araştırma yaptım bir sürü şey denedim(.inf dosyası düzenleme vb) ama hiç biri olmadı. Atladığım bir yer mi var yoksa sorun başka birşey mi yardımlarınızı bekliyorum...


bygeneral

bir server kurmak için gerekli eklentileri şunlardır:

Apache2
mysql-server
phpmyadmin burada phpmyadmin yüklenirken ekran bir checkbox gelicek oradaki tik i kaldırıyorsun.
php5
php-mysql
webmin (kısa bir araştırma ile erişe bilirsin)

bunların hepsinden makineni restart et
ubuntu 9.10 da bunların sorunsuz yüklenmesi lazım
senin tabirinle bunun olmayan kısmı nedir?
ayrıca inf dosyasında ayar felan yapmada gerek yok.

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

pwl

Merhaba özgür yazılımcılar. Ubuntu 10.10 dağıtımı kullanıyorum.
http://forum.ubuntu-tr.net/index.php/topic,14457.0.html
http://wiki.ubuntu-tr.net/index.php/Apache_Kurulumu_ve_Kullan%C4%B1m%C4%B1
http://forum.ubuntu-tr.net/index.php/topic,24150.0.html

yukarıda bahsedilen yöntemleri tek tek denedim. kurulum yapmaya çalıştım; ancak sudo apt-get install apache2 yazdıktan sonra karşıma gelen çıktı şu oldu

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'apache2-mpm-itk' instead of 'apache2'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
apache2-mpm-itk : Depends: apache2.2-common (= 2.2.16-1ubuntu3.1) but it is not installable
                   Depends: apache2.2-bin (= 2.2.16-1ubuntu3.1) but it is not installable
E: Broken packages

konuyla ilgili yardımlarınızı bekliyorum. Selamlar. pwl

sema

Merhaba @pwl. Şunlar ne diyor:

sudo apt-get install -f
sudo apt-get install apache2-mpm-itk
susema

pwl

#6
hemen bakalım bebek  ;D

sonucu buraya yazarım, hızlı cevap için ayrıca teşekkür ettim :)

dediğin komutları denedim şimdi bunları aldım sonuç olarak:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@morova-laptop:/home/melik# sudo apt-get install apache2-mpm-itk
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
apache2-mpm-itk : Depends: apache2.2-common (= 2.2.16-1ubuntu3.1) but it is not installable
                   Depends: apache2.2-bin (= 2.2.16-1ubuntu3.1) but it is not installable
E: Broken packages


diğer laptopumda denedim verdiğin komutları susema
aldığım çıktı
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@pwl-laptop:/home/pwl# sudo apt-get install apache2-mpm-itk
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap
Suggested packages:
  apache2-doc apache2-suexec apache2-suexec-custom
The following NEW packages will be installed
  apache2-mpm-itk apache2-utils apache2.2-bin apache2.2-common libapr1
  libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,310 kB of archives.
After this operation, 12.0 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://archive.ubuntu.com/ubuntu/ natty/main libapr1 amd64 1.4.2-7ubuntu2 [87.3 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ natty/main libaprutil1 amd64 1.3.9+dfsg-5ubuntu3 [75.1 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ natty/main apache2-utils amd64 2.2.17-1ubuntu1 [85.5 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ natty/main libaprutil1-dbd-sqlite3 amd64 1.3.9+dfsg-5ubuntu3 [12.2 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ natty/main libaprutil1-ldap amd64 1.3.9+dfsg-5ubuntu3 [9,632 B]
Get:6 http://archive.ubuntu.com/ubuntu/ natty/main apache2.2-bin amd64 2.2.17-1ubuntu1 [2,811 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ natty/main apache2.2-common amd64 2.2.17-1ubuntu1 [227 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ natty/universe apache2-mpm-itk amd64 2.2.17-1ubuntu1 [2,382 B]
Fetched 3,310 kB in 7s (438 kB/s)                                             
Selecting previously deselected package libapr1.
(Reading database ... 155593 files and directories currently installed.)
Unpacking libapr1 (from .../libapr1_1.4.2-7ubuntu2_amd64.deb) ...
Selecting previously deselected package libaprutil1.
Unpacking libaprutil1 (from .../libaprutil1_1.3.9+dfsg-5ubuntu3_amd64.deb) ...
Selecting previously deselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.17-1ubuntu1_amd64.deb) ...
Selecting previously deselected package libaprutil1-dbd-sqlite3.
Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.9+dfsg-5ubuntu3_amd64.deb) ...
Selecting previously deselected package libaprutil1-ldap.
Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.9+dfsg-5ubuntu3_amd64.deb) ...
Selecting previously deselected package apache2.2-bin.
Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.17-1ubuntu1_amd64.deb) ...
Selecting previously deselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.17-1ubuntu1_amd64.deb) ...
Selecting previously deselected package apache2-mpm-itk.
Unpacking apache2-mpm-itk (from .../apache2-mpm-itk_2.2.17-1ubuntu1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ufw ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up libapr1 (1.4.2-7ubuntu2) ...
Setting up libaprutil1 (1.3.9+dfsg-5ubuntu3) ...
Setting up apache2-utils (2.2.17-1ubuntu1) ...
Setting up libaprutil1-dbd-sqlite3 (1.3.9+dfsg-5ubuntu3) ...
Setting up libaprutil1-ldap (1.3.9+dfsg-5ubuntu3) ...
Setting up apache2.2-bin (2.2.17-1ubuntu1) ...
Setting up apache2.2-common (2.2.17-1ubuntu1) ...
Enabling site default.
Enabling module alias.
Enabling module autoindex.
Enabling module dir.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module status.
Enabling module auth_basic.
Enabling module deflate.
Enabling module authz_default.
Enabling module authz_user.
Enabling module authz_groupfile.
Enabling module authn_file.
Enabling module authz_host.
Enabling module reqtimeout.
Setting up apache2-mpm-itk (2.2.17-1ubuntu1) ...
* Starting web server apache2                                           [ OK ]
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

sema

Hataya baktım da bayağı eski bir hata bu, eski sürümlerde alınmış. Kaynak listenden mi kaynaklanıyor diye düşündüm. Şunların çıktısını aktarır mısın bakalım:

sudo apt-get autoremove ; sudo apt-get update ; sudo apt-get upgrade  sudo apt-get dist-upgrade
susema