View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000527 | Xdebug | Installation | public | 2010-01-30 16:51 | 2010-02-01 17:53 |
Reporter | WebDevHobo | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 2.0.0dev | ||||
Summary | 0000527: Cannot make on Ubuntu 9.10 | ||||
Description | I am working on Ubuntu 9.10, with XAMPP 1.7.3a installed. Documentation for which can be found here: http://www.apachefriends.org/en/xampp-linux.html I stopped the apache service before trying to make xdebug. The modules map is created, but it empty. The commend used for Step 4 was this: This gave no errors | ||||
Additional Information | This Ubuntu 9.10 is a virtual machine, running on VmWare Workstation 7.0, which is running on on Windows 7 Ultimate 32-bit | ||||
Tags | No tags attached. | ||||
Operating System | Ubuntu 9.10 | ||||
PHP Version | 5.3.1 | ||||
|
Tried the same thing with the 2.0.5 source TGZ, with the exact same result. |
|
Please provide a whole transcript of you're trying to compile it. |
|
You mean every step I took, including the installation of XAMPP? |
|
I don't really care about XAMPP... if you think it's useful, include it anyway. |
|
Step 1: Downloaded the 2.0.5 TGZ file from the website, which was saved to /home/WebDevHobo/Downloads/ Step 2: Opened a terminal, execute command "sudo su -" to execute further actions as root. Step 3: Navigate to the Downloads folders, execute the command: "tar -xzf xdebug-2.0.5.tgz -C /opt" Step 4: Navigate to the /opt/xdebug-2.0.5/ folder. Step 5: Execute the command "/opt/lampp/bin/phpize-5.3.1". Output can be viewed here: http://pastebin.com/f4e59b341 Step 6: Execute the command "./configure --enable-xdebug --with-php-config=/opt/lampp/bin/php-config-5.3.1". Output can be viewed here: http://pastebin.com/f354ae151 Step 7: Execute the command "make". Output van be viewed here: http://pastebin.com/f1eaba535 And that's where I'm stuck. The created modules folder, needed in the next step, is empty. I'm signing off for today. |
|
I think that you're missing the php5-dev package. php.h and php_version.h look like they're missing on your system and are provided by php5-dev. |
|
Thanks, problem resolved. For future reference, the steps taken to solve this were: 1) Become root at the command line by use of the command "sudo su -" 2) Remove the old folder: "rm -r /opt/xdebug-2.0.5/" 3) Do a fresh tar of the file: "tar -xfz /path/to/xdebug.tar -C /opt". 4) Install php5-dev: "apt-get install php5-dev" 5) Navigate to the /opt/xdebug-2.0.5 folder 6) Execute the command: "/usr/bin/phpize5" 7) Execute the command: "./configure --enable-xdebug" (MUST be done from within the /opt/xdebug-2.0.5 folder) 8) Execute the command: "make" And it worked. I then copied xdebug.so to /opt/lampp/lib All that is left is to add this code: To all php.ini files. However, a new problem has risen. When trying to debug in Netbeans, with everything restarted and all php.ini files saved, there's no response, Netbeans just keeps waiting for the connection that never comes. File a separate bug? |
|
I uninstalled XAMPP and followed the instructions in this video: http://www.vimeo.com/8005503 Up to the point of Xdebug. I'm thinking the problem here was XAMPP, and no XDEBUG. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-01-30 16:51 | WebDevHobo | New Issue | |
2010-01-30 16:51 | WebDevHobo | Operating System | => Ubuntu 9.10 |
2010-01-30 16:51 | WebDevHobo | PHP Version | => 5.3.1 |
2010-01-30 16:51 | WebDevHobo | Xdebug Version | => 2.1.0beta1 |
2010-01-30 17:04 | WebDevHobo | Note Added: 0001297 | |
2010-01-30 17:06 | derick | Note Added: 0001298 | |
2010-01-30 17:06 | derick | Status | new => feedback |
2010-01-30 17:14 | WebDevHobo | Note Added: 0001299 | |
2010-01-30 17:30 | derick | Note Added: 0001300 | |
2010-01-30 17:52 | WebDevHobo | Note Added: 0001301 | |
2010-01-30 17:52 | WebDevHobo | Note Edited: 0001301 | |
2010-01-30 17:53 | WebDevHobo | Note Edited: 0001301 | |
2010-01-31 20:39 | tanooki | Note Added: 0001310 | |
2010-02-01 01:59 | WebDevHobo | Note Added: 0001311 | |
2010-02-01 02:24 | WebDevHobo | Note Edited: 0001311 | |
2010-02-01 02:25 | WebDevHobo | Note Edited: 0001311 | |
2010-02-01 02:30 | WebDevHobo | Note Edited: 0001311 | |
2010-02-01 02:41 | WebDevHobo | Note Edited: 0001311 | |
2010-02-01 02:45 | WebDevHobo | Note Edited: 0001311 | |
2010-02-01 16:29 | WebDevHobo | Note Added: 0001313 | |
2010-02-01 17:53 | derick | Status | feedback => resolved |
2010-02-01 17:53 | derick | Resolution | open => no change required |
2010-02-01 17:53 | derick | Assigned To | => derick |