2

誤ってフォルダ内xdebug.iniのファイルを失いました。/etc/php5/conf.dを使用してxdebugをインストールしようとしているときにそれを取り戻す方法apt-getは、以下のようなメモを示しています。

Not replacing deleted config file /etc/php5/conf.d/xdebug.ini

これをグーグルで検索しましたが、役立つ回答が1つしか見つかりませんでした。やり方がわからないので、ここにも貼り付けますので、どうすればよいか教えてください。

I lost my xdebug.ini file on my ubuntu slice. What happened was that I had accidentally installed xdebug via apt-get as well as pecl. I was removing the pecl installation, which also removed the ini file. I then tried reinstalling through apt-get, but i get the message: 

Setting up php5-xdebug (2.0.3-1) ...
Not replacing deleted config file /etc/php5/conf.d/xdebug.ini

Aaaaaarghhhh!! How do I get back my ini file??? anyone have a clue?
rubing January 2009
I just fixed this by purging xdebug using dpkg with the -P flag. And then reinstalling with apt-get. No worries!

Ah geez, it looks the whole file is just a link to the module:

zend_extension=/usr/lib/php5/20060613/xdebug.so
4

2 に答える 2