This forum is no longer active. Please post your questions to our new community site

Recent Posts by dalibor983

Subscribe to Recent Posts by dalibor983 6 post(s) found

25 Sep, 2010 09:57 AM
Avatar dalibor983 6 post(s)

Topic: LAMPStack / LAMP Version 1.2-2 wrong configure command for PHP

In LAMP Version 1.2-2 PHP configure command is (Precisely PHP was built with this configure command):
./configure …[not important]… ‘—with-xslt-lib=/bitnami/lampstack-linux/output/common/lib’ …[not important]…

For PHP5 this should be:
./configure …[not important]… ‘—with-xsl[=DIR]’ …[not important]…
DIR is the libxslt installation directory.

See: http://www.php.net/manual/en/xsl.installation.php

Because of this XSLT (in PHP5 XSLT is XSL) extenstion is not enabled.

Release CHANGELOG says:
Version 1.2-2 2010-09-16
* Set version information for openSSL on Linux
* >>Include xdebug and xslt extenstions<<
* Configure PHP with GD bundled
* Update Libxml to 2.7.7
* Update OpenSSL to 0.9.80
* Update PHP to 5.2.14
* Update MySQL to 5.1.50

 
29 Jul, 2010 04:14 PM
Avatar dalibor983 6 post(s)

Topic: Virtual Appliances / How to install XDebug under VMWare Ubuntu LAMP appliance?

You should build php with XSL support.

 
29 Jul, 2010 04:09 PM
Avatar dalibor983 6 post(s)

Topic: Virtual Appliances / How to install XDebug under VMWare Ubuntu LAMP appliance?

Thanks. Now it works.

 
28 Jul, 2010 05:32 PM
Avatar dalibor983 6 post(s)

Topic: Virtual Appliances / How to install XDebug under VMWare Ubuntu LAMP appliance?

There is another problem. After “sudo apt-get install php5-dev php-pear” command finished. Command “pecl install xdebug” build xdebug.so for php 5.3 but vmware lamp appliance has php version 5.2.13. What can I do now?

 
28 Jul, 2010 04:25 PM
Avatar dalibor983 6 post(s)

Topic: Virtual Appliances / How to install XDebug under VMWare Ubuntu LAMP appliance?

Thanks man. That is it.

 
28 Jul, 2010 02:46 PM
Avatar dalibor983 6 post(s)

Topic: Virtual Appliances / How to install XDebug under VMWare Ubuntu LAMP appliance?

I tried to install xdebug with:
“pecl install xdebug”
but I got errors.

Than I found this tutorial on web address
“http://www.niccolofavari.com/configure-xdebug-with-bitnami-php-stacks-on-linux-ubuntu” but command
“sudo apt-get install php5-dev php-pear”
did not work.

Is there any way to install xdebug on this appliance?